Uses of Class
org.hl7.fhir.r4.model.PaymentReconciliation
-
Packages that use PaymentReconciliation Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of PaymentReconciliation in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return PaymentReconciliation Modifier and Type Method Description protected PaymentReconciliationJsonParser. parsePaymentReconciliation(com.google.gson.JsonObject json)protected PaymentReconciliationXmlParser. parsePaymentReconciliation(org.xmlpull.v1.XmlPullParser xpp) -
Uses of PaymentReconciliation in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as PaymentReconciliation Modifier and Type Field Description protected PaymentReconciliationPaymentNotice. paymentTargetThe actual object that is the target of the reference (A reference to the payment which is the subject of this notice.)Methods in org.hl7.fhir.r4.model with parameters of type PaymentReconciliation Modifier and Type Method Description voidPaymentReconciliation. copyValues(PaymentReconciliation dst)PaymentNoticePaymentNotice. setPaymentTarget(PaymentReconciliation value)
-