Uses of Class
org.hl7.fhir.r4.model.PaymentReconciliation.NotesComponent
Packages that use PaymentReconciliation.NotesComponent
-
Uses of PaymentReconciliation.NotesComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return PaymentReconciliation.NotesComponentModifier and TypeMethodDescriptionprotected 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.r4.formats with parameters of type PaymentReconciliation.NotesComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composePaymentReconciliationNotesComponent(String name, PaymentReconciliation.NotesComponent element)protected voidRdfParser.composePaymentReconciliationNotesComponent(Turtle.Complex parent, String parentType, String name, PaymentReconciliation.NotesComponent element, int index)protected voidXmlParser.composePaymentReconciliationNotesComponent(String name, PaymentReconciliation.NotesComponent element)protected voidXmlParser.composePaymentReconciliationNotesComponentElements(PaymentReconciliation.NotesComponent element)protected voidJsonParser.composePaymentReconciliationNotesComponentInner(PaymentReconciliation.NotesComponent element)protected booleanXmlParser.parsePaymentReconciliationNotesComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PaymentReconciliation owner, PaymentReconciliation.NotesComponent res)protected voidJsonParser.parsePaymentReconciliationNotesComponentProperties(com.google.gson.JsonObject json, PaymentReconciliation owner, PaymentReconciliation.NotesComponent res) -
Uses of PaymentReconciliation.NotesComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type PaymentReconciliation.NotesComponentModifier and TypeFieldDescriptionprotected 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.NotesComponentModifier 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)Methods in org.hl7.fhir.r4.model that return types with arguments of type PaymentReconciliation.NotesComponentMethods in org.hl7.fhir.r4.model with parameters of type PaymentReconciliation.NotesComponentModifier and TypeMethodDescriptionPaymentReconciliation.addProcessNote(PaymentReconciliation.NotesComponent t)voidPaymentReconciliation.NotesComponent.copyValues(PaymentReconciliation.NotesComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type PaymentReconciliation.NotesComponentModifier and TypeMethodDescriptionPaymentReconciliation.setProcessNote(List<PaymentReconciliation.NotesComponent> theProcessNote)