
Class 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
Definition: Mutually exclusive with Services Provided (Item).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends ca.uhn.fhir.model.api.IElement>
List<T> getAllPopulatedChildElementsOfType(Class<T> theType) getCode()Gets the value(s) for code ().Gets the value(s) for detailSequenceLinkId ().ca.uhn.fhir.model.primitive.PositiveIntDtGets the value(s) for detailSequenceLinkId ().Gets the value(s) for sequenceLinkId ().ca.uhn.fhir.model.primitive.PositiveIntDtGets the value(s) for sequenceLinkId ().Gets the value(s) for subdetailSequenceLinkId ().ca.uhn.fhir.model.primitive.PositiveIntDtGets the value(s) for subdetailSequenceLinkId ().booleanisEmpty()Sets the value(s) for code ()setDetailSequenceLinkId(int theInteger) Sets the value for detailSequenceLinkId ()setDetailSequenceLinkId(ca.uhn.fhir.model.primitive.PositiveIntDt theValue) Sets the value(s) for detailSequenceLinkId ()setSequenceLinkId(int theInteger) Sets the value for sequenceLinkId ()setSequenceLinkId(ca.uhn.fhir.model.primitive.PositiveIntDt theValue) Sets the value(s) for sequenceLinkId ()setSubdetailSequenceLinkId(int theInteger) Sets the value for subdetailSequenceLinkId ()setSubdetailSequenceLinkId(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, setIdMethods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserDataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserDataMethods inherited from interface ca.uhn.fhir.model.api.IIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Constructor Details
-
Error
public Error()
-
-
Method Details
-
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
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
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
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
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
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
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
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
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
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
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
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
Sets the value(s) for code ()Definition: An error code,froma specified code system, which details why the claim could not be adjudicated.
-