Package | Description |
---|---|
ca.uhn.hl7v2 | |
ca.uhn.hl7v2.model | |
ca.uhn.hl7v2.util | |
ca.uhn.hl7v2.validation.builder | |
ca.uhn.hl7v2.validation.impl |
Modifier and Type | Field and Description |
---|---|
static Location |
Location.UNKNOWN |
Modifier and Type | Method and Description |
---|---|
Location |
Location.atComponentLevel(boolean componentLevel) |
Location |
AbstractHL7Exception.getLocation() |
Location |
Location.pushGroup(String name,
int rep) |
Location |
Location.withComponent(int component) |
Location |
Location.withField(int field) |
Location |
Location.withFieldIndizes(int[] indices)
Bulk setter for field indices
|
Location |
Location.withFieldRepetition(int fieldRepetition) |
Location |
Location.withSegmentName(String segmentName) |
Location |
Location.withSegmentRepetition(int segmentRepetition) |
Location |
Location.withSubcomponent(int subcomponent) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractHL7Exception.setLocation(Location location) |
Constructor and Description |
---|
Location(Location l) |
Modifier and Type | Method and Description |
---|---|
Location |
Varies.provideLocation(Location location,
int index,
int repetition) |
Location |
AbstractSegment.provideLocation(Location location,
int index,
int repetition) |
Location |
Field.provideLocation(Location parentLocation,
int index,
int repetition) |
Location |
AbstractComposite.provideLocation(Location location,
int index,
int repetition) |
Location |
AbstractGroup.provideLocation(Location location,
int index,
int repetition) |
Location |
Visitable.provideLocation(Location parentLocation,
int index,
int repetition)
Reusing the location of this object's parent, this method returns its own
location within the message.
|
Location |
AbstractType.provideLocation(Location location,
int index,
int repetition) |
Modifier and Type | Method and Description |
---|---|
boolean |
Varies.accept(MessageVisitor visitor,
Location currentLocation) |
boolean |
AbstractMessage.accept(MessageVisitor visitor,
Location location) |
boolean |
AbstractSegment.accept(MessageVisitor visitor,
Location location)
Iterates over the contained fields and calls the visitor for each
of them.
|
boolean |
AbstractPrimitive.accept(MessageVisitor visitor,
Location location) |
boolean |
Field.accept(MessageVisitor visitor,
Location currentLocation) |
boolean |
AbstractComposite.accept(MessageVisitor visitor,
Location location) |
boolean |
AbstractGroup.accept(MessageVisitor visitor,
Location location)
Iterates over the contained structures and calls the visitor for each
of them.
|
boolean |
Visitable.accept(MessageVisitor visitor,
Location currentLocation)
Callback method for the visitor.
|
boolean |
MessageVisitorSupport.end(Composite type,
Location location) |
boolean |
DelegatingMessageVisitor.end(Composite type,
Location location) |
boolean |
MessageVisitors.PopulatedVisitor.end(Composite type,
Location location) |
boolean |
MessageVisitor.end(Composite type,
Location location)
Leaves a composite
|
boolean |
MessageVisitorSupport.end(Field field,
Location location) |
boolean |
DelegatingMessageVisitor.end(Field Field,
Location location) |
boolean |
MessageVisitor.end(Field field,
Location location)
Leaves a field.
|
boolean |
MessageVisitorSupport.end(Group group,
Location location) |
boolean |
DelegatingMessageVisitor.end(Group group,
Location location) |
boolean |
MessageVisitors.PopulatedVisitor.end(Group group,
Location location) |
boolean |
MessageVisitor.end(Group group,
Location location)
Leaves a group (or message)
|
boolean |
MessageVisitorSupport.end(Segment segment,
Location location) |
boolean |
DelegatingMessageVisitor.end(Segment segment,
Location location) |
boolean |
MessageVisitors.PopulatedVisitor.end(Segment segment,
Location location) |
boolean |
MessageVisitor.end(Segment segment,
Location location)
Leaves a segment
|
Location |
Varies.provideLocation(Location location,
int index,
int repetition) |
Location |
AbstractSegment.provideLocation(Location location,
int index,
int repetition) |
Location |
Field.provideLocation(Location parentLocation,
int index,
int repetition) |
Location |
AbstractComposite.provideLocation(Location location,
int index,
int repetition) |
Location |
AbstractGroup.provideLocation(Location location,
int index,
int repetition) |
Location |
Visitable.provideLocation(Location parentLocation,
int index,
int repetition)
Reusing the location of this object's parent, this method returns its own
location within the message.
|
Location |
AbstractType.provideLocation(Location location,
int index,
int repetition) |
boolean |
MessageVisitorSupport.start(Composite type,
Location location) |
boolean |
DelegatingMessageVisitor.start(Composite type,
Location location) |
boolean |
MessageVisitors.StructuresVisitor.start(Composite type,
Location location) |
boolean |
MessageVisitors.PopulatedVisitor.start(Composite type,
Location location) |
boolean |
MessageVisitor.start(Composite type,
Location location)
Enters a composite
|
boolean |
MessageVisitorSupport.start(Field field,
Location location) |
boolean |
DelegatingMessageVisitor.start(Field field,
Location location) |
boolean |
MessageVisitor.start(Field field,
Location location)
Enters a field.
|
boolean |
MessageVisitorSupport.start(Group group,
Location location) |
boolean |
DelegatingMessageVisitor.start(Group group,
Location location) |
boolean |
MessageVisitors.PopulatedVisitor.start(Group group,
Location location) |
boolean |
MessageVisitor.start(Group group,
Location location)
Enters a group (or message)
|
boolean |
MessageVisitorSupport.start(Segment segment,
Location location) |
boolean |
DelegatingMessageVisitor.start(Segment segment,
Location location) |
boolean |
MessageVisitors.StructuresVisitor.start(Segment segment,
Location location) |
boolean |
MessageVisitors.PopulatedVisitor.start(Segment segment,
Location location) |
boolean |
MessageVisitor.start(Segment segment,
Location location)
Enters a segment
|
boolean |
MessageVisitorSupport.visit(Primitive type,
Location location) |
boolean |
DelegatingMessageVisitor.visit(Primitive type,
Location location) |
boolean |
MessageVisitors.StructuresVisitor.visit(Primitive type,
Location location) |
boolean |
MessageVisitors.PopulatedVisitor.visit(Primitive type,
Location location) |
boolean |
MessageVisitor.visit(Primitive type,
Location location)
Visits a primitive
|
protected void |
AbstractGroup.visitNestedStructures(MessageVisitor visitor,
Location location) |
Modifier and Type | Method and Description |
---|---|
static void |
Terser.set(Segment segment,
Location location,
String value) |
Modifier and Type | Method and Description |
---|---|
Location |
Expression.getLocation(T structure)
Returns the location of the structure to which is expression is applied to
|
Modifier and Type | Method and Description |
---|---|
protected ValidationException[] |
RuleSupport.failed(Exception e,
Location location) |
protected ValidationException[] |
RuleSupport.failed(String msg,
Location location) |
protected ValidationException[] |
RuleSupport.failedWithValue(Object value,
Location location) |
protected ValidationException[] |
RuleSupport.result(boolean result,
Object value,
Location location) |
Copyright © 2001–2017 University Health Network. All rights reserved.