add new column of condition and category in regis emergency
This commit is contained in:
@ -163,6 +163,12 @@ export class EmrRegistrationEmergency {
|
||||
@JoinColumn()
|
||||
main_disease: MainDisease;
|
||||
|
||||
@Column({ nullable: true, type: "text" })
|
||||
condition: string;
|
||||
|
||||
@Column({ nullable: true, type: "text" })
|
||||
category: string;
|
||||
|
||||
@Column()
|
||||
@CreateDateColumn()
|
||||
created_at: Date;
|
||||
|
||||
Reference in New Issue
Block a user