feat(treatment): add new modules of treatment

This commit is contained in:
avicenan
2026-05-29 11:08:09 +09:00
parent b17e0182e6
commit 9d6aabacec
6 changed files with 221 additions and 0 deletions

View File

@ -49,6 +49,9 @@ export * from "../entity/emr/emr_soap_notes";
export * from "../entity/emr/emr_surgery_schedules";
export * from "../entity/emr/emr_odontogram";
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 "../types/registration_type";
export * from "../types/registration_status";