fix(reg-emergency): add column of initial diagnosis
This commit is contained in:
@ -152,6 +152,9 @@ export class EmrRegistrationEmergency {
|
||||
@Column({ type: "text", nullable: true })
|
||||
police_case_classification: string;
|
||||
|
||||
@Column({ type: "jsonb", nullable: true })
|
||||
initial_diagnosis: any[];
|
||||
|
||||
@Column()
|
||||
@CreateDateColumn()
|
||||
created_at: Date;
|
||||
|
||||
Reference in New Issue
Block a user