feat(reg-emergency): add new column of sp02
This commit is contained in:
@ -67,6 +67,9 @@ export class EmrRegistrationEmergency {
|
|||||||
@Column({ nullable: true, type: "text" })
|
@Column({ nullable: true, type: "text" })
|
||||||
respiratoryrate: string;
|
respiratoryrate: string;
|
||||||
|
|
||||||
|
@Column({ nullable: true, type: "text" })
|
||||||
|
spo2: string;
|
||||||
|
|
||||||
@Column({ nullable: true, type: "text" })
|
@Column({ nullable: true, type: "text" })
|
||||||
temperature: string;
|
temperature: string;
|
||||||
|
|
||||||
|
|||||||
@ -39,6 +39,9 @@ export class EmrVitalSigns {
|
|||||||
@Column({ nullable: true, length: 64 })
|
@Column({ nullable: true, length: 64 })
|
||||||
respiratory_rate: string;
|
respiratory_rate: string;
|
||||||
|
|
||||||
|
@Column({ nullable: true, length: 64 })
|
||||||
|
spo2: string;
|
||||||
|
|
||||||
@Column({ nullable: true, length: 64 })
|
@Column({ nullable: true, length: 64 })
|
||||||
saturation: string;
|
saturation: string;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user