Uses of Class
org.hl7.fhir.r5.model.Organization.OrganizationContactComponent
Packages that use Organization.OrganizationContactComponent
-
Uses of Organization.OrganizationContactComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Organization.OrganizationContactComponentModifier and TypeMethodDescriptionJsonParser.parseOrganizationContactComponent(com.google.gson.JsonObject json) XmlParser.parseOrganizationContactComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Organization.OrganizationContactComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeOrganizationContactComponent(String name, Organization.OrganizationContactComponent element) protected voidRdfParser.composeOrganizationContactComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Organization.OrganizationContactComponent element, int index) protected voidXmlParser.composeOrganizationContactComponent(String name, Organization.OrganizationContactComponent element) protected voidXmlParser.composeOrganizationContactComponentElements(Organization.OrganizationContactComponent element) protected voidJsonParser.composeOrganizationContactComponentProperties(Organization.OrganizationContactComponent element) protected booleanXmlParser.parseOrganizationContactComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Organization.OrganizationContactComponent res) protected voidJsonParser.parseOrganizationContactComponentProperties(com.google.gson.JsonObject json, Organization.OrganizationContactComponent res) -
Uses of Organization.OrganizationContactComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.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.r5.model that return types with arguments of type Organization.OrganizationContactComponentMethods in org.hl7.fhir.r5.model with parameters of type Organization.OrganizationContactComponentModifier and TypeMethodDescriptionOrganization.addContact(Organization.OrganizationContactComponent t) voidOrganization.OrganizationContactComponent.copyValues(Organization.OrganizationContactComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Organization.OrganizationContactComponentModifier and TypeMethodDescriptionOrganization.setContact(List<Organization.OrganizationContactComponent> theContact)