add new entity:diet

This commit is contained in:
wayanrivan
2026-02-12 21:19:31 +07:00
parent fc1416e467
commit 16c46c823a
4 changed files with 48 additions and 4 deletions

View File

@ -7,6 +7,7 @@ export * from "../entity/emr/emr_registration_hemodialysis";
export * from "../entity/emr/emr_anamnesis";
export * from "../entity/emr/emr_vital_signs";
export * from "../entity/emr/emr_physical_examination";
export * from "../entity/emr/emr_diet";
export * from "../types/registration_type";
export * from "../types/registration_status";