Uses of Class
ca.uhn.fhir.model.dstu2.resource.Organization.Contact
-
Uses of Organization.Contact in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionOrganization.addContact
(Organization.Contact theValue) Adds a given new value for contact ()Modifier and TypeMethodDescriptionOrganization.setContact
(List<Organization.Contact> theValue) Sets the value(s) for contact ()