![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Class
org.hl7.fhir.r4.model.PaymentReconciliation
Packages that use PaymentReconciliation
-
Uses of PaymentReconciliation in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return PaymentReconciliationModifier and TypeMethodDescriptionprotected PaymentReconciliation
JsonParser.parsePaymentReconciliation
(com.google.gson.JsonObject json) protected PaymentReconciliation
XmlParser.parsePaymentReconciliation
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type PaymentReconciliationModifier and TypeMethodDescriptionprotected void
JsonParser.composePaymentReconciliation
(String name, PaymentReconciliation element) protected void
RdfParser.composePaymentReconciliation
(Turtle.Complex parent, String parentType, String name, PaymentReconciliation element, int index) protected void
XmlParser.composePaymentReconciliation
(String name, PaymentReconciliation element) protected void
XmlParser.composePaymentReconciliationElements
(PaymentReconciliation element) protected void
JsonParser.composePaymentReconciliationInner
(PaymentReconciliation element) protected boolean
XmlParser.parsePaymentReconciliationContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, PaymentReconciliation res) protected PaymentReconciliation.DetailsComponent
JsonParser.parsePaymentReconciliationDetailsComponent
(com.google.gson.JsonObject json, PaymentReconciliation owner) protected PaymentReconciliation.DetailsComponent
XmlParser.parsePaymentReconciliationDetailsComponent
(org.xmlpull.v1.XmlPullParser xpp, PaymentReconciliation owner) protected boolean
XmlParser.parsePaymentReconciliationDetailsComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, PaymentReconciliation owner, PaymentReconciliation.DetailsComponent res) protected void
JsonParser.parsePaymentReconciliationDetailsComponentProperties
(com.google.gson.JsonObject json, PaymentReconciliation owner, PaymentReconciliation.DetailsComponent res) protected PaymentReconciliation.NotesComponent
JsonParser.parsePaymentReconciliationNotesComponent
(com.google.gson.JsonObject json, PaymentReconciliation owner) protected PaymentReconciliation.NotesComponent
XmlParser.parsePaymentReconciliationNotesComponent
(org.xmlpull.v1.XmlPullParser xpp, PaymentReconciliation owner) protected boolean
XmlParser.parsePaymentReconciliationNotesComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, PaymentReconciliation owner, PaymentReconciliation.NotesComponent res) protected void
JsonParser.parsePaymentReconciliationNotesComponentProperties
(com.google.gson.JsonObject json, PaymentReconciliation owner, PaymentReconciliation.NotesComponent res) protected void
JsonParser.parsePaymentReconciliationProperties
(com.google.gson.JsonObject json, PaymentReconciliation res) -
Uses of PaymentReconciliation in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as PaymentReconciliationModifier and TypeFieldDescriptionprotected PaymentReconciliation
PaymentNotice.paymentTarget
The 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 that return PaymentReconciliationModifier and TypeMethodDescriptionPaymentReconciliation.addDetail
(PaymentReconciliation.DetailsComponent t) PaymentReconciliation.addIdentifier
(Identifier t) PaymentReconciliation.addProcessNote
(PaymentReconciliation.NotesComponent t) PaymentReconciliation.copy()
PaymentNotice.getPaymentTarget()
PaymentReconciliation.setCreated
(Date value) PaymentReconciliation.setCreatedElement
(DateTimeType value) PaymentReconciliation.setDetail
(List<PaymentReconciliation.DetailsComponent> theDetail) PaymentReconciliation.setDisposition
(String value) PaymentReconciliation.setDispositionElement
(StringType value) PaymentReconciliation.setFormCode
(CodeableConcept value) PaymentReconciliation.setIdentifier
(List<Identifier> theIdentifier) PaymentReconciliation.setOutcome
(Enumerations.RemittanceOutcome value) PaymentReconciliation.setOutcomeElement
(Enumeration<Enumerations.RemittanceOutcome> value) PaymentReconciliation.setPaymentAmount
(Money value) PaymentReconciliation.setPaymentDate
(Date value) PaymentReconciliation.setPaymentDateElement
(DateType value) PaymentReconciliation.setPaymentIdentifier
(Identifier value) PaymentReconciliation.setPaymentIssuer
(Reference value) PaymentReconciliation.setPaymentIssuerTarget
(Organization value) PaymentReconciliation.setProcessNote
(List<PaymentReconciliation.NotesComponent> theProcessNote) PaymentReconciliation.setRequest
(Reference value) PaymentReconciliation.setRequestor
(Reference value) PaymentReconciliation.setRequestorTarget
(Resource value) PaymentReconciliation.setRequestTarget
(Task value) PaymentReconciliation.setStatus
(PaymentReconciliation.PaymentReconciliationStatus value) PaymentReconciliation.setStatusElement
(Enumeration<PaymentReconciliation.PaymentReconciliationStatus> value) protected PaymentReconciliation
PaymentReconciliation.typedCopy()
Methods in org.hl7.fhir.r4.model with parameters of type PaymentReconciliationModifier and TypeMethodDescriptionvoid
PaymentReconciliation.copyValues
(PaymentReconciliation dst) PaymentNotice.setPaymentTarget
(PaymentReconciliation value)