fix import past medical doc entity
Some checks failed
Deploy Backend / deploy (push) Has been cancelled

This commit is contained in:
avicenan
2026-07-01 23:43:39 +09:00
parent 3614a09004
commit f47379d040

View File

@ -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: [],