Uses of Class
org.hl7.fhir.dstu2016may.model.ExplanationOfBenefit.ProsthesisComponent
-
Packages that use ExplanationOfBenefit.ProsthesisComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of ExplanationOfBenefit.ProsthesisComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return ExplanationOfBenefit.ProsthesisComponent Modifier and Type Method Description protected ExplanationOfBenefit.ProsthesisComponentJsonParser. parseExplanationOfBenefitProsthesisComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner)protected ExplanationOfBenefit.ProsthesisComponentXmlParser. parseExplanationOfBenefitProsthesisComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type ExplanationOfBenefit.ProsthesisComponent Modifier and Type Method Description protected voidJsonParser. composeExplanationOfBenefitProsthesisComponent(String name, ExplanationOfBenefit.ProsthesisComponent element)protected voidRdfParser. composeExplanationOfBenefitProsthesisComponent(RdfGenerator.Complex parent, String parentType, String name, ExplanationOfBenefit.ProsthesisComponent element, int index)protected voidXmlParser. composeExplanationOfBenefitProsthesisComponent(String name, ExplanationOfBenefit.ProsthesisComponent element)protected voidJsonParser. composeExplanationOfBenefitProsthesisComponentInner(ExplanationOfBenefit.ProsthesisComponent element) -
Uses of ExplanationOfBenefit.ProsthesisComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model declared as ExplanationOfBenefit.ProsthesisComponent Modifier and Type Field Description protected ExplanationOfBenefit.ProsthesisComponentExplanationOfBenefit.ItemsComponent. prosthesisThe materials and placement date of prior fixed prosthesis.Methods in org.hl7.fhir.dstu2016may.model that return ExplanationOfBenefit.ProsthesisComponent Modifier and Type Method Description ExplanationOfBenefit.ProsthesisComponentExplanationOfBenefit.ProsthesisComponent. copy()ExplanationOfBenefit.ProsthesisComponentExplanationOfBenefit.ItemsComponent. getProsthesis()ExplanationOfBenefit.ProsthesisComponentExplanationOfBenefit.ProsthesisComponent. setInitial(boolean value)ExplanationOfBenefit.ProsthesisComponentExplanationOfBenefit.ProsthesisComponent. setInitialElement(BooleanType value)ExplanationOfBenefit.ProsthesisComponentExplanationOfBenefit.ProsthesisComponent. setPriorDate(Date value)ExplanationOfBenefit.ProsthesisComponentExplanationOfBenefit.ProsthesisComponent. setPriorDateElement(DateType value)ExplanationOfBenefit.ProsthesisComponentExplanationOfBenefit.ProsthesisComponent. setPriorMaterial(Coding value)Methods in org.hl7.fhir.dstu2016may.model with parameters of type ExplanationOfBenefit.ProsthesisComponent Modifier and Type Method Description ExplanationOfBenefit.ItemsComponentExplanationOfBenefit.ItemsComponent. setProsthesis(ExplanationOfBenefit.ProsthesisComponent value)
-