update radiology create and list done

This commit is contained in:
wayanrivan
2026-02-25 12:20:17 +07:00
parent 7cf09d85fe
commit a98948c99b
4 changed files with 136 additions and 0 deletions

View File

@ -15,6 +15,8 @@ export * from "../entity/emr/emr_internal_consultation";
export * from "../entity/emr/emr_laboratory_orders";
export * from "../entity/emr/emr_laboratory_order_items";
export * from "../entity/emr/emr_laboratory_order_item_results";
export * from "../entity/emr/emr_radiology";
export * from "../entity/emr/emr_radiology_services";
export * from "../types/registration_type";
export * from "../types/registration_status";