add new entity:emr_functional_status

This commit is contained in:
wayanrivan
2026-02-12 15:08:13 +07:00
parent a8a72d91fa
commit fbadf54d8e
2 changed files with 102 additions and 0 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_anthropometry";
export * from "../entity/emr/emr_functional_status";
export * from "../types/registration_type";
export * from "../types/registration_status";