add entity for hemodialysis

This commit is contained in:
Iki
2026-06-22 11:50:15 +09:00
parent a7b5a5a1e7
commit 744b4b12eb
3 changed files with 119 additions and 0 deletions

View File

@ -4,6 +4,8 @@ export * from "../entity/emr/emr_registration_outpatient";
export * from "../entity/emr/emr_registration_inpatient";
export * from "../entity/emr/emr_registration_emergency";
export * from "../entity/emr/emr_registration_hemodialysis";
export * from "../entity/emr/emr_hemodialysis_settings";
export * from "../entity/emr/emr_hemodialysis_plan";
export * from "../entity/emr/emr_anamnesis";
export * from "../entity/emr/emr_vital_signs";
export * from "../entity/emr/emr_physical_examination";