org.eclipse.ohf.ihe.common.hl7v2.format
Interface MessageDelimiters


public interface MessageDelimiters

To represent HL7 V2.x standard message delimiters. We anticipate this functionality (some day) to be absorbed into the HL7v2 stack provided in org.eclipse.ohf.hl7v2

Author:
Sarah Knoop

Field Summary
static char COMPONENT
          HL7v2 Message Component separator
static char ESCAPE
          HL7v2 Message Excape separator
static char FIELD
          HL7v2 Message Field separator
static char REPETITION
          HL7v2 Message Repitition separator
static java.lang.String SEGMENT
          HL7v2 Message Segment separator
static char SUBCOMPONENT
          HL7v2 Message Subcomponent separator
 

Field Detail

FIELD

static final char FIELD
HL7v2 Message Field separator

See Also:
Constant Field Values

COMPONENT

static final char COMPONENT
HL7v2 Message Component separator

See Also:
Constant Field Values

SUBCOMPONENT

static final char SUBCOMPONENT
HL7v2 Message Subcomponent separator

See Also:
Constant Field Values

REPETITION

static final char REPETITION
HL7v2 Message Repitition separator

See Also:
Constant Field Values

ESCAPE

static final char ESCAPE
HL7v2 Message Excape separator

See Also:
Constant Field Values

SEGMENT

static final java.lang.String SEGMENT
HL7v2 Message Segment separator

See Also:
Constant Field Values