add new entity:emr diagnostic procedure

This commit is contained in:
wayanrivan
2026-02-13 11:16:03 +07:00
parent 5dc264741a
commit d9aae10f0d
2 changed files with 64 additions and 0 deletions

View File

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