feat(emr): add prescription order entities and status enum

This commit is contained in:
avicenan
2026-03-18 09:03:45 +07:00
parent 9e9b59dc54
commit 2d36b697ea
4 changed files with 160 additions and 0 deletions

View File

@ -15,8 +15,11 @@ 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_orders";
export * from "../entity/emr/emr_prescription_order_items";
export * from "../entity/emr/emr_radiology";
export * from "../entity/emr/emr_radiology_services";
export * from "../types/registration_type";
export * from "../types/registration_status";
export * from "../types/prescription_pharmacy_status";