Package | Description |
---|---|
ca.uhn.hl7v2.parser |
Modifier and Type | Field and Description |
---|---|
static UnexpectedSegmentBehaviourEnum |
ParserConfiguration.DEFAULT_UNEXPECTED_SEGMENT_BEHAVIOUR |
Modifier and Type | Method and Description |
---|---|
UnexpectedSegmentBehaviourEnum |
ParserConfiguration.getUnexpectedSegmentBehaviour()
Returns the behaviour to use when parsing a message and a nonstandard
segment is found.
|
static UnexpectedSegmentBehaviourEnum |
UnexpectedSegmentBehaviourEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnexpectedSegmentBehaviourEnum[] |
UnexpectedSegmentBehaviourEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ParserConfiguration.setUnexpectedSegmentBehaviour(UnexpectedSegmentBehaviourEnum theUnexpectedSegmentBehaviour)
Sets the behaviour to use when parsing a message and a nonstandard
segment is found
|
Copyright © 2001–2017 University Health Network. All rights reserved.