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,
|
||||
EmrRegistrationTreatment,
|
||||
TreatmentPlanSession,
|
||||
TreatmentPlan
|
||||
TreatmentPlan,
|
||||
PatientPastMedicalDocument
|
||||
} from "entity";
|
||||
|
||||
export class OrmHelper {
|
||||
@ -215,7 +216,8 @@ export class OrmHelper {
|
||||
CardPrintQueue,
|
||||
EmrRegistrationTreatment,
|
||||
TreatmentPlanSession,
|
||||
TreatmentPlan
|
||||
TreatmentPlan,
|
||||
PatientPastMedicalDocument
|
||||
],
|
||||
subscribers: [],
|
||||
migrations: [],
|
||||
|
||||
Reference in New Issue
Block a user