Uses of Class
org.hl7.fhir.dstu3.model.PaymentReconciliation
Packages that use PaymentReconciliation
-
Uses of PaymentReconciliation in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return PaymentReconciliationModifier and TypeMethodDescriptionprotected PaymentReconciliationJsonParser.parsePaymentReconciliation(com.google.gson.JsonObject json)protected PaymentReconciliationXmlParser.parsePaymentReconciliation(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu3.formats with parameters of type PaymentReconciliationModifier and TypeMethodDescriptionprotected voidJsonParser.composePaymentReconciliation(String name, PaymentReconciliation element)protected voidRdfParser.composePaymentReconciliation(Turtle.Complex parent, String parentType, String name, PaymentReconciliation element, int index)protected voidXmlParser.composePaymentReconciliation(String name, PaymentReconciliation element)protected voidXmlParser.composePaymentReconciliationElements(PaymentReconciliation element)protected voidJsonParser.composePaymentReconciliationInner(PaymentReconciliation element)protected booleanXmlParser.parsePaymentReconciliationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PaymentReconciliation res)protected PaymentReconciliation.DetailsComponentJsonParser.parsePaymentReconciliationDetailsComponent(com.google.gson.JsonObject json, PaymentReconciliation owner)protected PaymentReconciliation.DetailsComponentXmlParser.parsePaymentReconciliationDetailsComponent(org.xmlpull.v1.XmlPullParser xpp, PaymentReconciliation owner)protected booleanXmlParser.parsePaymentReconciliationDetailsComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PaymentReconciliation owner, PaymentReconciliation.DetailsComponent res)protected voidJsonParser.parsePaymentReconciliationDetailsComponentProperties(com.google.gson.JsonObject json, PaymentReconciliation owner, PaymentReconciliation.DetailsComponent res)protected PaymentReconciliation.NotesComponentJsonParser.parsePaymentReconciliationNotesComponent(com.google.gson.JsonObject json, PaymentReconciliation owner)protected PaymentReconciliation.NotesComponentXmlParser.parsePaymentReconciliationNotesComponent(org.xmlpull.v1.XmlPullParser xpp, PaymentReconciliation owner)protected booleanXmlParser.parsePaymentReconciliationNotesComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PaymentReconciliation owner, PaymentReconciliation.NotesComponent res)protected voidJsonParser.parsePaymentReconciliationNotesComponentProperties(com.google.gson.JsonObject json, PaymentReconciliation owner, PaymentReconciliation.NotesComponent res)protected voidJsonParser.parsePaymentReconciliationProperties(com.google.gson.JsonObject json, PaymentReconciliation res) -
Uses of PaymentReconciliation in org.hl7.fhir.dstu3.model
Methods in org.hl7.fhir.dstu3.model that return PaymentReconciliationModifier and TypeMethodDescriptionPaymentReconciliation.addDetail(PaymentReconciliation.DetailsComponent t)PaymentReconciliation.addIdentifier(Identifier t)PaymentReconciliation.addProcessNote(PaymentReconciliation.NotesComponent t)PaymentReconciliation.copy()PaymentReconciliation.setCreated(Date value)PaymentReconciliation.setCreatedElement(DateTimeType value)PaymentReconciliation.setDetail(List<PaymentReconciliation.DetailsComponent> theDetail)PaymentReconciliation.setDisposition(String value)PaymentReconciliation.setDispositionElement(StringType value)PaymentReconciliation.setForm(CodeableConcept value)PaymentReconciliation.setIdentifier(List<Identifier> theIdentifier)PaymentReconciliation.setOrganization(Reference value)PaymentReconciliation.setOrganizationTarget(Organization value)PaymentReconciliation.setOutcome(CodeableConcept value)PaymentReconciliation.setProcessNote(List<PaymentReconciliation.NotesComponent> theProcessNote)PaymentReconciliation.setRequest(Reference value)PaymentReconciliation.setRequestOrganization(Reference value)PaymentReconciliation.setRequestOrganizationTarget(Organization value)PaymentReconciliation.setRequestProvider(Reference value)PaymentReconciliation.setRequestProviderTarget(Practitioner value)PaymentReconciliation.setRequestTarget(ProcessRequest value)PaymentReconciliation.setStatus(PaymentReconciliation.PaymentReconciliationStatus value)PaymentReconciliation.setStatusElement(Enumeration<PaymentReconciliation.PaymentReconciliationStatus> value)protected PaymentReconciliationPaymentReconciliation.typedCopy()