| SeparatorsHl7 Property |
Factory method to initialize a new instance of the
Separators class.
Uses the default HL7 separators:
Segment \r
ComponentDataElement ^
DataElement |
RepetitionDataElement ~
Escape \
Subcomponent (ampersand)
Namespace: EdiFabric.FrameworkAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public static Separators Hl7 { get; }
Public Shared ReadOnly Property Hl7 As Separators
Get
Return Value
SeparatorsA new instance of the
Separators class with all default separators.
See Also