Uses of Class
org.hl7.fhir.dstu2016may.model.ExplanationOfBenefit.ItemAdjudicationComponent
-
Packages that use ExplanationOfBenefit.ItemAdjudicationComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of ExplanationOfBenefit.ItemAdjudicationComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return ExplanationOfBenefit.ItemAdjudicationComponent Modifier and Type Method Description protected ExplanationOfBenefit.ItemAdjudicationComponentJsonParser. parseExplanationOfBenefitItemAdjudicationComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner)protected ExplanationOfBenefit.ItemAdjudicationComponentXmlParser. parseExplanationOfBenefitItemAdjudicationComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type ExplanationOfBenefit.ItemAdjudicationComponent Modifier and Type Method Description protected voidJsonParser. composeExplanationOfBenefitItemAdjudicationComponent(String name, ExplanationOfBenefit.ItemAdjudicationComponent element)protected voidRdfParser. composeExplanationOfBenefitItemAdjudicationComponent(RdfGenerator.Complex parent, String parentType, String name, ExplanationOfBenefit.ItemAdjudicationComponent element, int index)protected voidXmlParser. composeExplanationOfBenefitItemAdjudicationComponent(String name, ExplanationOfBenefit.ItemAdjudicationComponent element)protected voidJsonParser. composeExplanationOfBenefitItemAdjudicationComponentInner(ExplanationOfBenefit.ItemAdjudicationComponent element) -
Uses of ExplanationOfBenefit.ItemAdjudicationComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type ExplanationOfBenefit.ItemAdjudicationComponent Modifier and Type Field Description protected List<ExplanationOfBenefit.ItemAdjudicationComponent>ExplanationOfBenefit.ItemsComponent. adjudicationThe adjudications results.Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type ExplanationOfBenefit.ItemAdjudicationComponent Modifier and Type Method Description List<ExplanationOfBenefit.ItemAdjudicationComponent>ExplanationOfBenefit.ItemsComponent. getAdjudication()Methods in org.hl7.fhir.dstu2016may.model with parameters of type ExplanationOfBenefit.ItemAdjudicationComponent Modifier and Type Method Description ExplanationOfBenefit.ItemsComponentExplanationOfBenefit.ItemsComponent. addAdjudication(ExplanationOfBenefit.ItemAdjudicationComponent t)
-