upd registration outpatient

This commit is contained in:
Narul Hidayah
2026-02-11 15:08:26 +07:00
parent b61579c5b2
commit c046f41f41
7 changed files with 342 additions and 0 deletions

View File

@ -1 +1,8 @@
export * from "../entity/emr/emr_patient";
export * from "../entity/emr/emr_registration";
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 "../types/registration_type";