Uses of Class
org.hl7.fhir.dstu2016may.model.ExplanationOfBenefit.NotesComponent
-
Packages that use ExplanationOfBenefit.NotesComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of ExplanationOfBenefit.NotesComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return ExplanationOfBenefit.NotesComponent Modifier and Type Method Description protected ExplanationOfBenefit.NotesComponentJsonParser. parseExplanationOfBenefitNotesComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner)protected ExplanationOfBenefit.NotesComponentXmlParser. parseExplanationOfBenefitNotesComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type ExplanationOfBenefit.NotesComponent Modifier and Type Method Description protected voidJsonParser. composeExplanationOfBenefitNotesComponent(String name, ExplanationOfBenefit.NotesComponent element)protected voidRdfParser. composeExplanationOfBenefitNotesComponent(RdfGenerator.Complex parent, String parentType, String name, ExplanationOfBenefit.NotesComponent element, int index)protected voidXmlParser. composeExplanationOfBenefitNotesComponent(String name, ExplanationOfBenefit.NotesComponent element)protected voidJsonParser. composeExplanationOfBenefitNotesComponentInner(ExplanationOfBenefit.NotesComponent element) -
Uses of ExplanationOfBenefit.NotesComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type ExplanationOfBenefit.NotesComponent Modifier and Type Field Description protected List<ExplanationOfBenefit.NotesComponent>ExplanationOfBenefit. noteNote text.Methods in org.hl7.fhir.dstu2016may.model that return ExplanationOfBenefit.NotesComponent Modifier and Type Method Description ExplanationOfBenefit.NotesComponentExplanationOfBenefit. addNote()ExplanationOfBenefit.NotesComponentExplanationOfBenefit.NotesComponent. copy()ExplanationOfBenefit.NotesComponentExplanationOfBenefit.NotesComponent. setNumber(int value)ExplanationOfBenefit.NotesComponentExplanationOfBenefit.NotesComponent. setNumberElement(PositiveIntType value)ExplanationOfBenefit.NotesComponentExplanationOfBenefit.NotesComponent. setText(String value)ExplanationOfBenefit.NotesComponentExplanationOfBenefit.NotesComponent. setTextElement(StringType value)ExplanationOfBenefit.NotesComponentExplanationOfBenefit.NotesComponent. setType(Coding value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type ExplanationOfBenefit.NotesComponent Modifier and Type Method Description List<ExplanationOfBenefit.NotesComponent>ExplanationOfBenefit. getNote()Methods in org.hl7.fhir.dstu2016may.model with parameters of type ExplanationOfBenefit.NotesComponent Modifier and Type Method Description ExplanationOfBenefitExplanationOfBenefit. addNote(ExplanationOfBenefit.NotesComponent t)
-