feat(ancillary-service): add new module of ancillary service

This commit is contained in:
avicenan
2026-06-03 15:18:24 +09:00
parent 80d0a24051
commit 4fbc48b41b
3 changed files with 128 additions and 1 deletions

View File

@ -54,6 +54,7 @@ export * from "../entity/emr/emr_odontogram_teeth";
export * from "../entity/treatment/treatment_plan";
export * from "../entity/treatment/treatment_plan_session";
export * from "../entity/emr/emr_registration_treatment";
export * from "../entity/emr/emr_ancillary_service_order";
export * from "../types/registration_type";
export * from "../types/registration_status";
@ -65,4 +66,4 @@ export * from "../enum/consciousness";
export * from "../types/patient_category";
export * from "../types/citizen";
export * from "../types/treatment_session";
export * from "../types/ancillary_service_order_status";