From 77e1b2aeafd066eaa60bfef99ad45d38b3cfe50a Mon Sep 17 00:00:00 2001 From: avicenan Date: Fri, 27 Mar 2026 10:47:53 +0700 Subject: [PATCH] chore(schema): export prescription entities from emr barrel file --- src/schema/emr.ts | 2 ++ 1 file changed, 2 insertions(+) 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";