Uses of Class
org.hl7.fhir.r4.model.ExplanationOfBenefit.NoteComponent
-
Uses of ExplanationOfBenefit.NoteComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected ExplanationOfBenefit.NoteComponent
JsonParser.parseExplanationOfBenefitNoteComponent
(com.google.gson.JsonObject json, ExplanationOfBenefit owner) protected ExplanationOfBenefit.NoteComponent
XmlParser.parseExplanationOfBenefitNoteComponent
(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeExplanationOfBenefitNoteComponent
(String name, ExplanationOfBenefit.NoteComponent element) protected void
RdfParser.composeExplanationOfBenefitNoteComponent
(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.composeExplanationOfBenefitNoteComponentInner
(ExplanationOfBenefit.NoteComponent element) protected boolean
XmlParser.parseExplanationOfBenefitNoteComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner, ExplanationOfBenefit.NoteComponent res) protected void
JsonParser.parseExplanationOfBenefitNoteComponentProperties
(com.google.gson.JsonObject json, ExplanationOfBenefit owner, ExplanationOfBenefit.NoteComponent res) -
Uses of ExplanationOfBenefit.NoteComponent in org.hl7.fhir.r4.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
(Enumerations.NoteType value) ExplanationOfBenefit.NoteComponent.setTypeElement
(Enumeration<Enumerations.NoteType> value) Modifier and TypeMethodDescriptionExplanationOfBenefit.addProcessNote
(ExplanationOfBenefit.NoteComponent t) void
ExplanationOfBenefit.NoteComponent.copyValues
(ExplanationOfBenefit.NoteComponent dst) Modifier and TypeMethodDescriptionExplanationOfBenefit.setProcessNote
(List<ExplanationOfBenefit.NoteComponent> theProcessNote)