Class ClaimResponse.Item
- java.lang.Object
-
- ca.uhn.fhir.model.api.BaseElement
-
- ca.uhn.fhir.model.api.BaseIdentifiableElement
-
- ca.uhn.fhir.model.dstu2.resource.ClaimResponse.Item
-
- All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement,ca.uhn.fhir.model.api.IElement,ca.uhn.fhir.model.api.IIdentifiableElement,ca.uhn.fhir.model.api.IResourceBlock,ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions,Serializable,org.hl7.fhir.instance.model.api.IBase
- Enclosing class:
- ClaimResponse
public static class ClaimResponse.Item extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: ClaimResponse.item ()Definition: The first tier service adjudications for submitted services.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Item()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClaimResponse.ItemAdjudicationaddAdjudication()Adds and returns a new value for adjudication ()ClaimResponse.ItemaddAdjudication(ClaimResponse.ItemAdjudication theValue)Adds a given new value for adjudication ()ClaimResponse.ItemDetailaddDetail()Adds and returns a new value for detail ()ClaimResponse.ItemaddDetail(ClaimResponse.ItemDetail theValue)Adds a given new value for detail ()ca.uhn.fhir.model.primitive.PositiveIntDtaddNoteNumber()Adds and returns a new value for noteNumber ()ClaimResponse.ItemaddNoteNumber(int theInteger)Adds a new value for noteNumber ()ClaimResponse.ItemaddNoteNumber(ca.uhn.fhir.model.primitive.PositiveIntDt theValue)Adds a given new value for noteNumber ()List<ClaimResponse.ItemAdjudication>getAdjudication()Gets the value(s) for adjudication ().ClaimResponse.ItemAdjudicationgetAdjudicationFirstRep()Gets the first repetition for adjudication (), creating it if it does not already exist.<T extends ca.uhn.fhir.model.api.IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)List<ClaimResponse.ItemDetail>getDetail()Gets the value(s) for detail ().ClaimResponse.ItemDetailgetDetailFirstRep()Gets the first repetition for detail (), creating it if it does not already exist.List<ca.uhn.fhir.model.primitive.PositiveIntDt>getNoteNumber()Gets the value(s) for noteNumber ().ca.uhn.fhir.model.primitive.PositiveIntDtgetNoteNumberFirstRep()Gets the first repetition for noteNumber (), creating it if it does not already exist.IntegergetSequenceLinkId()Gets the value(s) for sequenceLinkId ().ca.uhn.fhir.model.primitive.PositiveIntDtgetSequenceLinkIdElement()Gets the value(s) for sequenceLinkId ().booleanisEmpty()ClaimResponse.ItemsetAdjudication(List<ClaimResponse.ItemAdjudication> theValue)Sets the value(s) for adjudication ()ClaimResponse.ItemsetDetail(List<ClaimResponse.ItemDetail> theValue)Sets the value(s) for detail ()ClaimResponse.ItemsetNoteNumber(List<ca.uhn.fhir.model.primitive.PositiveIntDt> theValue)Sets the value(s) for noteNumber ()ClaimResponse.ItemsetSequenceLinkId(int theInteger)Sets the value for sequenceLinkId ()ClaimResponse.ItemsetSequenceLinkId(ca.uhn.fhir.model.primitive.PositiveIntDt theValue)Sets the value(s) for sequenceLinkId ()-
Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserData
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
Item
public Item()
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
- Specified by:
getAllPopulatedChildElementsOfTypein interfaceca.uhn.fhir.model.api.ICompositeElement
-
getSequenceLinkIdElement
public ca.uhn.fhir.model.primitive.PositiveIntDt getSequenceLinkIdElement()
Gets the value(s) for sequenceLinkId (). creating it if it does not exist. Will not returnnull.Definition: A service line number.
-
getSequenceLinkId
public Integer getSequenceLinkId()
Gets the value(s) for sequenceLinkId (). creating it if it does not exist. This method may returnnull.Definition: A service line number.
-
setSequenceLinkId
public ClaimResponse.Item setSequenceLinkId(ca.uhn.fhir.model.primitive.PositiveIntDt theValue)
Sets the value(s) for sequenceLinkId ()Definition: A service line number.
-
setSequenceLinkId
public ClaimResponse.Item setSequenceLinkId(int theInteger)
Sets the value for sequenceLinkId ()Definition: A service line number.
-
getNoteNumber
public List<ca.uhn.fhir.model.primitive.PositiveIntDt> getNoteNumber()
Gets the value(s) for noteNumber (). creating it if it does not exist. Will not returnnull.Definition: A list of note references to the notes provided below.
-
setNoteNumber
public ClaimResponse.Item setNoteNumber(List<ca.uhn.fhir.model.primitive.PositiveIntDt> theValue)
Sets the value(s) for noteNumber ()Definition: A list of note references to the notes provided below.
-
addNoteNumber
public ca.uhn.fhir.model.primitive.PositiveIntDt addNoteNumber()
Adds and returns a new value for noteNumber ()Definition: A list of note references to the notes provided below.
-
addNoteNumber
public ClaimResponse.Item addNoteNumber(ca.uhn.fhir.model.primitive.PositiveIntDt theValue)
Adds a given new value for noteNumber ()Definition: A list of note references to the notes provided below.
- Parameters:
theValue- The noteNumber to add (must not benull)
-
getNoteNumberFirstRep
public ca.uhn.fhir.model.primitive.PositiveIntDt getNoteNumberFirstRep()
Gets the first repetition for noteNumber (), creating it if it does not already exist.Definition: A list of note references to the notes provided below.
-
addNoteNumber
public ClaimResponse.Item addNoteNumber(int theInteger)
Adds a new value for noteNumber ()Definition: A list of note references to the notes provided below.
- Returns:
- Returns a reference to this object, to allow for simple chaining.
-
getAdjudication
public List<ClaimResponse.ItemAdjudication> getAdjudication()
Gets the value(s) for adjudication (). creating it if it does not exist. Will not returnnull.Definition: The adjudications results.
-
setAdjudication
public ClaimResponse.Item setAdjudication(List<ClaimResponse.ItemAdjudication> theValue)
Sets the value(s) for adjudication ()Definition: The adjudications results.
-
addAdjudication
public ClaimResponse.ItemAdjudication addAdjudication()
Adds and returns a new value for adjudication ()Definition: The adjudications results.
-
addAdjudication
public ClaimResponse.Item addAdjudication(ClaimResponse.ItemAdjudication theValue)
Adds a given new value for adjudication ()Definition: The adjudications results.
- Parameters:
theValue- The adjudication to add (must not benull)
-
getAdjudicationFirstRep
public ClaimResponse.ItemAdjudication getAdjudicationFirstRep()
Gets the first repetition for adjudication (), creating it if it does not already exist.Definition: The adjudications results.
-
getDetail
public List<ClaimResponse.ItemDetail> getDetail()
Gets the value(s) for detail (). creating it if it does not exist. Will not returnnull.Definition: The second tier service adjudications for submitted services.
-
setDetail
public ClaimResponse.Item setDetail(List<ClaimResponse.ItemDetail> theValue)
Sets the value(s) for detail ()Definition: The second tier service adjudications for submitted services.
-
addDetail
public ClaimResponse.ItemDetail addDetail()
Adds and returns a new value for detail ()Definition: The second tier service adjudications for submitted services.
-
addDetail
public ClaimResponse.Item addDetail(ClaimResponse.ItemDetail theValue)
Adds a given new value for detail ()Definition: The second tier service adjudications for submitted services.
- Parameters:
theValue- The detail to add (must not benull)
-
getDetailFirstRep
public ClaimResponse.ItemDetail getDetailFirstRep()
Gets the first repetition for detail (), creating it if it does not already exist.Definition: The second tier service adjudications for submitted services.
-
-