
Uses of Class
org.hl7.fhir.r4.model.InsurancePlan.InsurancePlanCoverageComponent
Packages that use InsurancePlan.InsurancePlanCoverageComponent
-
Uses of InsurancePlan.InsurancePlanCoverageComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return InsurancePlan.InsurancePlanCoverageComponentModifier and TypeMethodDescriptionJsonParser.parseInsurancePlanInsurancePlanCoverageComponent(com.google.gson.JsonObject json, InsurancePlan owner) XmlParser.parseInsurancePlanInsurancePlanCoverageComponent(org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner) Methods in org.hl7.fhir.r4.formats with parameters of type InsurancePlan.InsurancePlanCoverageComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeInsurancePlanInsurancePlanCoverageComponent(String name, InsurancePlan.InsurancePlanCoverageComponent element) protected voidRdfParser.composeInsurancePlanInsurancePlanCoverageComponent(Turtle.Complex parent, String parentType, String name, InsurancePlan.InsurancePlanCoverageComponent element, int index) protected voidXmlParser.composeInsurancePlanInsurancePlanCoverageComponent(String name, InsurancePlan.InsurancePlanCoverageComponent element) protected voidXmlParser.composeInsurancePlanInsurancePlanCoverageComponentElements(InsurancePlan.InsurancePlanCoverageComponent element) protected voidJsonParser.composeInsurancePlanInsurancePlanCoverageComponentInner(InsurancePlan.InsurancePlanCoverageComponent element) protected booleanXmlParser.parseInsurancePlanInsurancePlanCoverageComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner, InsurancePlan.InsurancePlanCoverageComponent res) protected voidJsonParser.parseInsurancePlanInsurancePlanCoverageComponentProperties(com.google.gson.JsonObject json, InsurancePlan owner, InsurancePlan.InsurancePlanCoverageComponent res) -
Uses of InsurancePlan.InsurancePlanCoverageComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type InsurancePlan.InsurancePlanCoverageComponentModifier and TypeFieldDescriptionprotected List<InsurancePlan.InsurancePlanCoverageComponent> InsurancePlan.coverageDetails about the coverage offered by the insurance product.Methods in org.hl7.fhir.r4.model that return InsurancePlan.InsurancePlanCoverageComponentModifier and TypeMethodDescriptionInsurancePlan.InsurancePlanCoverageComponent.addBenefit(InsurancePlan.CoverageBenefitComponent t) InsurancePlan.addCoverage()InsurancePlan.InsurancePlanCoverageComponent.addNetwork(Reference t) InsurancePlan.InsurancePlanCoverageComponent.copy()InsurancePlan.getCoverageFirstRep()InsurancePlan.InsurancePlanCoverageComponent.setBenefit(List<InsurancePlan.CoverageBenefitComponent> theBenefit) InsurancePlan.InsurancePlanCoverageComponent.setNetwork(List<Reference> theNetwork) InsurancePlan.InsurancePlanCoverageComponent.setType(CodeableConcept value) Methods in org.hl7.fhir.r4.model that return types with arguments of type InsurancePlan.InsurancePlanCoverageComponentMethods in org.hl7.fhir.r4.model with parameters of type InsurancePlan.InsurancePlanCoverageComponentModifier and TypeMethodDescriptionInsurancePlan.addCoverage(InsurancePlan.InsurancePlanCoverageComponent t) voidInsurancePlan.InsurancePlanCoverageComponent.copyValues(InsurancePlan.InsurancePlanCoverageComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type InsurancePlan.InsurancePlanCoverageComponentModifier and TypeMethodDescriptionInsurancePlan.setCoverage(List<InsurancePlan.InsurancePlanCoverageComponent> theCoverage)