diff --git a/src/schema/emr.ts b/src/schema/emr.ts index 184baf4..59731b9 100644 --- a/src/schema/emr.ts +++ b/src/schema/emr.ts @@ -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";