Skip to content

Commit 1c242cd

Browse files
committed
upgrade to version 4.0.9-snapshot
1 parent 84a2f8e commit 1c242cd

4 files changed

Lines changed: 170 additions & 118 deletions

File tree

distro/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.openmrs.module</groupId>
99
<artifactId>distro-emr</artifactId>
10-
<version>4.0.6-SNAPSHOT</version>
10+
<version>4.0.9-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>ugandaemr-distro</artifactId>

frontend/config-core_demo.json

Lines changed: 167 additions & 115 deletions
Original file line numberDiff line numberDiff line change
@@ -174,21 +174,6 @@
174174
]
175175
}
176176
},
177-
"@openmrs/esm-home-app": {
178-
"extensionSlots": {
179-
"clinical-appointments-dashboard-slot": {
180-
"configure": {
181-
"clinical-appointments-dashboard": {
182-
"Display conditions": {
183-
"privileges": [
184-
"Manage Patient Appointments"
185-
]
186-
}
187-
}
188-
}
189-
}
190-
}
191-
},
192177
"@ugandaemr/esm-patient-registration-app": {
193178
"defaultPatientIdentifierTypes": [
194179
"f0c16a6d-dc5f-4118-a803-616d0075d282"
@@ -432,6 +417,21 @@
432417
"encounterTypeUuid": "1458b726-4a62-4444-be97-bb3e08c73745"
433418
}
434419
},
420+
"@openmrs/esm-home-app": {
421+
"extensionSlots": {
422+
"clinical-appointments-dashboard-slot": {
423+
"configure": {
424+
"clinical-appointments-dashboard": {
425+
"Display conditions": {
426+
"privileges": [
427+
"Manage Patient Appointments Link"
428+
]
429+
}
430+
}
431+
}
432+
}
433+
}
434+
},
435435
"@ugandaemr/esm-login-app": {
436436
"logo": {
437437
"src": "/openmrs/spa/logo.svg",
@@ -483,95 +483,6 @@
483483
]
484484
}
485485
},
486-
"homepage-dashboard-slot": {
487-
"configure": {
488-
"patient-queues-dashboard-link": {
489-
"Display conditions": {
490-
"privileges": [
491-
"Manage Patient Queues"
492-
]
493-
}
494-
},
495-
"queue-reception-dashboard-link": {
496-
"Display conditions": {
497-
"privileges": [
498-
"View Reception Menu"
499-
]
500-
}
501-
},
502-
"queue-triage-dashboard-link": {
503-
"Display conditions": {
504-
"privileges": [
505-
"View Triage Menu"
506-
]
507-
}
508-
},
509-
"queue-clinical-room-dashboard-link": {
510-
"Display conditions": {
511-
"privileges": [
512-
"View Clinical Room Menu"
513-
]
514-
}
515-
},
516-
"dispensing-dashboard-link": {
517-
"Display conditions": {
518-
"privileges": [
519-
"View Dispensing Menu"
520-
]
521-
}
522-
},
523-
"patient-lists-dashboard-link": {
524-
"Display conditions": {
525-
"privileges": [
526-
"Manage Patient Lists"
527-
]
528-
}
529-
},
530-
"service-queues-dashboard-link": {
531-
"Display conditions": {
532-
"privileges": [
533-
"Manage Service Queues"
534-
]
535-
}
536-
},
537-
"clinical-appointments-dashboard-link": {
538-
"Display conditions": {
539-
"privileges": [
540-
"Manage patient appointments"
541-
]
542-
}
543-
},
544-
"bed-admission-dashboard-link": {
545-
"Display conditions": {
546-
"privileges": [
547-
"Manage Inpatient"
548-
]
549-
}
550-
},
551-
"data-visualizer-dashboard-link": {
552-
"Display conditions": {
553-
"privileges": [
554-
"Manage Data Visualizer"
555-
]
556-
}
557-
},
558-
"laboratory-dashboard-link": {
559-
"Display conditions": {
560-
"privileges": [
561-
"Manage Laboratory"
562-
]
563-
}
564-
},
565-
"home-widget-db-link": {
566-
"Display conditions": {
567-
"privileges": [
568-
"Manage Home Link"
569-
]
570-
}
571-
}
572-
573-
}
574-
},
575486
"patient-chart-dashboard-slot": {
576487
"configure": {
577488
"charts-summary-dashboard": {
@@ -597,7 +508,7 @@
597508
"hideDashboardTitle": true,
598509
"Display conditions": {
599510
"privileges": [
600-
"Manage Patient Investigation"
511+
"Manage Patient Investigation Results"
601512
]
602513
}
603514
},
@@ -610,7 +521,7 @@
610521
]
611522
}
612523
},
613-
"program-summary-dashboard": {
524+
"programs-summary-dashboard": {
614525
"layoutMode": "anchored",
615526
"order": 2,
616527
"hideDashboardTitle": true,
@@ -687,6 +598,15 @@
687598
]
688599
}
689600
},
601+
"attachments-results-summary-dashboard": {
602+
"layoutMode": "anchored",
603+
"hideDashboardTitle": true,
604+
"Display conditions": {
605+
"privileges": [
606+
"Manage patient attachments"
607+
]
608+
}
609+
},
690610
"patient-appointments-summary-dashboard": {
691611
"layoutMode": "anchored",
692612
"hideDashboardTitle": true,
@@ -717,7 +637,7 @@
717637
"clinical-views-divider": {
718638
"Display conditions": {
719639
"privileges": [
720-
"Manage clinical views divider"
640+
"View Clinical Views Divider"
721641
]
722642
}
723643
},
@@ -750,6 +670,94 @@
750670
}
751671
}
752672
}
673+
},
674+
"homepage-dashboard-slot": {
675+
"configure": {
676+
"patient-queues-dashboard-link": {
677+
"Display conditions": {
678+
"privileges": [
679+
"Manage Patient Queues"
680+
]
681+
}
682+
},
683+
"queue-reception-dashboard-link": {
684+
"Display conditions": {
685+
"privileges": [
686+
"View Reception Menu"
687+
]
688+
}
689+
},
690+
"queue-triage-dashboard-link": {
691+
"Display conditions": {
692+
"privileges": [
693+
"View Triage Menu"
694+
]
695+
}
696+
},
697+
"queue-clinical-room-dashboard-link": {
698+
"Display conditions": {
699+
"privileges": [
700+
"View Clinical Room Menu"
701+
]
702+
}
703+
},
704+
"dispensing-dashboard-link": {
705+
"Display conditions": {
706+
"privileges": [
707+
"View Dispensing Menu"
708+
]
709+
}
710+
},
711+
"patient-lists-dashboard-link": {
712+
"Display conditions": {
713+
"privileges": [
714+
"Manage Patient Lists"
715+
]
716+
}
717+
},
718+
"service-queues-dashboard-link": {
719+
"Display conditions": {
720+
"privileges": [
721+
"Manage Service Queues"
722+
]
723+
}
724+
},
725+
"clinical-appointments-dashboard-link": {
726+
"Display conditions": {
727+
"privileges": [
728+
"Manage Patient Appointments Link"
729+
]
730+
}
731+
},
732+
"bed-admission-dashboard-link": {
733+
"Display conditions": {
734+
"privileges": [
735+
"Manage Inpatient"
736+
]
737+
}
738+
},
739+
"data-visualizer-dashboard-link": {
740+
"Display conditions": {
741+
"privileges": [
742+
"Manage Data Visualizer"
743+
]
744+
}
745+
},
746+
"laboratory-dashboard-link": {
747+
"Display conditions": {
748+
"privileges": [
749+
"Manage Laboratory"
750+
]
751+
}
752+
},
753+
"home-widget-db-link": {
754+
"Display conditions": {
755+
"privileges": [
756+
"Manage Home Link"
757+
]
758+
}
759+
}
760+
}
753761
}
754762
},
755763
"logo": {
@@ -853,7 +861,7 @@
853861
}
854862
},
855863
"dispenseBehavior": {
856-
"restrictTotalQuantityDispensed": true,
864+
"restrictTotalQuantityDispensed": false,
857865
"allowModifyingPrescription": false
858866
},
859867
"enableStockDispense": true,
@@ -862,13 +870,57 @@
862870
"@openmrs/esm-patient-search-app": {
863871
"extensionSlots": {
864872
"patient-actions-slot": {
865-
"remove": [
866-
"add-past-visit-button",
867-
"cancel-visit-button",
868-
"start-visit-button",
869-
"mark-alive-button",
870-
"mark-patient-deceased-button"
871-
]
873+
"configure": {
874+
"start-visit-button": {
875+
"Display conditions": {
876+
"privileges": [
877+
"Start Visit Button"
878+
]
879+
}
880+
},
881+
"stop-visit-button": {
882+
"Display conditions": {
883+
"privileges": [
884+
"Stop Visit Button"
885+
]
886+
}
887+
},
888+
"cancel-visit-button": {
889+
"Display conditions": {
890+
"privileges": [
891+
"Cancel Visit Button"
892+
]
893+
}
894+
},
895+
"mark-patient-deceased-button": {
896+
"Display conditions": {
897+
"privileges": [
898+
"Mark Dead Button"
899+
]
900+
}
901+
},
902+
"edit-patient-details-button": {
903+
"Display conditions": {
904+
"privileges": [
905+
"Edit Patient Details Button"
906+
]
907+
}
908+
},
909+
"add-patient-to-patient-list-button": {
910+
"Display conditions": {
911+
"privileges": [
912+
"Add Patient To List Button"
913+
]
914+
}
915+
},
916+
"patient-move-to-next-service-point": {
917+
"Display conditions": {
918+
"privileges": [
919+
"Next Service Point"
920+
]
921+
}
922+
}
923+
}
872924
},
873925
"start-visit-button-slot": {
874926
"remove": [

frontend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openmrs.module</groupId>
77
<artifactId>distro-emr</artifactId>
8-
<version>4.0.6-SNAPSHOT</version>
8+
<version>4.0.9-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>ugandaemr-frontend</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<url>https://wiki.openmrs.org/display/docs/ugandaemr+Module+Module</url>
1010

1111

12-
<version>4.0.6-SNAPSHOT</version>
12+
<version>4.0.9-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414

1515
<organization>

0 commit comments

Comments
 (0)