feat(patient): add card number in patient data
This commit is contained in:
@ -31,6 +31,9 @@ export class EmrPatient {
|
||||
@Column({ nullable: true, length: 256 })
|
||||
full_name: string;
|
||||
|
||||
@Column({ nullable: true, length: 256 })
|
||||
card_number: string;
|
||||
|
||||
@Column({ type: "date", nullable: false })
|
||||
birth_date: Date;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user