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 |
responce
The claim response resource.
|
protected Resource |
responceTarget
The actual object that is the target of the reference (The claim response resource.)
|
protected Reference |
submitter
The Organization which submitted the invoice or financial transaction.
|
protected Organization |
submitterTarget
The actual object that is the target of the reference (The Organization which submitted the invoice or financial transaction.)
|
protected Coding |
type
Code to indicate the nature of the payment, adjustment, funds advance, etc.
|
modifierExtension| Constructor and Description |
|---|
DetailsComponent() |
DetailsComponent(Coding type) |
addModifierExtension, addModifierExtension, copyValues, getModifierExtension, hasModifierExtensionaddExtension, addExtension, copyValues, getExtension, getExtensionsByUrl, getExtensionString, getId, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, setId, setIdElementcastToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, primitiveValue, setUserData, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFormatCommentsPost, getFormatCommentsPre, hasFormatCommentprotected Coding type
protected Resource requestTarget
protected Resource responceTarget
protected Reference submitter
protected Organization submitterTarget
protected Organization payeeTarget
public DetailsComponent()
public DetailsComponent(Coding type)
public Coding getType()
type (Code to indicate the nature of the payment, adjustment, funds advance, etc.)public boolean hasType()
public PaymentReconciliation.DetailsComponent setType(Coding 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 getResponce()
responce (The claim response resource.)public boolean hasResponce()
public PaymentReconciliation.DetailsComponent setResponce(Reference value)
value - responce (The claim response resource.)public Resource getResponceTarget()
responce 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 setResponceTarget(Resource value)
value - responce 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 invoice or financial transaction.)public boolean hasSubmitter()
public PaymentReconciliation.DetailsComponent setSubmitter(Reference value)
value - submitter (The Organization which submitted the invoice 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 invoice 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 invoice 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> childrenList)
listChildren in class BackboneElementpublic void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty 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.