update patient controller to handle new patient data fields

This commit is contained in:
wayanrivan
2026-05-10 22:43:33 +07:00
parent 7a0bdc6571
commit 6f67232884

View File

@ -18,7 +18,7 @@ export class EmrPatient {
@Column({ nullable: false, length: 64 })
mrn_number: string;
@Column({ nullable: false, length: 64 })
@Column({ nullable: true, length: 64 })
passport_number: string;
@Column({ nullable: false, length: 256 })