Package | Description |
---|---|
ca.uhn.hl7v2.conf.check | |
ca.uhn.hl7v2.conf.spec.message |
Modifier and Type | Method and Description |
---|---|
protected List<HL7Exception> |
DefaultValidator.doTestField(Type type,
Field profile,
boolean escape,
String profileID,
boolean theValidateChildren) |
List<HL7Exception> |
DefaultValidator.testField(Type type,
Field profile,
boolean escape,
String profileID) |
Modifier and Type | Method and Description |
---|---|
Field |
Seg.getField(int index)
Indexed getter for property field (index starts at 1 following HL7 convention).
|
Modifier and Type | Method and Description |
---|---|
List<Field> |
Seg.getChildrenAsList()
Returns the number of fields in the segment
|
List<Field> |
Seg.getFieldsAsList()
Returns the number of fields in the segment
|
Modifier and Type | Method and Description |
---|---|
void |
Seg.setField(int index,
Field field)
Indexed setter for property field (index starts at 1 following HL7 convention).
|
Copyright © 2001–2017 University Health Network. All rights reserved.