Click or drag to resize

Separators Class

EDI separators.
Inheritance Hierarchy
SystemObject
  EdiFabric.FrameworkSeparators

Namespace: EdiFabric.Framework
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public sealed class Separators

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
Methods
 NameDescription
Public methodStatic memberGetFlatSeparators Populates the escape sequence for HL7 and sets the subcomponent separator
Public methodIsDifferent Compares to another separator set.
Public methodToHl7EncodingCharacters The HL7 encoding characters.
Public methodToLine Creates a line of separators.
Public methodToUna Creates UNA segment.
Top
See Also