feat: add new table of medical_form to store specific poli room. add odontogram emr form

This commit is contained in:
avicenan
2026-05-19 13:53:41 +09:00
parent 1cef5ce8a0
commit b4c9752064
6 changed files with 185 additions and 0 deletions

View File

@ -45,6 +45,8 @@ export * from "../entity/emr/emr_nursing_assesment";
export * from "../entity/emr/emr_patient_education";
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 "../types/registration_type";
export * from "../types/registration_status";