update patient entity to include passport number field
This commit is contained in:
@ -18,6 +18,9 @@ export class EmrPatient {
|
||||
@Column({ nullable: false, length: 64 })
|
||||
mrn_number: string;
|
||||
|
||||
@Column({ nullable: false, length: 64 })
|
||||
passport_number: string;
|
||||
|
||||
@Column({ nullable: false, length: 256 })
|
||||
first_name: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user