Uses of Class
org.hl7.fhir.r4.model.PaymentReconciliation.NotesComponent
-
Packages that use PaymentReconciliation.NotesComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of PaymentReconciliation.NotesComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type PaymentReconciliation.NotesComponent Modifier and Type Field Description protected List<PaymentReconciliation.NotesComponent>PaymentReconciliation. processNoteA note that describes or explains the processing in a human readable form.Methods in org.hl7.fhir.r4.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(Enumerations.NoteType value)PaymentReconciliation.NotesComponentPaymentReconciliation.NotesComponent. setTypeElement(Enumeration<Enumerations.NoteType> value)Methods in org.hl7.fhir.r4.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.r4.model with parameters of type PaymentReconciliation.NotesComponent Modifier and Type Method Description PaymentReconciliationPaymentReconciliation. addProcessNote(PaymentReconciliation.NotesComponent t)voidPaymentReconciliation.NotesComponent. copyValues(PaymentReconciliation.NotesComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type PaymentReconciliation.NotesComponent Modifier and Type Method Description PaymentReconciliationPaymentReconciliation. setProcessNote(List<PaymentReconciliation.NotesComponent> theProcessNote)
-