Click or drag to resize

Separators Properties

The Separators type exposes the following members.

Properties
 NameDescription
Public propertyComponentDataElement Separator for component data elements.
Public propertyDataElement Separator for data elements.
Public propertyDecimalPoint Decimal point.
Public propertyStatic memberDex Factory method to initialize a new instance of the Separators class. Uses the default X12 separators: Segment ~ ComponentDataElement > DataElement * RepetitionDataElement ^ Escape N/A
Public propertyStatic memberEdifact Factory method to initialize a new instance of the Separators class. Uses the default EDIFACT separators: Segment ' ComponentDataElement : DataElement + RepetitionDataElement * Escape ?
Public propertyEscape Release indicator for escaping terminators.
Public propertyEscapeSequence Escape sequence.
Public propertyHasEscape Whether the escape separator or the escape sequence is used.
Public propertyStatic memberHl7 Factory method to initialize a new instance of the Separators class. Uses the default HL7 separators: Segment \r ComponentDataElement ^ DataElement | RepetitionDataElement ~ Escape \ Subcomponent (ampersand)
Public propertyStatic memberNcpdpScript Factory method to initialize a new instance of the Separators class. Uses the default NCPDP SCRIPT separators: Segment ' ComponentDataElement : DataElement + RepetitionDataElement * Escape /
Public propertyStatic memberNcpdpTelco Factory method to initialize a new instance of the Separators class. Uses the default NCPDP TELCO separators: Segment 1E ComponentDataElement 1C DataElement 1C
Public propertyRepetitionDataElement Separator for repetitions of data elements.
Public propertySegment Separator for segments.
Public propertySubComponent HL7 subcomponent separator.
Public propertyStatic memberX12 Factory method to initialize a new instance of the Separators class. Uses the default X12 separators: Segment ~ ComponentDataElement > DataElement * RepetitionDataElement ^ Escape N/A
Top
See Also