feat: referral hospital letter photo

This commit is contained in:
avicenan
2026-05-21 16:23:55 +09:00
parent 42a509297d
commit deffe667f7

View File

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