Uses of Class
org.hl7.fhir.r5.model.InsurancePlan.InsurancePlanContactComponent
Packages that use InsurancePlan.InsurancePlanContactComponent
-
Uses of InsurancePlan.InsurancePlanContactComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return InsurancePlan.InsurancePlanContactComponentModifier and TypeMethodDescriptionJsonParser.parseInsurancePlanContactComponent(com.google.gson.JsonObject json) XmlParser.parseInsurancePlanContactComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type InsurancePlan.InsurancePlanContactComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeInsurancePlanContactComponent(String name, InsurancePlan.InsurancePlanContactComponent element) protected voidRdfParser.composeInsurancePlanContactComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, InsurancePlan.InsurancePlanContactComponent element, int index) protected voidXmlParser.composeInsurancePlanContactComponent(String name, InsurancePlan.InsurancePlanContactComponent element) protected voidXmlParser.composeInsurancePlanContactComponentElements(InsurancePlan.InsurancePlanContactComponent element) protected voidJsonParser.composeInsurancePlanContactComponentProperties(InsurancePlan.InsurancePlanContactComponent element) protected booleanXmlParser.parseInsurancePlanContactComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan.InsurancePlanContactComponent res) protected voidJsonParser.parseInsurancePlanContactComponentProperties(com.google.gson.JsonObject json, InsurancePlan.InsurancePlanContactComponent res) -
Uses of InsurancePlan.InsurancePlanContactComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type InsurancePlan.InsurancePlanContactComponentModifier and TypeFieldDescriptionprotected List<InsurancePlan.InsurancePlanContactComponent>InsurancePlan.contactThe contact for the health insurance product for a certain purpose.Methods in org.hl7.fhir.r5.model that return InsurancePlan.InsurancePlanContactComponentModifier and TypeMethodDescriptionInsurancePlan.addContact()InsurancePlan.InsurancePlanContactComponent.addTelecom(ContactPoint t) InsurancePlan.InsurancePlanContactComponent.copy()InsurancePlan.getContactFirstRep()InsurancePlan.InsurancePlanContactComponent.setAddress(Address value) InsurancePlan.InsurancePlanContactComponent.setPurpose(CodeableConcept value) InsurancePlan.InsurancePlanContactComponent.setTelecom(List<ContactPoint> theTelecom) Methods in org.hl7.fhir.r5.model that return types with arguments of type InsurancePlan.InsurancePlanContactComponentMethods in org.hl7.fhir.r5.model with parameters of type InsurancePlan.InsurancePlanContactComponentModifier and TypeMethodDescriptionInsurancePlan.addContact(InsurancePlan.InsurancePlanContactComponent t) voidInsurancePlan.InsurancePlanContactComponent.copyValues(InsurancePlan.InsurancePlanContactComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type InsurancePlan.InsurancePlanContactComponentModifier and TypeMethodDescriptionInsurancePlan.setContact(List<InsurancePlan.InsurancePlanContactComponent> theContact)