update: cancel outpatient registration

This commit is contained in:
wayanrivan
2026-03-25 15:41:07 +07:00
parent 65b9ba9454
commit 938ea5b55b

View File

@ -27,6 +27,9 @@ export class EmrRegistration {
@JoinColumn() @JoinColumn()
patient: EmrPatient; patient: EmrPatient;
@Column({ nullable: true, type: "text" })
cancellation_reason: string;
@Column({ @Column({
type: "varchar", type: "varchar",
length: 32, length: 32,