feat(emr): add EmrSurgerySchedule entity and update schema export

This commit is contained in:
Sony Surahmn
2026-05-19 00:39:41 +07:00
parent b6e8f7c889
commit 086db37261
2 changed files with 57 additions and 0 deletions

View File

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