
Uses of Class
org.hl7.fhir.r5.model.PaymentReconciliation.PaymentReconciliationAllocationComponent
Packages that use PaymentReconciliation.PaymentReconciliationAllocationComponent
-
Uses of PaymentReconciliation.PaymentReconciliationAllocationComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return PaymentReconciliation.PaymentReconciliationAllocationComponentModifier and TypeMethodDescriptionJsonParser.parsePaymentReconciliationAllocationComponent
(com.google.gson.JsonObject json) XmlParser.parsePaymentReconciliationAllocationComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type PaymentReconciliation.PaymentReconciliationAllocationComponentModifier 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
Fields in org.hl7.fhir.r5.model with type parameters of type PaymentReconciliation.PaymentReconciliationAllocationComponentModifier and TypeFieldDescriptionPaymentReconciliation.allocation
Distribution of the payment amount for a previously acknowledged payable.Methods in org.hl7.fhir.r5.model that return PaymentReconciliation.PaymentReconciliationAllocationComponentModifier 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) Methods in org.hl7.fhir.r5.model that return types with arguments of type PaymentReconciliation.PaymentReconciliationAllocationComponentMethods in org.hl7.fhir.r5.model with parameters of type PaymentReconciliation.PaymentReconciliationAllocationComponentModifier and TypeMethodDescriptionPaymentReconciliation.addAllocation
(PaymentReconciliation.PaymentReconciliationAllocationComponent t) void
PaymentReconciliation.PaymentReconciliationAllocationComponent.copyValues
(PaymentReconciliation.PaymentReconciliationAllocationComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type PaymentReconciliation.PaymentReconciliationAllocationComponentModifier and TypeMethodDescriptionPaymentReconciliation.setAllocation
(List<PaymentReconciliation.PaymentReconciliationAllocationComponent> theAllocation)