Uses of Class
org.hl7.fhir.r5.model.PaymentReconciliation.PaymentReconciliationAllocationComponent
-
Uses of PaymentReconciliation.PaymentReconciliationAllocationComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parsePaymentReconciliationAllocationComponent
(com.google.gson.JsonObject json) XmlParser.parsePaymentReconciliationAllocationComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composePaymentReconciliationAllocationComponent
(String name, PaymentReconciliation.PaymentReconciliationAllocationComponent element) protected void
RdfParser.composePaymentReconciliationAllocationComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, PaymentReconciliation.PaymentReconciliationAllocationComponent element, int index) protected void
XmlParser.composePaymentReconciliationAllocationComponent
(String name, PaymentReconciliation.PaymentReconciliationAllocationComponent element) protected void
XmlParser.composePaymentReconciliationAllocationComponentElements
(PaymentReconciliation.PaymentReconciliationAllocationComponent element) protected void
JsonParser.composePaymentReconciliationAllocationComponentProperties
(PaymentReconciliation.PaymentReconciliationAllocationComponent element) protected boolean
XmlParser.parsePaymentReconciliationAllocationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, PaymentReconciliation.PaymentReconciliationAllocationComponent res) protected void
JsonParser.parsePaymentReconciliationAllocationComponentProperties
(com.google.gson.JsonObject json, PaymentReconciliation.PaymentReconciliationAllocationComponent res) -
Uses of PaymentReconciliation.PaymentReconciliationAllocationComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionPaymentReconciliation.allocation
Distribution of the payment amount for a previously acknowledged payable.Modifier and TypeMethodDescriptionPaymentReconciliation.addAllocation()
PaymentReconciliation.PaymentReconciliationAllocationComponent.copy()
PaymentReconciliation.getAllocationFirstRep()
PaymentReconciliation.PaymentReconciliationAllocationComponent.setAccount
(Reference value) PaymentReconciliation.PaymentReconciliationAllocationComponent.setDateElement
(DateType value) PaymentReconciliation.PaymentReconciliationAllocationComponent.setEncounter
(Reference value) PaymentReconciliation.PaymentReconciliationAllocationComponent.setIdentifier
(Identifier value) PaymentReconciliation.PaymentReconciliationAllocationComponent.setPredecessor
(Identifier value) PaymentReconciliation.PaymentReconciliationAllocationComponent.setResponse
(Reference value) PaymentReconciliation.PaymentReconciliationAllocationComponent.setResponsible
(Reference value) PaymentReconciliation.PaymentReconciliationAllocationComponent.setSubmitter
(Reference value) PaymentReconciliation.PaymentReconciliationAllocationComponent.setTargetItem
(DataType value) PaymentReconciliation.PaymentReconciliationAllocationComponent.setType
(CodeableConcept value) Modifier and TypeMethodDescriptionPaymentReconciliation.addAllocation
(PaymentReconciliation.PaymentReconciliationAllocationComponent t) void
PaymentReconciliation.PaymentReconciliationAllocationComponent.copyValues
(PaymentReconciliation.PaymentReconciliationAllocationComponent dst) Modifier and TypeMethodDescriptionPaymentReconciliation.setAllocation
(List<PaymentReconciliation.PaymentReconciliationAllocationComponent> theAllocation)