
Uses of Class
org.hl7.fhir.r4.model.InsurancePlan.InsurancePlanPlanComponent
Packages that use InsurancePlan.InsurancePlanPlanComponent
-
Uses of InsurancePlan.InsurancePlanPlanComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return InsurancePlan.InsurancePlanPlanComponentModifier and TypeMethodDescriptionprotected InsurancePlan.InsurancePlanPlanComponentJsonParser.parseInsurancePlanInsurancePlanPlanComponent(com.google.gson.JsonObject json, InsurancePlan owner) protected InsurancePlan.InsurancePlanPlanComponentXmlParser.parseInsurancePlanInsurancePlanPlanComponent(org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner) Methods in org.hl7.fhir.r4.formats with parameters of type InsurancePlan.InsurancePlanPlanComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeInsurancePlanInsurancePlanPlanComponent(String name, InsurancePlan.InsurancePlanPlanComponent element) protected voidRdfParser.composeInsurancePlanInsurancePlanPlanComponent(Turtle.Complex parent, String parentType, String name, InsurancePlan.InsurancePlanPlanComponent element, int index) protected voidXmlParser.composeInsurancePlanInsurancePlanPlanComponent(String name, InsurancePlan.InsurancePlanPlanComponent element) protected voidXmlParser.composeInsurancePlanInsurancePlanPlanComponentElements(InsurancePlan.InsurancePlanPlanComponent element) protected voidJsonParser.composeInsurancePlanInsurancePlanPlanComponentInner(InsurancePlan.InsurancePlanPlanComponent element) protected booleanXmlParser.parseInsurancePlanInsurancePlanPlanComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner, InsurancePlan.InsurancePlanPlanComponent res) protected voidJsonParser.parseInsurancePlanInsurancePlanPlanComponentProperties(com.google.gson.JsonObject json, InsurancePlan owner, InsurancePlan.InsurancePlanPlanComponent res) -
Uses of InsurancePlan.InsurancePlanPlanComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type InsurancePlan.InsurancePlanPlanComponentModifier and TypeFieldDescriptionprotected List<InsurancePlan.InsurancePlanPlanComponent> InsurancePlan.planDetails about an insurance plan.Methods in org.hl7.fhir.r4.model that return InsurancePlan.InsurancePlanPlanComponentModifier and TypeMethodDescriptionInsurancePlan.InsurancePlanPlanComponent.addCoverageArea(Reference t) InsurancePlan.InsurancePlanPlanComponent.addGeneralCost(InsurancePlan.InsurancePlanPlanGeneralCostComponent t) InsurancePlan.InsurancePlanPlanComponent.addIdentifier(Identifier t) InsurancePlan.InsurancePlanPlanComponent.addNetwork(Reference t) InsurancePlan.addPlan()InsurancePlan.InsurancePlanPlanComponent.addSpecificCost(InsurancePlan.InsurancePlanPlanSpecificCostComponent t) InsurancePlan.InsurancePlanPlanComponent.copy()InsurancePlan.getPlanFirstRep()InsurancePlan.InsurancePlanPlanComponent.setCoverageArea(List<Reference> theCoverageArea) InsurancePlan.InsurancePlanPlanComponent.setGeneralCost(List<InsurancePlan.InsurancePlanPlanGeneralCostComponent> theGeneralCost) InsurancePlan.InsurancePlanPlanComponent.setIdentifier(List<Identifier> theIdentifier) InsurancePlan.InsurancePlanPlanComponent.setNetwork(List<Reference> theNetwork) InsurancePlan.InsurancePlanPlanComponent.setSpecificCost(List<InsurancePlan.InsurancePlanPlanSpecificCostComponent> theSpecificCost) InsurancePlan.InsurancePlanPlanComponent.setType(CodeableConcept value) Methods in org.hl7.fhir.r4.model that return types with arguments of type InsurancePlan.InsurancePlanPlanComponentMethods in org.hl7.fhir.r4.model with parameters of type InsurancePlan.InsurancePlanPlanComponentModifier and TypeMethodDescriptionInsurancePlan.addPlan(InsurancePlan.InsurancePlanPlanComponent t) voidInsurancePlan.InsurancePlanPlanComponent.copyValues(InsurancePlan.InsurancePlanPlanComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type InsurancePlan.InsurancePlanPlanComponentModifier and TypeMethodDescriptionInsurancePlan.setPlan(List<InsurancePlan.InsurancePlanPlanComponent> thePlan)