add new entity: emr_anthropometry

This commit is contained in:
wayanrivan
2026-02-12 14:09:14 +07:00
parent 4e29a5366d
commit a8a72d91fa
2 changed files with 58 additions and 0 deletions

View File

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