feat: add new table of medical_form to store specific poli room. add odontogram emr form
This commit is contained in:
@ -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";
|
||||
|
||||
@ -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";
|
||||
|
||||
Reference in New Issue
Block a user