Skip to content

Commit

Permalink
O3-2204 - Add and configure demo queues to the refapp
Browse files Browse the repository at this point in the history
  • Loading branch information
mseaton committed Mar 13, 2024
1 parent a668fc9 commit 7911fa7
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 118 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,30 @@
<value>50</value>
</globalProperty>
</globalProperties>

<!-- Queue Configuration -->

<!-- https://app.openconceptlab.org/#/orgs/openmrs/sources/DemoQueueConcepts/concepts/DemoQueue-Service/ -->
<globalProperty>
<property>queue.serviceConceptSetName</property>
<value>a8f3f64a-11d5-4a09-b0fb-c8118fa349f3</value>
</globalProperty>

<!-- https://app.openconceptlab.org/#/orgs/openmrs/sources/DemoQueueConcepts/concepts/DemoQueue-Priority/ -->
<globalProperty>
<property>queue.priorityConceptSetName</property>
<value>78063dec-b6d8-40c1-9483-dd4d3c3ca434</value>
</globalProperty>

<!-- https://app.openconceptlab.org/#/orgs/openmrs/sources/DemoQueueConcepts/concepts/DemoQueue-Status/ -->
<globalProperty>
<property>queue.statusConceptSetName</property>
<value>d60ffa60-fca6-4c60-aea9-a79469ae65c7</value> <!-- PIH Queue Status Set -->
</globalProperty>

<!-- This requires that the sort weight for priority concepts be maintained in order of least to most urgent -->
<globalProperty>
<property>queue.sortWeightGenerator</property>
<value>basicPrioritySortWeightGenerator</value>
</globalProperty>
</config>
Loading

0 comments on commit 7911fa7

Please sign in to comment.