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