public static class ClaimResponse.AddItem extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: The first tier service adjudications for payor added services.
| Constructor and Description |
|---|
AddItem() |
| Modifier and Type | Method and Description |
|---|---|
ClaimResponse.AddItemAdjudication |
addAdjudication()
Adds and returns a new value for adjudication ()
|
ClaimResponse.AddItem |
addAdjudication(ClaimResponse.AddItemAdjudication theValue)
Adds a given new value for adjudication ()
|
ClaimResponse.AddItemDetail |
addDetail()
Adds and returns a new value for detail ()
|
ClaimResponse.AddItem |
addDetail(ClaimResponse.AddItemDetail theValue)
Adds a given new value for detail ()
|
ca.uhn.fhir.model.primitive.PositiveIntDt |
addNoteNumberLinkId()
Adds and returns a new value for noteNumberLinkId ()
|
ClaimResponse.AddItem |
addNoteNumberLinkId(int theInteger)
Adds a new value for noteNumberLinkId ()
|
ClaimResponse.AddItem |
addNoteNumberLinkId(ca.uhn.fhir.model.primitive.PositiveIntDt theValue)
Adds a given new value for noteNumberLinkId ()
|
ca.uhn.fhir.model.primitive.PositiveIntDt |
addSequenceLinkId()
Adds and returns a new value for sequenceLinkId ()
|
ClaimResponse.AddItem |
addSequenceLinkId(int theInteger)
Adds a new value for sequenceLinkId ()
|
ClaimResponse.AddItem |
addSequenceLinkId(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.AddItemAdjudication |
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) |
List<ClaimResponse.AddItemDetail> |
getDetail()
Gets the value(s) for detail ().
|
ClaimResponse.AddItemDetail |
getDetailFirstRep()
Gets the first repetition for detail (),
creating it if it does not already exist.
|
MoneyDt |
getFee()
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.PositiveIntDt |
getNoteNumberLinkIdFirstRep()
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.PositiveIntDt |
getSequenceLinkIdFirstRep()
Gets the first repetition for sequenceLinkId (),
creating it if it does not already exist.
|
CodingDt |
getService()
Gets the value(s) for service ().
|
boolean |
isEmpty() |
ClaimResponse.AddItem |
setAdjudication(List<ClaimResponse.AddItemAdjudication> theValue)
Sets the value(s) for adjudication ()
|
ClaimResponse.AddItem |
setDetail(List<ClaimResponse.AddItemDetail> theValue)
Sets the value(s) for detail ()
|
ClaimResponse.AddItem |
setFee(MoneyDt theValue)
Sets the value(s) for fee ()
|
ClaimResponse.AddItem |
setNoteNumberLinkId(List<ca.uhn.fhir.model.primitive.PositiveIntDt> theValue)
Sets the value(s) for noteNumberLinkId ()
|
ClaimResponse.AddItem |
setSequenceLinkId(List<ca.uhn.fhir.model.primitive.PositiveIntDt> theValue)
Sets the value(s) for sequenceLinkId ()
|
ClaimResponse.AddItem |
setService(CodingDt theValue)
Sets the value(s) for service ()
|
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 AddItem()
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 List<ca.uhn.fhir.model.primitive.PositiveIntDt> getSequenceLinkId()
null.
Definition: List of input service items which this service line is intended to replace.
public ClaimResponse.AddItem setSequenceLinkId(List<ca.uhn.fhir.model.primitive.PositiveIntDt> theValue)
Definition: List of input service items which this service line is intended to replace.
public ca.uhn.fhir.model.primitive.PositiveIntDt addSequenceLinkId()
Definition: List of input service items which this service line is intended to replace.
public ClaimResponse.AddItem addSequenceLinkId(ca.uhn.fhir.model.primitive.PositiveIntDt theValue)
Definition: List of input service items which this service line is intended to replace.
theValue - The sequenceLinkId to add (must not be null)public ca.uhn.fhir.model.primitive.PositiveIntDt getSequenceLinkIdFirstRep()
Definition: List of input service items which this service line is intended to replace.
public ClaimResponse.AddItem addSequenceLinkId(int theInteger)
Definition: List of input service items which this service line is intended to replace.
public CodingDt getService()
null.
Definition: A code to indicate the Professional Service or Product supplied.
public ClaimResponse.AddItem setService(CodingDt theValue)
Definition: A code to indicate the Professional Service or Product supplied.
public MoneyDt getFee()
null.
Definition: The fee charged for the professional service or product..
public ClaimResponse.AddItem setFee(MoneyDt theValue)
Definition: The fee charged for the professional service or product..
public List<ca.uhn.fhir.model.primitive.PositiveIntDt> getNoteNumberLinkId()
null.
Definition: A list of note references to the notes provided below.
public ClaimResponse.AddItem setNoteNumberLinkId(List<ca.uhn.fhir.model.primitive.PositiveIntDt> theValue)
Definition: A list of note references to the notes provided below.
public ca.uhn.fhir.model.primitive.PositiveIntDt addNoteNumberLinkId()
Definition: A list of note references to the notes provided below.
public ClaimResponse.AddItem addNoteNumberLinkId(ca.uhn.fhir.model.primitive.PositiveIntDt theValue)
Definition: A list of note references to the notes provided below.
theValue - The noteNumberLinkId to add (must not be null)public ca.uhn.fhir.model.primitive.PositiveIntDt getNoteNumberLinkIdFirstRep()
Definition: A list of note references to the notes provided below.
public ClaimResponse.AddItem addNoteNumberLinkId(int theInteger)
Definition: A list of note references to the notes provided below.
public List<ClaimResponse.AddItemAdjudication> getAdjudication()
null.
Definition: The adjudications results.
public ClaimResponse.AddItem setAdjudication(List<ClaimResponse.AddItemAdjudication> theValue)
Definition: The adjudications results.
public ClaimResponse.AddItemAdjudication addAdjudication()
Definition: The adjudications results.
public ClaimResponse.AddItem addAdjudication(ClaimResponse.AddItemAdjudication theValue)
Definition: The adjudications results.
theValue - The adjudication to add (must not be null)public ClaimResponse.AddItemAdjudication getAdjudicationFirstRep()
Definition: The adjudications results.
public List<ClaimResponse.AddItemDetail> getDetail()
null.
Definition: The second tier service adjudications for payor added services.
public ClaimResponse.AddItem setDetail(List<ClaimResponse.AddItemDetail> theValue)
Definition: The second tier service adjudications for payor added services.
public ClaimResponse.AddItemDetail addDetail()
Definition: The second tier service adjudications for payor added services.
public ClaimResponse.AddItem addDetail(ClaimResponse.AddItemDetail theValue)
Definition: The second tier service adjudications for payor added services.
theValue - The detail to add (must not be null)public ClaimResponse.AddItemDetail getDetailFirstRep()
Definition: The second tier service adjudications for payor added services.
Copyright © 2014–2018 University Health Network. All rights reserved.