Skip to content

Commit

Permalink
Disallow overlapping visits
Browse files Browse the repository at this point in the history
Set the `visits.allowOverlappingVisits` global property to `false` to prevent overlapping visits. This property is `true` by default in the core.
  • Loading branch information
jayasanka-sack authored Jun 28, 2024
1 parent fb60633 commit 46c8f97
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<globalProperty>
<property>visits.assignmentHandler</property>
<value>org.openmrs.api.handler.ExistingVisitAssignmentHandler</value>
</globalProperty>
<globalProperty>
<property>visits.allowOverlappingVisits</property>
<value>false</value>
</globalProperty>
</globalProperties>
</config>
</config>

0 comments on commit 46c8f97

Please sign in to comment.