Skip to content

Commit

Permalink
Moving global properties in the globalproperties-core_demo.xml into t…
Browse files Browse the repository at this point in the history
…he globalProperties tag (#872)
  • Loading branch information
wikumChamith authored Dec 4, 2024
1 parent b9c4ba8 commit 6ebb396
Showing 1 changed file with 30 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,41 +4,40 @@
<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,pdf</value>
</globalProperty>
<globalProperty>
<property>attachments.allowedFileExtensions</property>
<value>jpeg,jpg,png,pdf</value>
</globalProperty>
</globalProperties>
</config>

0 comments on commit 6ebb396

Please sign in to comment.