Uses of Class
org.hl7.fhir.dstu3.model.ExplanationOfBenefit.InsuranceComponent
-
Packages that use ExplanationOfBenefit.InsuranceComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of ExplanationOfBenefit.InsuranceComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ExplanationOfBenefit.InsuranceComponent Modifier and Type Method Description protected ExplanationOfBenefit.InsuranceComponentJsonParser. parseExplanationOfBenefitInsuranceComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner)protected ExplanationOfBenefit.InsuranceComponentXmlParser. parseExplanationOfBenefitInsuranceComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) -
Uses of ExplanationOfBenefit.InsuranceComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as ExplanationOfBenefit.InsuranceComponent Modifier and Type Field Description protected ExplanationOfBenefit.InsuranceComponentExplanationOfBenefit. insuranceFinancial instrument by which payment information for health care.Methods in org.hl7.fhir.dstu3.model that return ExplanationOfBenefit.InsuranceComponent Modifier and Type Method Description ExplanationOfBenefit.InsuranceComponentExplanationOfBenefit.InsuranceComponent. addPreAuthRef(String value)ExplanationOfBenefit.InsuranceComponentExplanationOfBenefit.InsuranceComponent. copy()ExplanationOfBenefit.InsuranceComponentExplanationOfBenefit. getInsurance()ExplanationOfBenefit.InsuranceComponentExplanationOfBenefit.InsuranceComponent. setCoverage(Reference value)ExplanationOfBenefit.InsuranceComponentExplanationOfBenefit.InsuranceComponent. setCoverageTarget(Coverage value)ExplanationOfBenefit.InsuranceComponentExplanationOfBenefit.InsuranceComponent. setPreAuthRef(List<StringType> thePreAuthRef)Methods in org.hl7.fhir.dstu3.model with parameters of type ExplanationOfBenefit.InsuranceComponent Modifier and Type Method Description ExplanationOfBenefitExplanationOfBenefit. setInsurance(ExplanationOfBenefit.InsuranceComponent value)
-