Package | Description |
---|---|
ca.uhn.hl7v2.conf.check | |
ca.uhn.hl7v2.conf.spec.message |
Modifier and Type | Method and Description |
---|---|
List<HL7Exception> |
DefaultValidator.testStructure(Structure s,
ProfileStructure profile,
String profileID)
Tests a structure (segment or group) against the corresponding part of a profile.
|
Modifier and Type | Class and Description |
---|---|
class |
Seg
A specification for a message segment in a conformance profile.
|
class |
SegGroup
A specification for a segment group in a conformance profile.
|
Modifier and Type | Method and Description |
---|---|
ProfileStructure |
AbstractSegmentContainer.getChild(int index)
Indexed getter for property structure (index starts at 1 following HL7 convention).
|
Modifier and Type | Method and Description |
---|---|
List<ProfileStructure> |
AbstractSegmentContainer.getChildrenAsList() |
Iterator<ProfileStructure> |
AbstractSegmentContainer.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSegmentContainer.setChild(int index,
ProfileStructure structure)
Indexed setter for property structure.
|
Copyright © 2001–2017 University Health Network. All rights reserved.