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