Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Encounter type to be used for finding an encounter or creating a new encounter is based on either of the following logic in the given order,

  1. by programUuid - mapping present in entity_mapping table with entity_mapping_type as 'program_encountertype' (OR)
  2. by location uuid - mapping present in entity_mapping table with entity_mapping_type as 'location_encountertype'  (OR)
  3. by default encounter type provided in global property ( bahmni.encounterType.default).

...