Uses of Class
ca.uhn.fhir.model.dstu2.resource.SearchParameter.Contact
-
Packages that use SearchParameter.Contact Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of SearchParameter.Contact in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return SearchParameter.Contact Modifier and Type Method Description SearchParameter.ContactSearchParameter. addContact()Adds and returns a new value for contact ()SearchParameter.ContactSearchParameter.Contact. addTelecom(ContactPointDt theValue)Adds a given new value for telecom ()SearchParameter.ContactSearchParameter. getContactFirstRep()Gets the first repetition for contact (), creating it if it does not already exist.SearchParameter.ContactSearchParameter.Contact. setName(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for name ()SearchParameter.ContactSearchParameter.Contact. setName(String theString)Sets the value for name ()SearchParameter.ContactSearchParameter.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 SearchParameter.Contact Modifier and Type Method Description List<SearchParameter.Contact>SearchParameter. getContact()Gets the value(s) for contact ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type SearchParameter.Contact Modifier and Type Method Description SearchParameterSearchParameter. addContact(SearchParameter.Contact theValue)Adds a given new value for contact ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type SearchParameter.Contact Modifier and Type Method Description SearchParameterSearchParameter. setContact(List<SearchParameter.Contact> theValue)Sets the value(s) for contact ()
-