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