Table Description
Triage Configuration: Map boundaries for the map displayed in triage within the citizen self service. On the triage results page a citizen is provided with the ability to search for providers in a particular area, for example, if the citizen specifies 'Springfield' all providers of the services listed in the Springfield area will be displayed on the map. Multiple 'Springfield' locations may exist and therefore an area known as the geocoding bias can be configured to define a particular map area to display. This configuration will also dicate the map area in which to display providers, any provider whose address is outside of this area will not be displayed.
Model Details
Location in Model: Logical View::MetaModel::Curam::WorkspaceServices::Triage::Entity::TriageConfiguration
Controlling File: WorkspaceServices\model\Packages\Triage\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (6)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
triageConfigIDkeynoUnique identifier of the traige configuration record.INTERNAL_ID SVR_INT64
geocodeNorthBounddetails Geocode representing the north boundary of the map.GEOCODE SVR_STRING<2048>
geocodeSouthBounddetails Geocode representing the south boundary of the map.GEOCODE SVR_STRING<2048>
geocodeEastBounddetails Geocode representing the east boundary of the map.GEOCODE SVR_STRING<2048>
geocodeWestBounddetails Geocode representing the west boundary of the map.GEOCODE SVR_STRING<2048>
recordStatusdetails Record status of the triage configuration record.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: triageConfigID
AUTO_ID_KEY: TRIAGCNFG
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
removeremove Standard Operation 
searchByRecordStatusreadmulti Returns a list of Configuration Profiles for a specified status. Should always contain one entry. 
insertTriageConfigurationnsinsert   
Related Pages (4)