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

@ -56,6 +56,7 @@ export * from "../entity/responsible_party_consent";
export * from "../entity/foster_care_history";
export * from "../entity/notification";
export * from "../entity/counter";
export * from "../entity/medical_form";
export * from "../types/public";
export * from "../types/action";