update: cancel outpatient registration
This commit is contained in:
@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user