Uses of Class
org.hl7.fhir.r4.model.InsurancePlan.InsurancePlanPlanComponent
-
Uses of InsurancePlan.InsurancePlanPlanComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected InsurancePlan.InsurancePlanPlanComponent
JsonParser.parseInsurancePlanInsurancePlanPlanComponent
(com.google.gson.JsonObject json, InsurancePlan owner) protected InsurancePlan.InsurancePlanPlanComponent
XmlParser.parseInsurancePlanInsurancePlanPlanComponent
(org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeInsurancePlanInsurancePlanPlanComponent
(String name, InsurancePlan.InsurancePlanPlanComponent element) protected void
RdfParser.composeInsurancePlanInsurancePlanPlanComponent
(Turtle.Complex parent, String parentType, String name, InsurancePlan.InsurancePlanPlanComponent element, int index) protected void
XmlParser.composeInsurancePlanInsurancePlanPlanComponent
(String name, InsurancePlan.InsurancePlanPlanComponent element) protected void
XmlParser.composeInsurancePlanInsurancePlanPlanComponentElements
(InsurancePlan.InsurancePlanPlanComponent element) protected void
JsonParser.composeInsurancePlanInsurancePlanPlanComponentInner
(InsurancePlan.InsurancePlanPlanComponent element) protected boolean
XmlParser.parseInsurancePlanInsurancePlanPlanComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner, InsurancePlan.InsurancePlanPlanComponent res) protected void
JsonParser.parseInsurancePlanInsurancePlanPlanComponentProperties
(com.google.gson.JsonObject json, InsurancePlan owner, InsurancePlan.InsurancePlanPlanComponent res) -
Uses of InsurancePlan.InsurancePlanPlanComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<InsurancePlan.InsurancePlanPlanComponent> InsurancePlan.plan
Details about an insurance plan.Modifier 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) Modifier and TypeMethodDescriptionInsurancePlan.addPlan
(InsurancePlan.InsurancePlanPlanComponent t) void
InsurancePlan.InsurancePlanPlanComponent.copyValues
(InsurancePlan.InsurancePlanPlanComponent dst) Modifier and TypeMethodDescriptionInsurancePlan.setPlan
(List<InsurancePlan.InsurancePlanPlanComponent> thePlan)