feat: add emr_patient_past_medical_documents

This commit is contained in:
Iki
2026-06-15 12:38:43 +09:00
parent d221f813b8
commit 617fcce9b2
2 changed files with 61 additions and 0 deletions

View File

@ -56,6 +56,7 @@ export * from "../entity/treatment/treatment_plan_session";
export * from "../entity/emr/emr_registration_treatment";
export * from "../entity/emr/emr_ancillary_service_order";
export * from "../entity/emr/emr_observation_record";
export * from "../entity/emr/emr_patient_past_medical_document";
export * from "../types/registration_type";
export * from "../types/registration_status";