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