update: add consent file in emergency responsible person
This commit is contained in:
@ -81,6 +81,9 @@ export class EmrRegistrationEmergencyResponsible {
|
||||
@Column({ nullable: true, type: "boolean", default: false })
|
||||
consent: boolean;
|
||||
|
||||
@Column({ nullable: true, type: "text" })
|
||||
consent_file: string;
|
||||
|
||||
@Column()
|
||||
@CreateDateColumn()
|
||||
created_at: Date;
|
||||
|
||||
Reference in New Issue
Block a user