Separators Class |
The Separators type exposes the following members.
| Name | Description | |
|---|---|---|
| ComponentDataElement | Separator for component data elements. | |
| DataElement | Separator for data elements. | |
| DecimalPoint | Decimal point. | |
| Dex | Factory method to initialize a new instance of the Separators class. Uses the default X12 separators: Segment ~ ComponentDataElement > DataElement * RepetitionDataElement ^ Escape N/A | |
| Edifact | Factory method to initialize a new instance of the Separators class. Uses the default EDIFACT separators: Segment ' ComponentDataElement : DataElement + RepetitionDataElement * Escape ? | |
| Escape | Release indicator for escaping terminators. | |
| EscapeSequence | Escape sequence. | |
| HasEscape | Whether the escape separator or the escape sequence is used. | |
| Hl7 | Factory method to initialize a new instance of the Separators class. Uses the default HL7 separators: Segment \r ComponentDataElement ^ DataElement | RepetitionDataElement ~ Escape \ Subcomponent (ampersand) | |
| NcpdpScript | Factory method to initialize a new instance of the Separators class. Uses the default NCPDP SCRIPT separators: Segment ' ComponentDataElement : DataElement + RepetitionDataElement * Escape / | |
| NcpdpTelco | Factory method to initialize a new instance of the Separators class. Uses the default NCPDP TELCO separators: Segment 1E ComponentDataElement 1C DataElement 1C | |
| RepetitionDataElement | Separator for repetitions of data elements. | |
| Segment | Separator for segments. | |
| SubComponent | HL7 subcomponent separator. | |
| X12 | Factory method to initialize a new instance of the Separators class. Uses the default X12 separators: Segment ~ ComponentDataElement > DataElement * RepetitionDataElement ^ Escape N/A |
| Name | Description | |
|---|---|---|
| GetFlatSeparators | Populates the escape sequence for HL7 and sets the subcomponent separator | |
| IsDifferent | Compares to another separator set. | |
| ToHl7EncodingCharacters | The HL7 encoding characters. | |
| ToLine | Creates a line of separators. | |
| ToUna | Creates UNA segment. |