public static class ClaimResponse.Item extends BaseIdentifiableElement implements IResourceBlock
Definition: The first tier service adjudications for submitted services.
| Constructor and Description |
|---|
Item() |
| Modifier and Type | Method and Description |
|---|---|
ClaimResponse.ItemAdjudication |
addAdjudication()
Adds and returns a new value for adjudication ()
|
ClaimResponse.Item |
addAdjudication(ClaimResponse.ItemAdjudication theValue)
Adds a given new value for adjudication ()
|
ClaimResponse.ItemDetail |
addDetail()
Adds and returns a new value for detail ()
|
ClaimResponse.Item |
addDetail(ClaimResponse.ItemDetail theValue)
Adds a given new value for detail ()
|
PositiveIntDt |
addNoteNumber()
Adds and returns a new value for noteNumber ()
|
ClaimResponse.Item |
addNoteNumber(int theInteger)
Adds a new value for noteNumber ()
|
ClaimResponse.Item |
addNoteNumber(PositiveIntDt theValue)
Adds a given new value for noteNumber ()
|
List<ClaimResponse.ItemAdjudication> |
getAdjudication()
Gets the value(s) for adjudication ().
|
ClaimResponse.ItemAdjudication |
getAdjudicationFirstRep()
Gets the first repetition for adjudication (),
creating it if it does not already exist.
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
List<ClaimResponse.ItemDetail> |
getDetail()
Gets the value(s) for detail ().
|
ClaimResponse.ItemDetail |
getDetailFirstRep()
Gets the first repetition for detail (),
creating it if it does not already exist.
|
List<PositiveIntDt> |
getNoteNumber()
Gets the value(s) for noteNumber ().
|
PositiveIntDt |
getNoteNumberFirstRep()
Gets the first repetition for noteNumber (),
creating it if it does not already exist.
|
Integer |
getSequenceLinkId()
Gets the value(s) for sequenceLinkId ().
|
PositiveIntDt |
getSequenceLinkIdElement()
Gets the value(s) for sequenceLinkId ().
|
boolean |
isEmpty() |
ClaimResponse.Item |
setAdjudication(List<ClaimResponse.ItemAdjudication> theValue)
Sets the value(s) for adjudication ()
|
ClaimResponse.Item |
setDetail(List<ClaimResponse.ItemDetail> theValue)
Sets the value(s) for detail ()
|
ClaimResponse.Item |
setNoteNumber(List<PositiveIntDt> theValue)
Sets the value(s) for noteNumber ()
|
ClaimResponse.Item |
setSequenceLinkId(int theInteger)
Sets the value for sequenceLinkId ()
|
ClaimResponse.Item |
setSequenceLinkId(PositiveIntDt theValue)
Sets the value(s) for sequenceLinkId ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic Item()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic PositiveIntDt getSequenceLinkIdElement()
null.
Definition: A service line number.
public Integer getSequenceLinkId()
null.
Definition: A service line number.
public ClaimResponse.Item setSequenceLinkId(PositiveIntDt theValue)
Definition: A service line number.
public ClaimResponse.Item setSequenceLinkId(int theInteger)
Definition: A service line number.
public List<PositiveIntDt> getNoteNumber()
null.
Definition: A list of note references to the notes provided below.
public ClaimResponse.Item setNoteNumber(List<PositiveIntDt> theValue)
Definition: A list of note references to the notes provided below.
public PositiveIntDt addNoteNumber()
Definition: A list of note references to the notes provided below.
public ClaimResponse.Item addNoteNumber(PositiveIntDt theValue)
Definition: A list of note references to the notes provided below.
theValue - The noteNumber to add (must not be null)public PositiveIntDt getNoteNumberFirstRep()
Definition: A list of note references to the notes provided below.
public ClaimResponse.Item addNoteNumber(int theInteger)
Definition: A list of note references to the notes provided below.
public List<ClaimResponse.ItemAdjudication> getAdjudication()
null.
Definition: The adjudications results.
public ClaimResponse.Item setAdjudication(List<ClaimResponse.ItemAdjudication> theValue)
Definition: The adjudications results.
public ClaimResponse.ItemAdjudication addAdjudication()
Definition: The adjudications results.
public ClaimResponse.Item addAdjudication(ClaimResponse.ItemAdjudication theValue)
Definition: The adjudications results.
theValue - The adjudication to add (must not be null)public ClaimResponse.ItemAdjudication getAdjudicationFirstRep()
Definition: The adjudications results.
public List<ClaimResponse.ItemDetail> getDetail()
null.
Definition: The second tier service adjudications for submitted services.
public ClaimResponse.Item setDetail(List<ClaimResponse.ItemDetail> theValue)
Definition: The second tier service adjudications for submitted services.
public ClaimResponse.ItemDetail addDetail()
Definition: The second tier service adjudications for submitted services.
public ClaimResponse.Item addDetail(ClaimResponse.ItemDetail theValue)
Definition: The second tier service adjudications for submitted services.
theValue - The detail to add (must not be null)public ClaimResponse.ItemDetail getDetailFirstRep()
Definition: The second tier service adjudications for submitted services.
Copyright © 2014–2016 University Health Network. All rights reserved.