feat: referral hospital letter photo
This commit is contained in:
@ -74,6 +74,9 @@ export class EmrRegistration {
|
||||
@Column({ nullable: true, type: "text" })
|
||||
patient_category: string;
|
||||
|
||||
@Column({ nullable: true, type: "text" })
|
||||
referral_letter_photo: string;
|
||||
|
||||
@Column()
|
||||
@CreateDateColumn()
|
||||
created_at: Date;
|
||||
|
||||
Reference in New Issue
Block a user