Uses of Class
org.hl7.fhir.r4.model.PaymentReconciliation.NotesComponent
-
Uses of PaymentReconciliation.NotesComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected PaymentReconciliation.NotesComponent
JsonParser.parsePaymentReconciliationNotesComponent
(com.google.gson.JsonObject json, PaymentReconciliation owner) protected PaymentReconciliation.NotesComponent
XmlParser.parsePaymentReconciliationNotesComponent
(org.xmlpull.v1.XmlPullParser xpp, PaymentReconciliation owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composePaymentReconciliationNotesComponent
(String name, PaymentReconciliation.NotesComponent element) protected void
RdfParser.composePaymentReconciliationNotesComponent
(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 void
JsonParser.composePaymentReconciliationNotesComponentInner
(PaymentReconciliation.NotesComponent element) protected boolean
XmlParser.parsePaymentReconciliationNotesComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, PaymentReconciliation owner, PaymentReconciliation.NotesComponent res) protected void
JsonParser.parsePaymentReconciliationNotesComponentProperties
(com.google.gson.JsonObject json, PaymentReconciliation owner, PaymentReconciliation.NotesComponent res) -
Uses of PaymentReconciliation.NotesComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<PaymentReconciliation.NotesComponent> PaymentReconciliation.processNote
A note that describes or explains the processing in a human readable form.Modifier and TypeMethodDescriptionPaymentReconciliation.addProcessNote()
PaymentReconciliation.NotesComponent.copy()
PaymentReconciliation.getProcessNoteFirstRep()
PaymentReconciliation.NotesComponent.setTextElement
(StringType value) PaymentReconciliation.NotesComponent.setType
(Enumerations.NoteType value) PaymentReconciliation.NotesComponent.setTypeElement
(Enumeration<Enumerations.NoteType> value) Modifier and TypeMethodDescriptionPaymentReconciliation.addProcessNote
(PaymentReconciliation.NotesComponent t) void
PaymentReconciliation.NotesComponent.copyValues
(PaymentReconciliation.NotesComponent dst) Modifier and TypeMethodDescriptionPaymentReconciliation.setProcessNote
(List<PaymentReconciliation.NotesComponent> theProcessNote)