fix import past medical doc entity
Some checks failed
Deploy Backend / deploy (push) Has been cancelled
Some checks failed
Deploy Backend / deploy (push) Has been cancelled
This commit is contained in:
@ -96,7 +96,8 @@ import {
|
|||||||
CardPrintQueue,
|
CardPrintQueue,
|
||||||
EmrRegistrationTreatment,
|
EmrRegistrationTreatment,
|
||||||
TreatmentPlanSession,
|
TreatmentPlanSession,
|
||||||
TreatmentPlan
|
TreatmentPlan,
|
||||||
|
PatientPastMedicalDocument
|
||||||
} from "entity";
|
} from "entity";
|
||||||
|
|
||||||
export class OrmHelper {
|
export class OrmHelper {
|
||||||
@ -215,7 +216,8 @@ export class OrmHelper {
|
|||||||
CardPrintQueue,
|
CardPrintQueue,
|
||||||
EmrRegistrationTreatment,
|
EmrRegistrationTreatment,
|
||||||
TreatmentPlanSession,
|
TreatmentPlanSession,
|
||||||
TreatmentPlan
|
TreatmentPlan,
|
||||||
|
PatientPastMedicalDocument
|
||||||
],
|
],
|
||||||
subscribers: [],
|
subscribers: [],
|
||||||
migrations: [],
|
migrations: [],
|
||||||
|
|||||||
Reference in New Issue
Block a user