Class ClaimResponse.Error
- java.lang.Object
-
- ca.uhn.fhir.model.api.BaseElement
-
- ca.uhn.fhir.model.api.BaseIdentifiableElement
-
- ca.uhn.fhir.model.dstu2.resource.ClaimResponse.Error
-
- 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.Error extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: ClaimResponse.error ()Definition: Mutually exclusive with Services Provided (Item).
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Error()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends ca.uhn.fhir.model.api.IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)CodingDtgetCode()Gets the value(s) for code ().IntegergetDetailSequenceLinkId()Gets the value(s) for detailSequenceLinkId ().ca.uhn.fhir.model.primitive.PositiveIntDtgetDetailSequenceLinkIdElement()Gets the value(s) for detailSequenceLinkId ().IntegergetSequenceLinkId()Gets the value(s) for sequenceLinkId ().ca.uhn.fhir.model.primitive.PositiveIntDtgetSequenceLinkIdElement()Gets the value(s) for sequenceLinkId ().IntegergetSubdetailSequenceLinkId()Gets the value(s) for subdetailSequenceLinkId ().ca.uhn.fhir.model.primitive.PositiveIntDtgetSubdetailSequenceLinkIdElement()Gets the value(s) for subdetailSequenceLinkId ().booleanisEmpty()ClaimResponse.ErrorsetCode(CodingDt theValue)Sets the value(s) for code ()ClaimResponse.ErrorsetDetailSequenceLinkId(int theInteger)Sets the value for detailSequenceLinkId ()ClaimResponse.ErrorsetDetailSequenceLinkId(ca.uhn.fhir.model.primitive.PositiveIntDt theValue)Sets the value(s) for detailSequenceLinkId ()ClaimResponse.ErrorsetSequenceLinkId(int theInteger)Sets the value for sequenceLinkId ()ClaimResponse.ErrorsetSequenceLinkId(ca.uhn.fhir.model.primitive.PositiveIntDt theValue)Sets the value(s) for sequenceLinkId ()ClaimResponse.ErrorsetSubdetailSequenceLinkId(int theInteger)Sets the value for subdetailSequenceLinkId ()ClaimResponse.ErrorsetSubdetailSequenceLinkId(ca.uhn.fhir.model.primitive.PositiveIntDt theValue)Sets the value(s) for subdetailSequenceLinkId ()-
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
-
Error
public Error()
-
-
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: The sequence number of the line item submitted which contains the error. This value is omitted when the error is elsewhere.
-
getSequenceLinkId
public Integer getSequenceLinkId()
Gets the value(s) for sequenceLinkId (). creating it if it does not exist. This method may returnnull.Definition: The sequence number of the line item submitted which contains the error. This value is omitted when the error is elsewhere.
-
setSequenceLinkId
public ClaimResponse.Error setSequenceLinkId(ca.uhn.fhir.model.primitive.PositiveIntDt theValue)
Sets the value(s) for sequenceLinkId ()Definition: The sequence number of the line item submitted which contains the error. This value is omitted when the error is elsewhere.
-
setSequenceLinkId
public ClaimResponse.Error setSequenceLinkId(int theInteger)
Sets the value for sequenceLinkId ()Definition: The sequence number of the line item submitted which contains the error. This value is omitted when the error is elsewhere.
-
getDetailSequenceLinkIdElement
public ca.uhn.fhir.model.primitive.PositiveIntDt getDetailSequenceLinkIdElement()
Gets the value(s) for detailSequenceLinkId (). creating it if it does not exist. Will not returnnull.Definition: The sequence number of the addition within the line item submitted which contains the error. This value is omitted when the error is not related to an Addition.
-
getDetailSequenceLinkId
public Integer getDetailSequenceLinkId()
Gets the value(s) for detailSequenceLinkId (). creating it if it does not exist. This method may returnnull.Definition: The sequence number of the addition within the line item submitted which contains the error. This value is omitted when the error is not related to an Addition.
-
setDetailSequenceLinkId
public ClaimResponse.Error setDetailSequenceLinkId(ca.uhn.fhir.model.primitive.PositiveIntDt theValue)
Sets the value(s) for detailSequenceLinkId ()Definition: The sequence number of the addition within the line item submitted which contains the error. This value is omitted when the error is not related to an Addition.
-
setDetailSequenceLinkId
public ClaimResponse.Error setDetailSequenceLinkId(int theInteger)
Sets the value for detailSequenceLinkId ()Definition: The sequence number of the addition within the line item submitted which contains the error. This value is omitted when the error is not related to an Addition.
-
getSubdetailSequenceLinkIdElement
public ca.uhn.fhir.model.primitive.PositiveIntDt getSubdetailSequenceLinkIdElement()
Gets the value(s) for subdetailSequenceLinkId (). creating it if it does not exist. Will not returnnull.Definition: The sequence number of the addition within the line item submitted which contains the error. This value is omitted when the error is not related to an Addition.
-
getSubdetailSequenceLinkId
public Integer getSubdetailSequenceLinkId()
Gets the value(s) for subdetailSequenceLinkId (). creating it if it does not exist. This method may returnnull.Definition: The sequence number of the addition within the line item submitted which contains the error. This value is omitted when the error is not related to an Addition.
-
setSubdetailSequenceLinkId
public ClaimResponse.Error setSubdetailSequenceLinkId(ca.uhn.fhir.model.primitive.PositiveIntDt theValue)
Sets the value(s) for subdetailSequenceLinkId ()Definition: The sequence number of the addition within the line item submitted which contains the error. This value is omitted when the error is not related to an Addition.
-
setSubdetailSequenceLinkId
public ClaimResponse.Error setSubdetailSequenceLinkId(int theInteger)
Sets the value for subdetailSequenceLinkId ()Definition: The sequence number of the addition within the line item submitted which contains the error. This value is omitted when the error is not related to an Addition.
-
getCode
public CodingDt getCode()
Gets the value(s) for code (). creating it if it does not exist. Will not returnnull.Definition: An error code,froma specified code system, which details why the claim could not be adjudicated.
-
setCode
public ClaimResponse.Error setCode(CodingDt theValue)
Sets the value(s) for code ()Definition: An error code,froma specified code system, which details why the claim could not be adjudicated.
-
-