Uses of Class
org.hl7.fhir.dstu3.model.PaymentReconciliation.NotesComponent
-
Packages that use PaymentReconciliation.NotesComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of PaymentReconciliation.NotesComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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) -
Uses of PaymentReconciliation.NotesComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type PaymentReconciliation.NotesComponent Modifier and Type Field Description protected List<PaymentReconciliation.NotesComponent>PaymentReconciliation. processNoteSuite of notes.Methods in org.hl7.fhir.dstu3.model that return PaymentReconciliation.NotesComponent Modifier and Type Method Description PaymentReconciliation.NotesComponentPaymentReconciliation. addProcessNote()PaymentReconciliation.NotesComponentPaymentReconciliation.NotesComponent. copy()PaymentReconciliation.NotesComponentPaymentReconciliation. getProcessNoteFirstRep()PaymentReconciliation.NotesComponentPaymentReconciliation.NotesComponent. setText(String value)PaymentReconciliation.NotesComponentPaymentReconciliation.NotesComponent. setTextElement(StringType value)PaymentReconciliation.NotesComponentPaymentReconciliation.NotesComponent. setType(CodeableConcept value)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type PaymentReconciliation.NotesComponent Modifier and Type Method Description List<PaymentReconciliation.NotesComponent>PaymentReconciliation. getProcessNote()Methods in org.hl7.fhir.dstu3.model with parameters of type PaymentReconciliation.NotesComponent Modifier and Type Method Description PaymentReconciliationPaymentReconciliation. addProcessNote(PaymentReconciliation.NotesComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type PaymentReconciliation.NotesComponent Modifier and Type Method Description PaymentReconciliationPaymentReconciliation. setProcessNote(List<PaymentReconciliation.NotesComponent> theProcessNote)
-