Uses of Class
org.hl7.fhir.r4.model.InsurancePlan.InsurancePlanContactComponent
-
Packages that use InsurancePlan.InsurancePlanContactComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of InsurancePlan.InsurancePlanContactComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return InsurancePlan.InsurancePlanContactComponent Modifier and Type Method Description protected InsurancePlan.InsurancePlanContactComponentJsonParser. parseInsurancePlanInsurancePlanContactComponent(com.google.gson.JsonObject json, InsurancePlan owner)protected InsurancePlan.InsurancePlanContactComponentXmlParser. parseInsurancePlanInsurancePlanContactComponent(org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner) -
Uses of InsurancePlan.InsurancePlanContactComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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.r4.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.r4.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.r4.model with type arguments of type InsurancePlan.InsurancePlanContactComponent Modifier and Type Method Description InsurancePlanInsurancePlan. setContact(List<InsurancePlan.InsurancePlanContactComponent> theContact)
-