public static class PaymentReconciliation.DetailsComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
| Modifier and Type | Field and Description |
|---|---|
protected Money |
amount
Amount paid for this detail.
|
protected DateType |
date
The date of the invoice or financial resource.
|
protected Reference |
payee
The organization which is receiving the payment.
|
protected Organization |
payeeTarget
The actual object that is the target of the reference (The organization which is receiving the payment.)
|
protected Reference |
request
The claim or financial resource.
|
protected Resource |
requestTarget
The actual object that is the target of the reference (The claim or financial resource.)
|
protected Reference |
response
The claim response resource.
|
protected Resource |
responseTarget
The actual object that is the target of the reference (The claim response resource.)
|
protected Reference |
submitter
The Organization which submitted the claim or financial transaction.
|
protected Organization |
submitterTarget
The actual object that is the target of the reference (The Organization which submitted the claim or financial transaction.)
|
protected CodeableConcept |
type
Code to indicate the nature of the payment, adjustment, funds advance, etc.
|
modifierExtension| Constructor and Description |
|---|
DetailsComponent()
Constructor
|
DetailsComponent(CodeableConcept type)
Constructor
|
addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getModifierExtension, getModifierExtensionFirstRep, hasModifierExtension, setModifierExtensionaddExtension, addExtension, addExtension, copyValues, getExtension, getExtensionByUrl, getExtensionFirstRep, getExtensionsByUrl, getExtensionString, getId, getIdBase, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, isDisallowExtensions, noExtensions, removeExtension, setDisallowExtensions, setExtension, setId, setIdBase, setIdElementcastToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCanonical, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExpression, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMarketingStatus, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToProdCharacteristic, castToProductShelfLife, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToSubstanceAmount, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUrl, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFormatCommentsPost, getFormatCommentsPre, hasFormatCommentprotected CodeableConcept type
protected Resource requestTarget
protected Resource responseTarget
protected Reference submitter
protected Organization submitterTarget
protected Organization payeeTarget
public DetailsComponent()
public DetailsComponent(CodeableConcept type)
public CodeableConcept getType()
type (Code to indicate the nature of the payment, adjustment, funds advance, etc.)public boolean hasType()
public PaymentReconciliation.DetailsComponent setType(CodeableConcept value)
value - type (Code to indicate the nature of the payment, adjustment, funds advance, etc.)public Reference getRequest()
request (The claim or financial resource.)public boolean hasRequest()
public PaymentReconciliation.DetailsComponent setRequest(Reference value)
value - request (The claim or financial resource.)public Resource getRequestTarget()
request The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (The claim or financial resource.)public PaymentReconciliation.DetailsComponent setRequestTarget(Resource value)
value - request The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (The claim or financial resource.)public Reference getResponse()
response (The claim response resource.)public boolean hasResponse()
public PaymentReconciliation.DetailsComponent setResponse(Reference value)
value - response (The claim response resource.)public Resource getResponseTarget()
response The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (The claim response resource.)public PaymentReconciliation.DetailsComponent setResponseTarget(Resource value)
value - response The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (The claim response resource.)public Reference getSubmitter()
submitter (The Organization which submitted the claim or financial transaction.)public boolean hasSubmitter()
public PaymentReconciliation.DetailsComponent setSubmitter(Reference value)
value - submitter (The Organization which submitted the claim or financial transaction.)public Organization getSubmitterTarget()
submitter The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (The Organization which submitted the claim or financial transaction.)public PaymentReconciliation.DetailsComponent setSubmitterTarget(Organization value)
value - submitter The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (The Organization which submitted the claim or financial transaction.)public Reference getPayee()
payee (The organization which is receiving the payment.)public boolean hasPayee()
public PaymentReconciliation.DetailsComponent setPayee(Reference value)
value - payee (The organization which is receiving the payment.)public Organization getPayeeTarget()
payee The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (The organization which is receiving the payment.)public PaymentReconciliation.DetailsComponent setPayeeTarget(Organization value)
value - payee The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (The organization which is receiving the payment.)public DateType getDateElement()
date (The date of the invoice or financial resource.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the valuepublic boolean hasDateElement()
public boolean hasDate()
public PaymentReconciliation.DetailsComponent setDateElement(DateType value)
value - date (The date of the invoice or financial resource.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the valuepublic PaymentReconciliation.DetailsComponent setDate(Date value)
value - The date of the invoice or financial resource.public boolean hasAmount()
public PaymentReconciliation.DetailsComponent setAmount(Money value)
value - amount (Amount paid for this detail.)protected void listChildren(List<Property> children)
listChildren in class BackboneElementpublic Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException
getNamedProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
getProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
makeProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
getTypesForProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
addChild in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic PaymentReconciliation.DetailsComponent copy()
copy in class BackboneElementpublic boolean equalsDeep(Base other_)
equalsDeep in class BackboneElementpublic boolean equalsShallow(Base other_)
equalsShallow in class BackboneElementpublic boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBaseisEmpty in class BackboneElementpublic String fhirType()
fhirType in class BackboneElementCopyright © 2014–2018 University Health Network. All rights reserved.