fix prescription
This commit is contained in:
@ -48,6 +48,9 @@ export class EmrPrescription {
|
|||||||
@OneToMany(() => EmrPrescriptionItem, (item) => item.prescription, { cascade: true })
|
@OneToMany(() => EmrPrescriptionItem, (item) => item.prescription, { cascade: true })
|
||||||
items: EmrPrescriptionItem[];
|
items: EmrPrescriptionItem[];
|
||||||
|
|
||||||
|
@Column({ type: "boolean", default: false })
|
||||||
|
is_ordered: boolean;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
@CreateDateColumn()
|
@CreateDateColumn()
|
||||||
created_at: Date;
|
created_at: Date;
|
||||||
|
|||||||
Reference in New Issue
Block a user