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,
|
||||
@ -136,19 +139,19 @@ export class EmrVitalSigns {
|
||||
@Column({ nullable: true, length: 10 })
|
||||
hospitalize: string;
|
||||
|
||||
@Column({ nullable: true, type:"int2"})
|
||||
@Column({ nullable: true, type: "int2" })
|
||||
eye: number;
|
||||
|
||||
@Column({ nullable: true, type:"int2"})
|
||||
@Column({ nullable: true, type: "int2" })
|
||||
vision: number;
|
||||
|
||||
@Column({ nullable: true, type:"int2"})
|
||||
@Column({ nullable: true, type: "int2" })
|
||||
motor: number;
|
||||
|
||||
@Column({ nullable: true, type:"boolean"})
|
||||
@Column({ nullable: true, type: "boolean" })
|
||||
patient_gait: boolean;
|
||||
|
||||
@Column({ nullable: true, type:"boolean"})
|
||||
@Column({ nullable: true, type: "boolean" })
|
||||
support_when_sittiong: boolean;
|
||||
|
||||
@Column()
|
||||
|
||||
Reference in New Issue
Block a user