Uses of Class
org.hl7.fhir.r4.model.ExplanationOfBenefit.NoteComponent
Packages that use ExplanationOfBenefit.NoteComponent
-
Uses of ExplanationOfBenefit.NoteComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ExplanationOfBenefit.NoteComponentModifier and TypeMethodDescriptionprotected ExplanationOfBenefit.NoteComponentJsonParser.parseExplanationOfBenefitNoteComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner)protected ExplanationOfBenefit.NoteComponentXmlParser.parseExplanationOfBenefitNoteComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner)Methods in org.hl7.fhir.r4.formats with parameters of type ExplanationOfBenefit.NoteComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeExplanationOfBenefitNoteComponent(String name, ExplanationOfBenefit.NoteComponent element)protected voidRdfParser.composeExplanationOfBenefitNoteComponent(Turtle.Complex parent, String parentType, String name, ExplanationOfBenefit.NoteComponent element, int index)protected voidXmlParser.composeExplanationOfBenefitNoteComponent(String name, ExplanationOfBenefit.NoteComponent element)protected voidXmlParser.composeExplanationOfBenefitNoteComponentElements(ExplanationOfBenefit.NoteComponent element)protected voidJsonParser.composeExplanationOfBenefitNoteComponentInner(ExplanationOfBenefit.NoteComponent element)protected booleanXmlParser.parseExplanationOfBenefitNoteComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner, ExplanationOfBenefit.NoteComponent res)protected voidJsonParser.parseExplanationOfBenefitNoteComponentProperties(com.google.gson.JsonObject json, ExplanationOfBenefit owner, ExplanationOfBenefit.NoteComponent res) -
Uses of ExplanationOfBenefit.NoteComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ExplanationOfBenefit.NoteComponentModifier and TypeFieldDescriptionprotected List<ExplanationOfBenefit.NoteComponent>ExplanationOfBenefit.processNoteA note that describes or explains adjudication results in a human readable form.Methods in org.hl7.fhir.r4.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(Enumerations.NoteType value)ExplanationOfBenefit.NoteComponent.setTypeElement(Enumeration<Enumerations.NoteType> value)Methods in org.hl7.fhir.r4.model that return types with arguments of type ExplanationOfBenefit.NoteComponentMethods in org.hl7.fhir.r4.model with parameters of type ExplanationOfBenefit.NoteComponentModifier and TypeMethodDescriptionExplanationOfBenefit.addProcessNote(ExplanationOfBenefit.NoteComponent t)voidExplanationOfBenefit.NoteComponent.copyValues(ExplanationOfBenefit.NoteComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type ExplanationOfBenefit.NoteComponentModifier and TypeMethodDescriptionExplanationOfBenefit.setProcessNote(List<ExplanationOfBenefit.NoteComponent> theProcessNote)