update: EmrCompoundingMedicine entity to include relation with EmrRegistration and update related controller to handle the new relation

This commit is contained in:
wayanrivan
2026-03-26 16:40:49 +07:00
parent c149200858
commit a6528de1eb
3 changed files with 53 additions and 0 deletions

View File

@ -22,6 +22,7 @@ export * from "../entity/emr/emr_radiology_services";
export * from "../entity/emr/emr_compounding_medicine";
export * from "../entity/emr/emr_compounding_medicine_item";
export * from "../entity/emr/emr_room_medical_equipment";
export * from "../entity/emr/emr_external_consultation";
export * from "../types/registration_type";
export * from "../types/registration_status";