This commit is contained in:
wayanrivan
2026-03-27 14:23:46 +07:00
3 changed files with 139 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_prescription";
export * from "../entity/emr/emr_prescription_item";
export * from "../entity/emr/emr_prescription_orders";
export * from "../entity/emr/emr_prescription_order_items";
export * from "../entity/emr/emr_radiology";