Class ClaimResponse.AddItem
- java.lang.Object
-
- ca.uhn.fhir.model.api.BaseElement
-
- ca.uhn.fhir.model.api.BaseIdentifiableElement
-
- ca.uhn.fhir.model.dstu2.resource.ClaimResponse.AddItem
-
- 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.AddItem extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: ClaimResponse.addItem ()Definition: The first tier service adjudications for payor added services.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClaimResponse.AddItemAdjudicationaddAdjudication()Adds and returns a new value for adjudication ()ClaimResponse.AddItemaddAdjudication(ClaimResponse.AddItemAdjudication theValue)Adds a given new value for adjudication ()ClaimResponse.AddItemDetailaddDetail()Adds and returns a new value for detail ()ClaimResponse.AddItemaddDetail(ClaimResponse.AddItemDetail theValue)Adds a given new value for detail ()ca.uhn.fhir.model.primitive.PositiveIntDtaddNoteNumberLinkId()Adds and returns a new value for noteNumberLinkId ()ClaimResponse.AddItemaddNoteNumberLinkId(int theInteger)Adds a new value for noteNumberLinkId ()ClaimResponse.AddItemaddNoteNumberLinkId(ca.uhn.fhir.model.primitive.PositiveIntDt theValue)Adds a given new value for noteNumberLinkId ()ca.uhn.fhir.model.primitive.PositiveIntDtaddSequenceLinkId()Adds and returns a new value for sequenceLinkId ()ClaimResponse.AddItemaddSequenceLinkId(int theInteger)Adds a new value for sequenceLinkId ()ClaimResponse.AddItemaddSequenceLinkId(ca.uhn.fhir.model.primitive.PositiveIntDt theValue)Adds a given new value for sequenceLinkId ()List<ClaimResponse.AddItemAdjudication>getAdjudication()Gets the value(s) for adjudication ().ClaimResponse.AddItemAdjudicationgetAdjudicationFirstRep()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.AddItemDetail>getDetail()Gets the value(s) for detail ().ClaimResponse.AddItemDetailgetDetailFirstRep()Gets the first repetition for detail (), creating it if it does not already exist.MoneyDtgetFee()Gets the value(s) for fee ().List<ca.uhn.fhir.model.primitive.PositiveIntDt>getNoteNumberLinkId()Gets the value(s) for noteNumberLinkId ().ca.uhn.fhir.model.primitive.PositiveIntDtgetNoteNumberLinkIdFirstRep()Gets the first repetition for noteNumberLinkId (), creating it if it does not already exist.List<ca.uhn.fhir.model.primitive.PositiveIntDt>getSequenceLinkId()Gets the value(s) for sequenceLinkId ().ca.uhn.fhir.model.primitive.PositiveIntDtgetSequenceLinkIdFirstRep()Gets the first repetition for sequenceLinkId (), creating it if it does not already exist.CodingDtgetService()Gets the value(s) for service ().booleanisEmpty()ClaimResponse.AddItemsetAdjudication(List<ClaimResponse.AddItemAdjudication> theValue)Sets the value(s) for adjudication ()ClaimResponse.AddItemsetDetail(List<ClaimResponse.AddItemDetail> theValue)Sets the value(s) for detail ()ClaimResponse.AddItemsetFee(MoneyDt theValue)Sets the value(s) for fee ()ClaimResponse.AddItemsetNoteNumberLinkId(List<ca.uhn.fhir.model.primitive.PositiveIntDt> theValue)Sets the value(s) for noteNumberLinkId ()ClaimResponse.AddItemsetSequenceLinkId(List<ca.uhn.fhir.model.primitive.PositiveIntDt> theValue)Sets the value(s) for sequenceLinkId ()ClaimResponse.AddItemsetService(CodingDt theValue)Sets the value(s) for service ()-
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
-
AddItem
public AddItem()
-
-
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
-
getSequenceLinkId
public List<ca.uhn.fhir.model.primitive.PositiveIntDt> getSequenceLinkId()
Gets the value(s) for sequenceLinkId (). creating it if it does not exist. Will not returnnull.Definition: List of input service items which this service line is intended to replace.
-
setSequenceLinkId
public ClaimResponse.AddItem setSequenceLinkId(List<ca.uhn.fhir.model.primitive.PositiveIntDt> theValue)
Sets the value(s) for sequenceLinkId ()Definition: List of input service items which this service line is intended to replace.
-
addSequenceLinkId
public ca.uhn.fhir.model.primitive.PositiveIntDt addSequenceLinkId()
Adds and returns a new value for sequenceLinkId ()Definition: List of input service items which this service line is intended to replace.
-
addSequenceLinkId
public ClaimResponse.AddItem addSequenceLinkId(ca.uhn.fhir.model.primitive.PositiveIntDt theValue)
Adds a given new value for sequenceLinkId ()Definition: List of input service items which this service line is intended to replace.
- Parameters:
theValue- The sequenceLinkId to add (must not benull)
-
getSequenceLinkIdFirstRep
public ca.uhn.fhir.model.primitive.PositiveIntDt getSequenceLinkIdFirstRep()
Gets the first repetition for sequenceLinkId (), creating it if it does not already exist.Definition: List of input service items which this service line is intended to replace.
-
addSequenceLinkId
public ClaimResponse.AddItem addSequenceLinkId(int theInteger)
Adds a new value for sequenceLinkId ()Definition: List of input service items which this service line is intended to replace.
- Returns:
- Returns a reference to this object, to allow for simple chaining.
-
getService
public CodingDt getService()
Gets the value(s) for service (). creating it if it does not exist. Will not returnnull.Definition: A code to indicate the Professional Service or Product supplied.
-
setService
public ClaimResponse.AddItem setService(CodingDt theValue)
Sets the value(s) for service ()Definition: A code to indicate the Professional Service or Product supplied.
-
getFee
public MoneyDt getFee()
Gets the value(s) for fee (). creating it if it does not exist. Will not returnnull.Definition: The fee charged for the professional service or product..
-
setFee
public ClaimResponse.AddItem setFee(MoneyDt theValue)
Sets the value(s) for fee ()Definition: The fee charged for the professional service or product..
-
getNoteNumberLinkId
public List<ca.uhn.fhir.model.primitive.PositiveIntDt> getNoteNumberLinkId()
Gets the value(s) for noteNumberLinkId (). creating it if it does not exist. Will not returnnull.Definition: A list of note references to the notes provided below.
-
setNoteNumberLinkId
public ClaimResponse.AddItem setNoteNumberLinkId(List<ca.uhn.fhir.model.primitive.PositiveIntDt> theValue)
Sets the value(s) for noteNumberLinkId ()Definition: A list of note references to the notes provided below.
-
addNoteNumberLinkId
public ca.uhn.fhir.model.primitive.PositiveIntDt addNoteNumberLinkId()
Adds and returns a new value for noteNumberLinkId ()Definition: A list of note references to the notes provided below.
-
addNoteNumberLinkId
public ClaimResponse.AddItem addNoteNumberLinkId(ca.uhn.fhir.model.primitive.PositiveIntDt theValue)
Adds a given new value for noteNumberLinkId ()Definition: A list of note references to the notes provided below.
- Parameters:
theValue- The noteNumberLinkId to add (must not benull)
-
getNoteNumberLinkIdFirstRep
public ca.uhn.fhir.model.primitive.PositiveIntDt getNoteNumberLinkIdFirstRep()
Gets the first repetition for noteNumberLinkId (), creating it if it does not already exist.Definition: A list of note references to the notes provided below.
-
addNoteNumberLinkId
public ClaimResponse.AddItem addNoteNumberLinkId(int theInteger)
Adds a new value for noteNumberLinkId ()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.AddItemAdjudication> getAdjudication()
Gets the value(s) for adjudication (). creating it if it does not exist. Will not returnnull.Definition: The adjudications results.
-
setAdjudication
public ClaimResponse.AddItem setAdjudication(List<ClaimResponse.AddItemAdjudication> theValue)
Sets the value(s) for adjudication ()Definition: The adjudications results.
-
addAdjudication
public ClaimResponse.AddItemAdjudication addAdjudication()
Adds and returns a new value for adjudication ()Definition: The adjudications results.
-
addAdjudication
public ClaimResponse.AddItem addAdjudication(ClaimResponse.AddItemAdjudication theValue)
Adds a given new value for adjudication ()Definition: The adjudications results.
- Parameters:
theValue- The adjudication to add (must not benull)
-
getAdjudicationFirstRep
public ClaimResponse.AddItemAdjudication getAdjudicationFirstRep()
Gets the first repetition for adjudication (), creating it if it does not already exist.Definition: The adjudications results.
-
getDetail
public List<ClaimResponse.AddItemDetail> getDetail()
Gets the value(s) for detail (). creating it if it does not exist. Will not returnnull.Definition: The second tier service adjudications for payor added services.
-
setDetail
public ClaimResponse.AddItem setDetail(List<ClaimResponse.AddItemDetail> theValue)
Sets the value(s) for detail ()Definition: The second tier service adjudications for payor added services.
-
addDetail
public ClaimResponse.AddItemDetail addDetail()
Adds and returns a new value for detail ()Definition: The second tier service adjudications for payor added services.
-
addDetail
public ClaimResponse.AddItem addDetail(ClaimResponse.AddItemDetail theValue)
Adds a given new value for detail ()Definition: The second tier service adjudications for payor added services.
- Parameters:
theValue- The detail to add (must not benull)
-
getDetailFirstRep
public ClaimResponse.AddItemDetail getDetailFirstRep()
Gets the first repetition for detail (), creating it if it does not already exist.Definition: The second tier service adjudications for payor added services.
-
-