Skip to content

Commit

Permalink
(fix) Update global properties tag
Browse files Browse the repository at this point in the history
  • Loading branch information
NethmiRodrigo committed Dec 9, 2024
1 parent 50ec063 commit 8184862
Showing 1 changed file with 30 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,41 +4,41 @@
<property>referencedemodata.createDemoPatientsOnNextStartup</property>
<value>50</value>
</globalProperty>
</globalProperties>

<!-- Queue Configuration -->
<!-- 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-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-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>
</globalProperty>
<!-- https://app.openconceptlab.org/#/orgs/openmrs/sources/DemoQueueConcepts/concepts/DemoQueue-Status/ -->
<globalProperty>
<property>queue.statusConceptSetName</property>
<value>d60ffa60-fca6-4c60-aea9-a79469ae65c7</value>
</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>
<!-- 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>

<globalProperty>
<property>concept.causeOfDeath</property>
<value>9272a14b-7260-4353-9e5b-5787b5dead9d</value>
</globalProperty>
<globalProperty>
<property>concept.causeOfDeath</property>
<value>9272a14b-7260-4353-9e5b-5787b5dead9d</value>
</globalProperty>

<globalProperty>
<property>attachments.allowedFileExtensions</property>
<value>jpeg,jpg,png</value>
</globalProperty>
<globalProperty>
<property>attachments.allowedFileExtensions</property>
<value>jpeg,jpg,png</value>
</globalProperty>
</globalProperties>
</config>

0 comments on commit 8184862

Please sign in to comment.