hospital information done

This commit is contained in:
wayanrivan
2026-02-24 11:21:18 +07:00
parent f20071638c
commit 7cf09d85fe
2 changed files with 57 additions and 0 deletions

View File

@ -27,6 +27,7 @@ export * from "../entity/examination_detail"
export * from "../entity/examination_type"
export * from "../entity/examination_detail"
export * from "../entity/measurement_unit"
export * from "../entity/hospital_information"
export * from "../types/action";
export * from "../types/error";