...
Enter an optional description for the expression transformer in the Description field.
Using the Table Transformer
...
Tables
The Table transform maps existing HL7 path values to new onesvalues. Click the Add Table Transformer button to add the transformer, then click the icon to launch the popup window. In the Path column, enter the HL7 path to be transformed. Add a condition (see Condiions below), and then click the text in the Transform field to show the Table Editor popup window.
Set the Assignment Path (where the data will go) for the transformer and the Source Path (where the data will come from). In the Table Name field, specify the table to which the information should be written. You can create a new table or write to an existing table.
Set the value that should be used for an Empty value (the default is to leave it empty) and what should
This window contains the following fields:
- Assignment Path: The path that will receive the modified value.
- Source Path: The path that contains the value that will be checked against the mapping table's In values.
- Table Name: An optional name for the current table. If you want to use an existing mapping table, select it from the drop-down.
- Empty Mapping: Enter the value to be used if the source path value
...
On the Mappings tab, list the In values and the corresponding Out values (that is, what matches for each value is). Optionally, enter a description. You can also specify that matches be case-sensitive by checking the box.
When you are finished, close the popup window. The list of transformers will show the new table transformer. Set any conditions for the transformer or add an optional description.
...
- is empty.
- Unmatched Mapping: If none of the mapping table's In values match the source path value, you can set a new value or select No Change.
- Mappings tab: This tab contains the table mapping values:
- In Value: The source path value to match
- Out Value: The new assignment path value, if the In Value matches the table
- Mappings Description: An optional plain-English description for the mapping
You can also copy all of the mappings in the table to the clipboard, or paste mappings from the clipboard into the table using the available button icons.
When the In Value for the specified HL7 path matches the table, it will be transformed and the HL7 message path will be populated with the specified Out Value.
Custom Code
If you know C#, you can write custom C# code to execute your transformer function. Click on the Add C# Transformer button and then click to launch the popup window.
...