Uses of Class
ca.uhn.fhir.model.dstu2.resource.SearchParameter.Contact
-
Uses of SearchParameter.Contact in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionSearchParameter.addContact()
Adds and returns a new value for contact ()SearchParameter.Contact.addTelecom
(ContactPointDt theValue) Adds a given new value for telecom ()SearchParameter.getContactFirstRep()
Gets the first repetition for contact (), creating it if it does not already exist.SearchParameter.Contact.setName
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for name ()Sets the value for name ()SearchParameter.Contact.setTelecom
(List<ContactPointDt> theValue) Sets the value(s) for telecom ()Modifier and TypeMethodDescriptionSearchParameter.addContact
(SearchParameter.Contact theValue) Adds a given new value for contact ()Modifier and TypeMethodDescriptionSearchParameter.setContact
(List<SearchParameter.Contact> theValue) Sets the value(s) for contact ()