feat(reg): add flaggin of is referral emergency
Some checks failed
Deploy Backend / deploy (push) Has been cancelled
Some checks failed
Deploy Backend / deploy (push) Has been cancelled
This commit is contained in:
@ -77,6 +77,9 @@ export class EmrRegistration {
|
|||||||
@JoinColumn({ name: "referral_hospital_id" })
|
@JoinColumn({ name: "referral_hospital_id" })
|
||||||
referral_hospital: RefferalHospital;
|
referral_hospital: RefferalHospital;
|
||||||
|
|
||||||
|
@Column({ nullable: false, type: "boolean", default: false })
|
||||||
|
is_referral_emergency: boolean;
|
||||||
|
|
||||||
@Column({ nullable: true, type: "text" })
|
@Column({ nullable: true, type: "text" })
|
||||||
patient_category: string;
|
patient_category: string;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user