
Uses of Class
org.hl7.fhir.r5.model.PaymentReconciliation.NotesComponent
Packages that use PaymentReconciliation.NotesComponent
-
Uses of PaymentReconciliation.NotesComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return PaymentReconciliation.NotesComponentModifier and TypeMethodDescriptionprotected PaymentReconciliation.NotesComponent
JsonParser.parsePaymentReconciliationNotesComponent
(com.google.gson.JsonObject json) protected PaymentReconciliation.NotesComponent
XmlParser.parsePaymentReconciliationNotesComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type PaymentReconciliation.NotesComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeNotesComponent
(String name, PaymentReconciliation.NotesComponent element) protected void
JsonParser.composeNotesComponentProperties
(PaymentReconciliation.NotesComponent element) protected void
RdfParser.composePaymentReconciliationNotesComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, PaymentReconciliation.NotesComponent element, int index) protected void
XmlParser.composePaymentReconciliationNotesComponent
(String name, PaymentReconciliation.NotesComponent element) protected void
XmlParser.composePaymentReconciliationNotesComponentElements
(PaymentReconciliation.NotesComponent element) protected boolean
XmlParser.parsePaymentReconciliationNotesComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, PaymentReconciliation.NotesComponent res) protected void
JsonParser.parsePaymentReconciliationNotesComponentProperties
(com.google.gson.JsonObject json, PaymentReconciliation.NotesComponent res) -
Uses of PaymentReconciliation.NotesComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type PaymentReconciliation.NotesComponentModifier and TypeFieldDescriptionprotected List
<PaymentReconciliation.NotesComponent> PaymentReconciliation.processNote
A note that describes or explains the processing in a human readable form.Methods in org.hl7.fhir.r5.model that return PaymentReconciliation.NotesComponentModifier and TypeMethodDescriptionPaymentReconciliation.addProcessNote()
PaymentReconciliation.NotesComponent.copy()
PaymentReconciliation.getProcessNoteFirstRep()
PaymentReconciliation.NotesComponent.setTextElement
(StringType value) PaymentReconciliation.NotesComponent.setType
(PaymentReconciliation.NoteType value) PaymentReconciliation.NotesComponent.setTypeElement
(Enumeration<PaymentReconciliation.NoteType> value) Methods in org.hl7.fhir.r5.model that return types with arguments of type PaymentReconciliation.NotesComponentMethods in org.hl7.fhir.r5.model with parameters of type PaymentReconciliation.NotesComponentModifier and TypeMethodDescriptionPaymentReconciliation.addProcessNote
(PaymentReconciliation.NotesComponent t) void
PaymentReconciliation.NotesComponent.copyValues
(PaymentReconciliation.NotesComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type PaymentReconciliation.NotesComponentModifier and TypeMethodDescriptionPaymentReconciliation.setProcessNote
(List<PaymentReconciliation.NotesComponent> theProcessNote)