@kenyaemr/esm-imaging-orders-app 4.0.8-pre.40 → 4.0.8-pre.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +1 -1
- package/dist/routes.json +1 -1
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":">=2.24.0"},"extensions":[{"component":"imagingOrdersLink","name":"radiology-dashboard-link","slot":"homepage-dashboard-slot","meta":{"name":"imaging-orders","title":"imaging-orders","slot":"imaging-dashboard-slot"}},{"component":"root","name":"imaging-dashboard-root","slot":"imaging-dashboard-slot"},{"component":"radiologyDashboard","name":"radiology-dashboard-slot-name","slot":"express-radiology-dashboard-slot"},{"name":"imaging-order-panel","component":"imagingOrderPanel","slot":"order-basket-slot","order":3},{"name":"imaging-results-component","component":"imagingResultsComponent","slot":"ewf-radiology-and-imaging-results-slot"},{"name":"renal-warning-component","component":"renalWarningComponent","slot":"top-of-imaging-order-form-slot","order":3}],"workspaces":[{"name":"add-imaging-order","type":"order","component":"addImagingOrderWorkspace","title":"Add Imaging order"},{"name":"imaging-report-form","component":"imagingReportForm","title":"Imaging Report Form","type":"form","width":"extra-wide"},{"name":"imaging-review-form","type":"order","component":"imagingReviewForm","title":"Review form"},{"name":"search-patient-workspace","component":"searchPatientWorkspace","title":"Search patient","type":"other-form","width":"extra-wide"}],"modals":[{"name":"reject-imaging-order-modal","component":"rejectImagingOrderModal"},{"name":"add-imaging-to-work-list-modal","component":"addImagingToWorkListModal"},{"name":"amend-imaging-order-modal","component":"amendModal"},{"name":"print-preview-Report-modal","component":"printReportModal"}],"workspaces2":[{"name":"add-imaging-order","component":"addImagingOrderWorkspace","window":"patient-chart-order-basket"},{"name":"imaging-renal-add-lab-order-workspace","component":"@openmrs/esm-patient-tests-app#exportedAddLabOrderWorkspace","window":"imaging-renal-lab-order-window"},{"name":"imaging-renal-order-basket-workspace","component":"@palladium-ethiopia/esm-patient-orders-app#exportedOrderBasketWorkspace","window":"imaging-renal-lab-order-window"}],"workspaceWindows2":[{"name":"imaging-renal-lab-order-window","group":"imaging-renal-lab-order-group"}],"workspaceGroups2":[{"name":"imaging-renal-lab-order-group","scope":"/home/imaging-orders"}],"version":"4.0.8-pre.
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":">=2.24.0"},"extensions":[{"component":"imagingOrdersLink","name":"radiology-dashboard-link","slot":"homepage-dashboard-slot","meta":{"name":"imaging-orders","title":"imaging-orders","slot":"imaging-dashboard-slot"}},{"component":"root","name":"imaging-dashboard-root","slot":"imaging-dashboard-slot"},{"component":"radiologyDashboard","name":"radiology-dashboard-slot-name","slot":"express-radiology-dashboard-slot"},{"name":"imaging-order-panel","component":"imagingOrderPanel","slot":"order-basket-slot","order":3},{"name":"imaging-results-component","component":"imagingResultsComponent","slot":"ewf-radiology-and-imaging-results-slot"},{"name":"renal-warning-component","component":"renalWarningComponent","slot":"top-of-imaging-order-form-slot","order":3}],"workspaces":[{"name":"add-imaging-order","type":"order","component":"addImagingOrderWorkspace","title":"Add Imaging order"},{"name":"imaging-report-form","component":"imagingReportForm","title":"Imaging Report Form","type":"form","width":"extra-wide"},{"name":"imaging-review-form","type":"order","component":"imagingReviewForm","title":"Review form"},{"name":"search-patient-workspace","component":"searchPatientWorkspace","title":"Search patient","type":"other-form","width":"extra-wide"}],"modals":[{"name":"reject-imaging-order-modal","component":"rejectImagingOrderModal"},{"name":"add-imaging-to-work-list-modal","component":"addImagingToWorkListModal"},{"name":"amend-imaging-order-modal","component":"amendModal"},{"name":"print-preview-Report-modal","component":"printReportModal"}],"workspaces2":[{"name":"add-imaging-order","component":"addImagingOrderWorkspace","window":"patient-chart-order-basket"},{"name":"imaging-renal-add-lab-order-workspace","component":"@openmrs/esm-patient-tests-app#exportedAddLabOrderWorkspace","window":"imaging-renal-lab-order-window"},{"name":"imaging-renal-order-basket-workspace","component":"@palladium-ethiopia/esm-patient-orders-app#exportedOrderBasketWorkspace","window":"imaging-renal-lab-order-window"}],"workspaceWindows2":[{"name":"imaging-renal-lab-order-window","group":"imaging-renal-lab-order-group"}],"workspaceGroups2":[{"name":"imaging-renal-lab-order-group","scope":"/home/imaging-orders"}],"version":"4.0.8-pre.41"}
|
package/package.json
CHANGED