update patient controller to handle new patient data fields
This commit is contained in:
@ -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 })
|
||||
|
||||
Reference in New Issue
Block a user