
Uses of Class
org.hl7.fhir.dstu3.model.Organization.OrganizationContactComponent
Packages that use Organization.OrganizationContactComponent
-
Uses of Organization.OrganizationContactComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Organization.OrganizationContactComponentModifier and TypeMethodDescriptionJsonParser.parseOrganizationOrganizationContactComponent
(com.google.gson.JsonObject json, Organization owner) XmlParser.parseOrganizationOrganizationContactComponent
(org.xmlpull.v1.XmlPullParser xpp, Organization owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type Organization.OrganizationContactComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeOrganizationOrganizationContactComponent
(String name, Organization.OrganizationContactComponent element) protected void
RdfParser.composeOrganizationOrganizationContactComponent
(Turtle.Complex parent, String parentType, String name, Organization.OrganizationContactComponent element, int index) protected void
XmlParser.composeOrganizationOrganizationContactComponent
(String name, Organization.OrganizationContactComponent element) protected void
XmlParser.composeOrganizationOrganizationContactComponentElements
(Organization.OrganizationContactComponent element) protected void
JsonParser.composeOrganizationOrganizationContactComponentInner
(Organization.OrganizationContactComponent element) protected boolean
XmlParser.parseOrganizationOrganizationContactComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Organization owner, Organization.OrganizationContactComponent res) protected void
JsonParser.parseOrganizationOrganizationContactComponentProperties
(com.google.gson.JsonObject json, Organization owner, Organization.OrganizationContactComponent res) -
Uses of Organization.OrganizationContactComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Organization.OrganizationContactComponentModifier and TypeFieldDescriptionprotected List
<Organization.OrganizationContactComponent> Organization.contact
Contact for the organization for a certain purpose.Methods in org.hl7.fhir.dstu3.model that return Organization.OrganizationContactComponentModifier and TypeMethodDescriptionOrganization.addContact()
Organization.OrganizationContactComponent.addTelecom
(ContactPoint t) Organization.OrganizationContactComponent.copy()
Organization.getContactFirstRep()
Organization.OrganizationContactComponent.setAddress
(Address value) Organization.OrganizationContactComponent.setPurpose
(CodeableConcept value) Organization.OrganizationContactComponent.setTelecom
(List<ContactPoint> theTelecom) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Organization.OrganizationContactComponentMethods in org.hl7.fhir.dstu3.model with parameters of type Organization.OrganizationContactComponentModifier and TypeMethodDescriptionOrganization.addContact
(Organization.OrganizationContactComponent t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Organization.OrganizationContactComponentModifier and TypeMethodDescriptionOrganization.setContact
(List<Organization.OrganizationContactComponent> theContact)