feat(regis-opd): add column of room number
This commit is contained in:
@ -38,6 +38,9 @@ export class EmrRegistrationOutpatient {
|
||||
@JoinColumn()
|
||||
guarantor: PatientGuarantor;
|
||||
|
||||
@Column({ nullable: true, length: 64 })
|
||||
room_number: string;
|
||||
|
||||
@ManyToOne(() => Room, { onDelete: "NO ACTION" })
|
||||
@JoinColumn()
|
||||
room: Room;
|
||||
|
||||
Reference in New Issue
Block a user