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 })
|
@Column({ nullable: true, length: 256 })
|
||||||
full_name: string;
|
full_name: string;
|
||||||
|
|
||||||
|
@Column({ nullable: true, length: 256 })
|
||||||
|
card_number: string;
|
||||||
|
|
||||||
@Column({ type: "date", nullable: false })
|
@Column({ type: "date", nullable: false })
|
||||||
birth_date: Date;
|
birth_date: Date;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user