fix reg emergency

This commit is contained in:
avicenan
2026-05-24 00:14:57 +09:00
parent 21533917d6
commit e6fa6bbe1d

View File

@ -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;