
Uses of Class
org.hl7.fhir.dstu2.model.Organization.OrganizationContactComponent
Packages that use Organization.OrganizationContactComponent
-
Uses of Organization.OrganizationContactComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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.dstu2.formats with parameters of type Organization.OrganizationContactComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeOrganizationOrganizationContactComponent(String name, Organization.OrganizationContactComponent element) protected voidXmlParser.composeOrganizationOrganizationContactComponent(String name, Organization.OrganizationContactComponent element) protected voidJsonParser.composeOrganizationOrganizationContactComponentInner(Organization.OrganizationContactComponent element) -
Uses of Organization.OrganizationContactComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Organization.OrganizationContactComponentModifier and TypeFieldDescriptionprotected List<Organization.OrganizationContactComponent> Organization.contactContact for the organization for a certain purpose.Methods in org.hl7.fhir.dstu2.model that return Organization.OrganizationContactComponentModifier and TypeMethodDescriptionOrganization.addContact()Organization.OrganizationContactComponent.addTelecom(ContactPoint t) Organization.OrganizationContactComponent.copy()Organization.OrganizationContactComponent.setAddress(Address value) Organization.OrganizationContactComponent.setPurpose(CodeableConcept value) Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Organization.OrganizationContactComponentMethods in org.hl7.fhir.dstu2.model with parameters of type Organization.OrganizationContactComponentModifier and TypeMethodDescriptionOrganization.addContact(Organization.OrganizationContactComponent t)