Skip to content

Commit

Permalink
HSC-333: Add medical supply order app to Ozone Haiti (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasharma05 authored and rbuisson committed Jan 13, 2025
1 parent 069c335 commit 8bc0b85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configs/openmrs/frontend_assembly/spa-assemble-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"frontendModules": {
"@mekomsolutions/esm-patient-billing-status-app": "next"
"@mekomsolutions/esm-patient-billing-status-app": "next",
"@mekomsolutions/esm-patient-medical-supply-orders-app": "next"
},
"__comment": "Haiti Overrides",
"frontendModuleExcludes": []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Uuid,Void/Retire,Name,Description,Java class name,Parent,Concept Classes
ef83e09d-8885-4f12-be6b-06a80aa62972,,Product,An order for a product,org.openmrs.Order,,Product
5338a5b1-2cbc-4081-9a9b-9e479e2acaad,,Radiology Order,An order for radiology,org.openmrs.Order,,Radiology
16bb6bcf-2e81-4ba5-8583-ff4913201a72,,Drug Order,An order for a medication to be given to the patient,org.openmrs.DrugOrder,,Drug
67a92bd6-0f88-11ea-8d71-362b9e155667,,Medical Supply Order,An order for Medical supplies,org.openmrs.module.orderexpansion.api.model.MedicalSupplyOrder,,Material
f8ae333e-9d1a-423e-a6a8-c3a0687ebcf2,,Lab Order,An order for laboratory tests,org.openmrs.Order,,LabTest;LabSet
52a447d3-a64a-11e3-9aeb-50e549534c5e,,Test Order,Order type for test orders,org.openmrs.TestOrder,,Test
7af35686-b7a6-45f0-818d-529ff37b0514,,Misc Order,Order type for test orders,org.openmrs.Order,,Misc
Expand Down

0 comments on commit 8bc0b85

Please sign in to comment.