| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource |
| Modifier and Type | Method and Description |
|---|---|
SearchParameter.Contact |
SearchParameter.addContact()
Adds and returns a new value for contact ()
|
SearchParameter.Contact |
SearchParameter.Contact.addTelecom(ContactPointDt theValue)
Adds a given new value for telecom ()
|
SearchParameter.Contact |
SearchParameter.getContactFirstRep()
Gets the first repetition for contact (),
creating it if it does not already exist.
|
SearchParameter.Contact |
SearchParameter.Contact.setName(String theString)
Sets the value for name ()
|
SearchParameter.Contact |
SearchParameter.Contact.setName(StringDt theValue)
Sets the value(s) for name ()
|
SearchParameter.Contact |
SearchParameter.Contact.setTelecom(List<ContactPointDt> theValue)
Sets the value(s) for telecom ()
|
| Modifier and Type | Method and Description |
|---|---|
List<SearchParameter.Contact> |
SearchParameter.getContact()
Gets the value(s) for contact ().
|
| Modifier and Type | Method and Description |
|---|---|
SearchParameter |
SearchParameter.addContact(SearchParameter.Contact theValue)
Adds a given new value for contact ()
|
| Modifier and Type | Method and Description |
|---|---|
SearchParameter |
SearchParameter.setContact(List<SearchParameter.Contact> theValue)
Sets the value(s) for contact ()
|
Copyright © 2014–2016 University Health Network. All rights reserved.