Property | S/T | Description |
---|---|---|
Encoding | ST | To specify encoding for reading source and writing target data, select a code page translation table. Default is OEM. To use ANSI, select ISO8859-1. For Windows CodePage 1252, select CP1252. |
SchemaFile | ST | Used for parsing data and generating a new schema during design time. Select a schema file that contains the schema that you want to use. |
SegmentTerminator | ST | Character that terminates a segment. Select a Segment Terminator from the list. The default is CR(000D). For other options, see Segment Terminators. |
StuffedLength | ST | Specify carriage return length. The default value is zero. HL7 encoding rules does not have any limitation on the segment length. Many languages or operating systems have terminal-oriented input disciplines that sets a limit on the number of characters received before they receive a carriage return character. To overcome this problem, use this property. If some characters are transmitted without a carriage return, the sending system inserts a carriage return character into the output stream. The receiving system is also counting characters from the last carriage return seen. If the limit is reached, the receiving system knows that the next character is a stuffed carriage return and must be removed from the data. Note: This property is not required by the HL7 standard, but is used by Lower Layer Protocols. |
FieldSeparator | T | Separates two adjacent data fields within a segment. The integration platform presumes that a HL7 (eDoc) file has a pipe | (007C) between each field. The default is | (007C). For the options, see Segment Terminators. |
ComponentSeparator | T | Separates adjacent components of data fields. The default is ^(005E). For the options, see Segment Terminators. |
RepetitionSeparator | T | Separates multiple occurrences of a field. The default is ~(007E). For the options, see Segment Terminators. |
EscapeCharacter | T | Escape character to use with any field represented by ST, TX, or FT data type, or to use with the data (fourth) component of the ED data type. For the options, see Segment Terminators. |
SubcomponentSeparator | T | Separates adjacent subcomponents of data fields. The default is &(0026). For the options, see Segment Terminators. |