update
This commit is contained in:
@ -19,6 +19,10 @@ export class EmrRegistrationInpatient {
|
||||
@JoinColumn()
|
||||
registration: EmrRegistration;
|
||||
|
||||
@ManyToOne(() => Room, { onDelete: "NO ACTION", nullable: true })
|
||||
@JoinColumn()
|
||||
room: Room | null;
|
||||
|
||||
@ManyToOne(() => InpatientRoom, { onDelete: "NO ACTION" })
|
||||
@JoinColumn()
|
||||
inpatient_room: InpatientRoom;
|
||||
|
||||
Reference in New Issue
Block a user