Troubleshooting guide

TD 92735EN
15 May 2012 / Ver. G
Installation and Operation Manual
Unite Connectivity Manager
226
ELEMENT_TO_EXTRACT = [<ELEMENT NAME>,<FIELD>,<REPETITION>,
<COMPONENT>,<SUBCOMPONENT>]
Where:
ELEMENT_NAME = Name of the Event element that is sent to the Action handler
FIELD = Field number that includes the data (start count from segment ID)
REPETITION = Repetition number of the field that includes the data (EH will take first
occurrence if no repetition exists)
COMPONENT = Component number of the field that includes the data
SUBCOMPONENT= Subcomponent number of the component that includes the data (EH
will take COMPONENT if no subcomponent exists)
Example:
Note: A zero (0) is used if only one (1) value exist in the segment.
Figure 106.
Figure 107.
Would extract the following 3 elements from the PID segment from example message:
Element name = ID, with value = 2490298
Element name = NAME_GIVEN with value = Pippi
Element name = NAME_FAMILY with value = Långstrump
Note: Do NOT remove or change the MSH entry in the translation table. It is mandatory for
the Event Handler configuration to work properly.
PID Patient Identification!3!ID,4,0,0,0!NAME_GIVEN,6,1,2,0!NAME_FAMILY,6,1,1,1