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