
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Organization.Contact
Packages that use Organization.Contact
-
Uses of Organization.Contact in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Organization.ContactModifier and TypeMethodDescriptionOrganization.addContact()
Adds and returns a new value for contact ()Organization.Contact.addTelecom
(ContactPointDt theValue) Adds a given new value for telecom ()Organization.getContactFirstRep()
Gets the first repetition for contact (), creating it if it does not already exist.Organization.Contact.setAddress
(AddressDt theValue) Sets the value(s) for address ()Organization.Contact.setName
(HumanNameDt theValue) Sets the value(s) for name ()Organization.Contact.setPurpose
(CodeableConceptDt theValue) Sets the value(s) for purpose ()Organization.Contact.setTelecom
(List<ContactPointDt> theValue) Sets the value(s) for telecom ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Organization.ContactMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type Organization.ContactModifier and TypeMethodDescriptionOrganization.addContact
(Organization.Contact theValue) Adds a given new value for contact ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Organization.ContactModifier and TypeMethodDescriptionOrganization.setContact
(List<Organization.Contact> theValue) Sets the value(s) for contact ()