public class GroupPointer extends Pointer
FILL_FAILED_FULL, FILL_FAILED_OUT_OF_ORDER, FILL_FAILED_WRONG_SEGMENT, FILL_OK, position| Constructor and Description |
|---|
GroupPointer(PipeParser parser,
Group parent,
int position,
EncodingCharacters encodingChars)
Deprecated.
Creates new GroupPointer
|
| Modifier and Type | Method and Description |
|---|---|
int |
setSegment(String segment,
boolean orderedCorrectly)
Deprecated.
Parses the given String, which must contain a single traditionally encoded
message segment, into the current repetition of the message Group
underlying this Pointer by forwarding it to each of it's children until
one of them succeeds.
|
public GroupPointer(PipeParser parser, Group parent, int position, EncodingCharacters encodingChars) throws HL7Exception
HL7Exceptionpublic int setSegment(String segment, boolean orderedCorrectly) throws HL7Exception
setSegment in class Pointersegment - the segment to parseorderedCorrectly - false if this segment should not actually be parsed because the
current location precedes the location of a segment that has already been
parsed. In this case, the return value should be either FILL_FAILED_FULL,
FILL_FAILED_WRONG_SEGMENT, or FILL_FAILED_OUT_OF_ORDER, but the segment should not
be parsed.HL7ExceptionCopyright © 2001-2013 University Health Network. All Rights Reserved.