fix date format in patient birth date
This commit is contained in:
@ -33,8 +33,8 @@ export class EmrInternalConsultation {
|
||||
@Column({ nullable: true, type: "text" })
|
||||
patient_name: string;
|
||||
|
||||
@Column({ nullable: true, type: "text" })
|
||||
patient_birth_date: string;
|
||||
@Column({ nullable: true, type: "date" })
|
||||
patient_birth_date: Date;
|
||||
|
||||
@Column({ nullable: true, type: "text" })
|
||||
patient_gender: string;
|
||||
|
||||
Reference in New Issue
Block a user