Uses of Class
org.hl7.fhir.dstu2.model.PaymentReconciliation.NotesComponent
-
Packages that use PaymentReconciliation.NotesComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of PaymentReconciliation.NotesComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return PaymentReconciliation.NotesComponent Modifier and Type Method Description protected PaymentReconciliation.NotesComponentJsonParser. parsePaymentReconciliationNotesComponent(com.google.gson.JsonObject json, PaymentReconciliation owner)protected PaymentReconciliation.NotesComponentXmlParser. parsePaymentReconciliationNotesComponent(org.xmlpull.v1.XmlPullParser xpp, PaymentReconciliation owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type PaymentReconciliation.NotesComponent Modifier and Type Method Description protected voidJsonParser. composePaymentReconciliationNotesComponent(String name, PaymentReconciliation.NotesComponent element)protected voidXmlParser. composePaymentReconciliationNotesComponent(String name, PaymentReconciliation.NotesComponent element)protected voidJsonParser. composePaymentReconciliationNotesComponentInner(PaymentReconciliation.NotesComponent element) -
Uses of PaymentReconciliation.NotesComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type PaymentReconciliation.NotesComponent Modifier and Type Field Description protected List<PaymentReconciliation.NotesComponent>PaymentReconciliation. noteSuite of notes.Methods in org.hl7.fhir.dstu2.model that return PaymentReconciliation.NotesComponent Modifier and Type Method Description PaymentReconciliation.NotesComponentPaymentReconciliation. addNote()PaymentReconciliation.NotesComponentPaymentReconciliation.NotesComponent. copy()PaymentReconciliation.NotesComponentPaymentReconciliation.NotesComponent. setText(String value)PaymentReconciliation.NotesComponentPaymentReconciliation.NotesComponent. setTextElement(StringType value)PaymentReconciliation.NotesComponentPaymentReconciliation.NotesComponent. setType(Coding value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type PaymentReconciliation.NotesComponent Modifier and Type Method Description List<PaymentReconciliation.NotesComponent>PaymentReconciliation. getNote()Methods in org.hl7.fhir.dstu2.model with parameters of type PaymentReconciliation.NotesComponent Modifier and Type Method Description PaymentReconciliationPaymentReconciliation. addNote(PaymentReconciliation.NotesComponent t)
-