diff --git a/src/entity/emr/emr_registration.ts b/src/entity/emr/emr_registration.ts index d69a069..5bd049e 100644 --- a/src/entity/emr/emr_registration.ts +++ b/src/entity/emr/emr_registration.ts @@ -74,6 +74,9 @@ export class EmrRegistration { @Column({ nullable: true, type: "text" }) patient_category: string; + @Column({ nullable: true, type: "text" }) + referral_letter_photo: string; + @Column() @CreateDateColumn() created_at: Date;