Package ca.uhn.hl7v2
Class Location
java.lang.Object
ca.uhn.hl7v2.Location
Location class to determine the location of an element
- Author:
- Christian Ohr
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatComponentLevel(boolean componentLevel) booleanintintgetField()intintintinthashCode()booleanbooleanpopGroup()toString()withComponent(int component) withField(int field) withFieldIndizes(int[] indices) Bulk setter for field indiceswithFieldRepetition(int fieldRepetition) withSegmentName(String segmentName) withSegmentRepetition(int segmentRepetition) withSubcomponent(int subcomponent)
-
Field Details
-
UNKNOWN
-
-
Constructor Details
-
Location
public Location() -
Location
-
-
Method Details
-
getGroups
-
isUnknown
-
pushGroup
-
popGroup
-
getGroupLocation
-
getSegmentName
-
withSegmentName
-
isComponentLevel
-
atComponentLevel
-
getSegmentRepetition
-
withSegmentRepetition
-
getField
-
withField
-
getFieldRepetition
-
withFieldRepetition
-
getComponent
-
withComponent
-
getSubcomponent
-
withSubcomponent
-
withFieldIndizes
Bulk setter for field indices- Parameters:
indices- integer array as returned by Terser#getIndices
-
toString
-
hashCode
-
equals
-