Uses of Class
org.hl7.fhir.r4.model.InsurancePlan.InsurancePlanContactComponent
-
Uses of InsurancePlan.InsurancePlanContactComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseInsurancePlanInsurancePlanContactComponent
(com.google.gson.JsonObject json, InsurancePlan owner) XmlParser.parseInsurancePlanInsurancePlanContactComponent
(org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeInsurancePlanInsurancePlanContactComponent
(String name, InsurancePlan.InsurancePlanContactComponent element) protected void
RdfParser.composeInsurancePlanInsurancePlanContactComponent
(Turtle.Complex parent, String parentType, String name, InsurancePlan.InsurancePlanContactComponent element, int index) protected void
XmlParser.composeInsurancePlanInsurancePlanContactComponent
(String name, InsurancePlan.InsurancePlanContactComponent element) protected void
XmlParser.composeInsurancePlanInsurancePlanContactComponentElements
(InsurancePlan.InsurancePlanContactComponent element) protected void
JsonParser.composeInsurancePlanInsurancePlanContactComponentInner
(InsurancePlan.InsurancePlanContactComponent element) protected boolean
XmlParser.parseInsurancePlanInsurancePlanContactComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner, InsurancePlan.InsurancePlanContactComponent res) protected void
JsonParser.parseInsurancePlanInsurancePlanContactComponentProperties
(com.google.gson.JsonObject json, InsurancePlan owner, InsurancePlan.InsurancePlanContactComponent res) -
Uses of InsurancePlan.InsurancePlanContactComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<InsurancePlan.InsurancePlanContactComponent> InsurancePlan.contact
The contact for the health insurance product for a certain purpose.Modifier 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) Modifier and TypeMethodDescriptionInsurancePlan.addContact
(InsurancePlan.InsurancePlanContactComponent t) void
InsurancePlan.InsurancePlanContactComponent.copyValues
(InsurancePlan.InsurancePlanContactComponent dst) Modifier and TypeMethodDescriptionInsurancePlan.setContact
(List<InsurancePlan.InsurancePlanContactComponent> theContact)