public static class ClaimResponse.ItemDetailSubDetail extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: The third tier service adjudications for submitted services.
| Constructor and Description |
|---|
ItemDetailSubDetail() |
| Modifier and Type | Method and Description |
|---|---|
ClaimResponse.ItemDetailSubDetailAdjudication |
addAdjudication()
Adds and returns a new value for adjudication ()
|
ClaimResponse.ItemDetailSubDetail |
addAdjudication(ClaimResponse.ItemDetailSubDetailAdjudication theValue)
Adds a given new value for adjudication ()
|
List<ClaimResponse.ItemDetailSubDetailAdjudication> |
getAdjudication()
Gets the value(s) for adjudication ().
|
ClaimResponse.ItemDetailSubDetailAdjudication |
getAdjudicationFirstRep()
Gets the first repetition for adjudication (),
creating it if it does not already exist.
|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
Integer |
getSequenceLinkId()
Gets the value(s) for sequenceLinkId ().
|
ca.uhn.fhir.model.primitive.PositiveIntDt |
getSequenceLinkIdElement()
Gets the value(s) for sequenceLinkId ().
|
boolean |
isEmpty() |
ClaimResponse.ItemDetailSubDetail |
setAdjudication(List<ClaimResponse.ItemDetailSubDetailAdjudication> theValue)
Sets the value(s) for adjudication ()
|
ClaimResponse.ItemDetailSubDetail |
setSequenceLinkId(int theInteger)
Sets the value for sequenceLinkId ()
|
ClaimResponse.ItemDetailSubDetail |
setSequenceLinkId(ca.uhn.fhir.model.primitive.PositiveIntDt theValue)
Sets the value(s) for sequenceLinkId ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic ItemDetailSubDetail()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic ca.uhn.fhir.model.primitive.PositiveIntDt getSequenceLinkIdElement()
null.
Definition: A service line number.
public Integer getSequenceLinkId()
null.
Definition: A service line number.
public ClaimResponse.ItemDetailSubDetail setSequenceLinkId(ca.uhn.fhir.model.primitive.PositiveIntDt theValue)
Definition: A service line number.
public ClaimResponse.ItemDetailSubDetail setSequenceLinkId(int theInteger)
Definition: A service line number.
public List<ClaimResponse.ItemDetailSubDetailAdjudication> getAdjudication()
null.
Definition: The adjudications results.
public ClaimResponse.ItemDetailSubDetail setAdjudication(List<ClaimResponse.ItemDetailSubDetailAdjudication> theValue)
Definition: The adjudications results.
public ClaimResponse.ItemDetailSubDetailAdjudication addAdjudication()
Definition: The adjudications results.
public ClaimResponse.ItemDetailSubDetail addAdjudication(ClaimResponse.ItemDetailSubDetailAdjudication theValue)
Definition: The adjudications results.
theValue - The adjudication to add (must not be null)public ClaimResponse.ItemDetailSubDetailAdjudication getAdjudicationFirstRep()
Definition: The adjudications results.
Copyright © 2014–2018 University Health Network. All rights reserved.