Uses of Class
org.hl7.fhir.r5.model.ExplanationOfBenefit.NoteComponent
-
Uses of ExplanationOfBenefit.NoteComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected ExplanationOfBenefit.NoteComponent
JsonParser.parseExplanationOfBenefitNoteComponent
(com.google.gson.JsonObject json) protected ExplanationOfBenefit.NoteComponent
XmlParser.parseExplanationOfBenefitNoteComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier 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
Modifier and TypeFieldDescriptionprotected List
<ExplanationOfBenefit.NoteComponent> ExplanationOfBenefit.processNote
A note that describes or explains adjudication results in a human readable form.Modifier 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) Modifier and TypeMethodDescriptionExplanationOfBenefit.addProcessNote
(ExplanationOfBenefit.NoteComponent t) void
ExplanationOfBenefit.NoteComponent.copyValues
(ExplanationOfBenefit.NoteComponent dst) Modifier and TypeMethodDescriptionExplanationOfBenefit.setProcessNote
(List<ExplanationOfBenefit.NoteComponent> theProcessNote)