Modifier and Type | Method and Description |
---|---|
Location |
atComponentLevel(boolean componentLevel) |
boolean |
equals(Object obj) |
int |
getComponent() |
int |
getField() |
int |
getFieldRepetition() |
ca.uhn.hl7v2.Location.GroupLocation |
getGroupLocation() |
String |
getSegmentName() |
int |
getSegmentRepetition() |
int |
getSubcomponent() |
int |
hashCode() |
boolean |
isComponentLevel() |
boolean |
isUnknown() |
void |
popGroup() |
Location |
pushGroup(String name,
int rep) |
String |
toString() |
Location |
withComponent(int component) |
Location |
withField(int field) |
Location |
withFieldIndizes(int[] indices)
Bulk setter for field indices
|
Location |
withFieldRepetition(int fieldRepetition) |
Location |
withSegmentName(String segmentName) |
Location |
withSegmentRepetition(int segmentRepetition) |
Location |
withSubcomponent(int subcomponent) |
public boolean isUnknown()
public void popGroup()
public ca.uhn.hl7v2.Location.GroupLocation getGroupLocation()
public String getSegmentName()
public Location withSegmentName(String segmentName)
public boolean isComponentLevel()
public Location atComponentLevel(boolean componentLevel)
public int getSegmentRepetition()
public Location withSegmentRepetition(int segmentRepetition)
public int getField()
public int getFieldRepetition()
public Location withFieldRepetition(int fieldRepetition)
public int getComponent()
public Location withComponent(int component)
public int getSubcomponent()
public Location withSubcomponent(int subcomponent)
public Location withFieldIndizes(int[] indices)
indices
- integer array as returned by Terser#getIndicesCopyright © 2001–2017 University Health Network. All rights reserved.