
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 voidJsonParser.composePaymentReconciliationAllocationComponent(String name, PaymentReconciliation.PaymentReconciliationAllocationComponent element) protected voidRdfParser.composePaymentReconciliationAllocationComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, PaymentReconciliation.PaymentReconciliationAllocationComponent element, int index) protected voidXmlParser.composePaymentReconciliationAllocationComponent(String name, PaymentReconciliation.PaymentReconciliationAllocationComponent element) protected voidXmlParser.composePaymentReconciliationAllocationComponentElements(PaymentReconciliation.PaymentReconciliationAllocationComponent element) protected voidJsonParser.composePaymentReconciliationAllocationComponentProperties(PaymentReconciliation.PaymentReconciliationAllocationComponent element) protected booleanXmlParser.parsePaymentReconciliationAllocationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PaymentReconciliation.PaymentReconciliationAllocationComponent res) protected voidJsonParser.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.allocationDistribution 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) voidPaymentReconciliation.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)