remove diagnoses relation
This commit is contained in:
@ -79,9 +79,6 @@ export class EmrRegistration {
|
|||||||
@Column({ nullable: true, type: "text" })
|
@Column({ nullable: true, type: "text" })
|
||||||
referral_letter_photo: string;
|
referral_letter_photo: string;
|
||||||
|
|
||||||
@OneToMany(() => EmrDiagnosis, (diagnosis) => diagnosis.registration)
|
|
||||||
diagnoses: EmrDiagnosis[];
|
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
@CreateDateColumn()
|
@CreateDateColumn()
|
||||||
created_at: Date;
|
created_at: Date;
|
||||||
|
|||||||
Reference in New Issue
Block a user