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