fix reg emergency
This commit is contained in:
@ -70,6 +70,12 @@ export class EmrRegistrationEmergency {
|
|||||||
@Column({ nullable: true, type: "text" })
|
@Column({ nullable: true, type: "text" })
|
||||||
temperature: string;
|
temperature: string;
|
||||||
|
|
||||||
|
@Column({ nullable: true, type: "text" })
|
||||||
|
height: string;
|
||||||
|
|
||||||
|
@Column({ nullable: true, type: "text" })
|
||||||
|
weight: string;
|
||||||
|
|
||||||
@Column({ nullable: true, type: "text" })
|
@Column({ nullable: true, type: "text" })
|
||||||
howtocome: string;
|
howtocome: string;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user