
Uses of Class
org.hl7.fhir.r5.model.ExplanationOfBenefit.NoteComponent
Packages that use ExplanationOfBenefit.NoteComponent
-
Uses of ExplanationOfBenefit.NoteComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ExplanationOfBenefit.NoteComponentModifier and TypeMethodDescriptionprotected ExplanationOfBenefit.NoteComponent
JsonParser.parseExplanationOfBenefitNoteComponent
(com.google.gson.JsonObject json) protected ExplanationOfBenefit.NoteComponent
XmlParser.parseExplanationOfBenefitNoteComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ExplanationOfBenefit.NoteComponentModifier and TypeMethodDescriptionprotected void
RdfParser.composeExplanationOfBenefitNoteComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ExplanationOfBenefit.NoteComponent element, int index) protected void
XmlParser.composeExplanationOfBenefitNoteComponent
(String name, ExplanationOfBenefit.NoteComponent element) protected void
XmlParser.composeExplanationOfBenefitNoteComponentElements
(ExplanationOfBenefit.NoteComponent element) protected void
JsonParser.composeNoteComponent
(String name, ExplanationOfBenefit.NoteComponent element) protected void
JsonParser.composeNoteComponentProperties
(ExplanationOfBenefit.NoteComponent element) protected boolean
XmlParser.parseExplanationOfBenefitNoteComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit.NoteComponent res) protected void
JsonParser.parseExplanationOfBenefitNoteComponentProperties
(com.google.gson.JsonObject json, ExplanationOfBenefit.NoteComponent res) -
Uses of ExplanationOfBenefit.NoteComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ExplanationOfBenefit.NoteComponentModifier and TypeFieldDescriptionprotected List
<ExplanationOfBenefit.NoteComponent> ExplanationOfBenefit.processNote
A note that describes or explains adjudication results in a human readable form.Methods in org.hl7.fhir.r5.model that return ExplanationOfBenefit.NoteComponentModifier and TypeMethodDescriptionExplanationOfBenefit.addProcessNote()
ExplanationOfBenefit.NoteComponent.copy()
ExplanationOfBenefit.getProcessNoteFirstRep()
ExplanationOfBenefit.NoteComponent.setLanguage
(CodeableConcept value) ExplanationOfBenefit.NoteComponent.setNumber
(int value) ExplanationOfBenefit.NoteComponent.setNumberElement
(PositiveIntType value) ExplanationOfBenefit.NoteComponent.setTextElement
(StringType value) ExplanationOfBenefit.NoteComponent.setType
(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type ExplanationOfBenefit.NoteComponentMethods in org.hl7.fhir.r5.model with parameters of type ExplanationOfBenefit.NoteComponentModifier and TypeMethodDescriptionExplanationOfBenefit.addProcessNote
(ExplanationOfBenefit.NoteComponent t) void
ExplanationOfBenefit.NoteComponent.copyValues
(ExplanationOfBenefit.NoteComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ExplanationOfBenefit.NoteComponentModifier and TypeMethodDescriptionExplanationOfBenefit.setProcessNote
(List<ExplanationOfBenefit.NoteComponent> theProcessNote)