add patient group

This commit is contained in:
Rayhan Ardiansyah
2026-03-06 13:30:50 +07:00
parent 05ea67c49a
commit 18a858013a
4 changed files with 170 additions and 0 deletions

View File

@ -28,6 +28,9 @@ export * from "../entity/examination_type"
export * from "../entity/examination_detail"
export * from "../entity/measurement_unit"
export * from "../entity/hospital_information"
export * from "../entity/patient_group"
export * from "../entity/patient_guarantor"
export * from "../entity/user_to_room"
export * from "../types/action";
export * from "../types/error";