update
This commit is contained in:
@ -39,6 +39,9 @@ export class EmrVitalSigns {
|
||||
@Column({ nullable: true, length: 64 })
|
||||
respiratory_rate: string;
|
||||
|
||||
@Column({ nullable: true, length: 64 })
|
||||
saturation: string;
|
||||
|
||||
@Column({
|
||||
type: "enum",
|
||||
enum: consciousness,
|
||||
|
||||
Reference in New Issue
Block a user