Uses of Class
org.hl7.fhir.r4b.model.InsurancePlan.InsurancePlanContactComponent
-
Packages that use InsurancePlan.InsurancePlanContactComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of InsurancePlan.InsurancePlanContactComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return InsurancePlan.InsurancePlanContactComponent Modifier and Type Method Description protected InsurancePlan.InsurancePlanContactComponentJsonParser. parseInsurancePlanContactComponent(com.google.gson.JsonObject json)protected InsurancePlan.InsurancePlanContactComponentXmlParser. parseInsurancePlanContactComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of InsurancePlan.InsurancePlanContactComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type InsurancePlan.InsurancePlanContactComponent Modifier and Type Field Description protected List<InsurancePlan.InsurancePlanContactComponent>InsurancePlan. contactThe contact for the health insurance product for a certain purpose.Methods in org.hl7.fhir.r4b.model that return InsurancePlan.InsurancePlanContactComponent Modifier and Type Method Description InsurancePlan.InsurancePlanContactComponentInsurancePlan. addContact()InsurancePlan.InsurancePlanContactComponentInsurancePlan.InsurancePlanContactComponent. addTelecom(ContactPoint t)InsurancePlan.InsurancePlanContactComponentInsurancePlan.InsurancePlanContactComponent. copy()InsurancePlan.InsurancePlanContactComponentInsurancePlan. getContactFirstRep()InsurancePlan.InsurancePlanContactComponentInsurancePlan.InsurancePlanContactComponent. setAddress(Address value)InsurancePlan.InsurancePlanContactComponentInsurancePlan.InsurancePlanContactComponent. setName(HumanName value)InsurancePlan.InsurancePlanContactComponentInsurancePlan.InsurancePlanContactComponent. setPurpose(CodeableConcept value)InsurancePlan.InsurancePlanContactComponentInsurancePlan.InsurancePlanContactComponent. setTelecom(List<ContactPoint> theTelecom)Methods in org.hl7.fhir.r4b.model that return types with arguments of type InsurancePlan.InsurancePlanContactComponent Modifier and Type Method Description List<InsurancePlan.InsurancePlanContactComponent>InsurancePlan. getContact()Methods in org.hl7.fhir.r4b.model with parameters of type InsurancePlan.InsurancePlanContactComponent Modifier and Type Method Description InsurancePlanInsurancePlan. addContact(InsurancePlan.InsurancePlanContactComponent t)voidInsurancePlan.InsurancePlanContactComponent. copyValues(InsurancePlan.InsurancePlanContactComponent dst)Method parameters in org.hl7.fhir.r4b.model with type arguments of type InsurancePlan.InsurancePlanContactComponent Modifier and Type Method Description InsurancePlanInsurancePlan. setContact(List<InsurancePlan.InsurancePlanContactComponent> theContact)
-