update: cancel outpatient registration
This commit is contained in:
@ -27,6 +27,9 @@ export class EmrRegistration {
|
||||
@JoinColumn()
|
||||
patient: EmrPatient;
|
||||
|
||||
@Column({ nullable: true, type: "text" })
|
||||
cancellation_reason: string;
|
||||
|
||||
@Column({
|
||||
type: "varchar",
|
||||
length: 32,
|
||||
|
||||
Reference in New Issue
Block a user