Uses of Class
ca.uhn.fhir.model.dstu2.resource.Organization.Contact
-
Packages that use Organization.Contact Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Organization.Contact in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Organization.Contact Modifier and Type Method Description Organization.ContactOrganization. addContact()Adds and returns a new value for contact ()Organization.ContactOrganization.Contact. addTelecom(ContactPointDt theValue)Adds a given new value for telecom ()Organization.ContactOrganization. getContactFirstRep()Gets the first repetition for contact (), creating it if it does not already exist.Organization.ContactOrganization.Contact. setAddress(AddressDt theValue)Sets the value(s) for address ()Organization.ContactOrganization.Contact. setName(HumanNameDt theValue)Sets the value(s) for name ()Organization.ContactOrganization.Contact. setPurpose(CodeableConceptDt theValue)Sets the value(s) for purpose ()Organization.ContactOrganization.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.Contact Modifier and Type Method Description List<Organization.Contact>Organization. getContact()Gets the value(s) for contact ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Organization.Contact Modifier and Type Method Description OrganizationOrganization. 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.Contact Modifier and Type Method Description OrganizationOrganization. setContact(List<Organization.Contact> theValue)Sets the value(s) for contact ()
-