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:
  • Constructor Details

  • Method Details

    • isEmpty

      public boolean isEmpty()
      Specified by:
      isEmpty in interface org.hl7.fhir.instance.model.api.IBase
    • getAllPopulatedChildElementsOfType

      public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
      Specified by:
      getAllPopulatedChildElementsOfType in interface ca.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 return null.

      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 return null.

      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 return null.

      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 return null.

      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

      public ca.uhn.fhir.model.primitive.PositiveIntDt getSubdetailSequenceLinkIdElement()
      Gets the value(s) for subdetailSequenceLinkId (). creating it if it does not exist. Will not return null.

      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 return null.

      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

      public CodingDt getCode()
      Gets the value(s) for code (). creating it if it does not exist. Will not return null.

      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.