Uses of Class
org.hl7.fhir.r5.model.ExplanationOfBenefit.InsuranceComponent
Packages that use ExplanationOfBenefit.InsuranceComponent
-
Uses of ExplanationOfBenefit.InsuranceComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ExplanationOfBenefit.InsuranceComponentModifier and TypeMethodDescriptionprotected ExplanationOfBenefit.InsuranceComponentJsonParser.parseExplanationOfBenefitInsuranceComponent(com.google.gson.JsonObject json)protected ExplanationOfBenefit.InsuranceComponentXmlParser.parseExplanationOfBenefitInsuranceComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type ExplanationOfBenefit.InsuranceComponentModifier and TypeMethodDescriptionprotected voidRdfParser.composeExplanationOfBenefitInsuranceComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ExplanationOfBenefit.InsuranceComponent element, int index)protected voidXmlParser.composeExplanationOfBenefitInsuranceComponent(String name, ExplanationOfBenefit.InsuranceComponent element)protected voidXmlParser.composeExplanationOfBenefitInsuranceComponentElements(ExplanationOfBenefit.InsuranceComponent element)protected voidJsonParser.composeInsuranceComponent(String name, ExplanationOfBenefit.InsuranceComponent element)protected voidJsonParser.composeInsuranceComponentProperties(ExplanationOfBenefit.InsuranceComponent element)protected booleanXmlParser.parseExplanationOfBenefitInsuranceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit.InsuranceComponent res)protected voidJsonParser.parseExplanationOfBenefitInsuranceComponentProperties(com.google.gson.JsonObject json, ExplanationOfBenefit.InsuranceComponent res) -
Uses of ExplanationOfBenefit.InsuranceComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ExplanationOfBenefit.InsuranceComponentModifier and TypeFieldDescriptionprotected List<ExplanationOfBenefit.InsuranceComponent>ExplanationOfBenefit.insuranceFinancial instruments for reimbursement for the health care products and services specified on the claim.Methods in org.hl7.fhir.r5.model that return ExplanationOfBenefit.InsuranceComponentModifier and TypeMethodDescriptionExplanationOfBenefit.addInsurance()ExplanationOfBenefit.InsuranceComponent.addPreAuthRef(String value)ExplanationOfBenefit.InsuranceComponent.copy()ExplanationOfBenefit.getInsuranceFirstRep()ExplanationOfBenefit.InsuranceComponent.setCoverage(Reference value)ExplanationOfBenefit.InsuranceComponent.setFocal(boolean value)ExplanationOfBenefit.InsuranceComponent.setFocalElement(BooleanType value)ExplanationOfBenefit.InsuranceComponent.setPreAuthRef(List<StringType> thePreAuthRef)Methods in org.hl7.fhir.r5.model that return types with arguments of type ExplanationOfBenefit.InsuranceComponentMethods in org.hl7.fhir.r5.model with parameters of type ExplanationOfBenefit.InsuranceComponentModifier and TypeMethodDescriptionExplanationOfBenefit.addInsurance(ExplanationOfBenefit.InsuranceComponent t)voidExplanationOfBenefit.InsuranceComponent.copyValues(ExplanationOfBenefit.InsuranceComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type ExplanationOfBenefit.InsuranceComponentModifier and TypeMethodDescriptionExplanationOfBenefit.setInsurance(List<ExplanationOfBenefit.InsuranceComponent> theInsurance)Constructors in org.hl7.fhir.r5.model with parameters of type ExplanationOfBenefit.InsuranceComponentModifierConstructorDescriptionExplanationOfBenefit(ExplanationOfBenefit.ExplanationOfBenefitStatus status, CodeableConcept type, Enumerations.Use use, Reference patient, Date created, Reference insurer, Reference provider, Enumerations.ClaimProcessingCodes outcome, ExplanationOfBenefit.InsuranceComponent insurance)Constructor