|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectca.uhn.hl7v2.parser.MessagePointer
public class MessagePointer
A MessagePointer is used when parsing traditionally encoded HL7 messages. This is similar to a GroupPointer except that there is only one underlying instance of the Message, and it has no parent.
GroupPointer| Constructor Summary | |
|---|---|
MessagePointer(PipeParser parser,
Message message,
EncodingCharacters encodingChars)
Deprecated. Creates new GroupPointer |
|
| Method Summary | |
|---|---|
int |
setSegment(java.lang.String segment)
Deprecated. Parses the given String, which must contain a single traditionally encoded message segment, by forwarding it to child GroupPointers and SegmentPointers until one of them succeeds. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MessagePointer(PipeParser parser,
Message message,
EncodingCharacters encodingChars)
throws HL7Exception
HL7Exception| Method Detail |
|---|
public int setSegment(java.lang.String segment)
throws HL7Exception
HL7Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||