feat(emr_soap_notes): add entity for SOAP notes with relevant fields and relationships

This commit is contained in:
Sony Surahmn
2026-05-06 16:41:09 +07:00
parent 7281cedb88
commit 1ba8901473
2 changed files with 67 additions and 0 deletions

View File

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