| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource |
| Modifier and Type | Method and Description |
|---|---|
Organization |
Organization.addAddress(AddressDt theValue)
Adds a given new value for address ()
|
Organization |
Organization.addContact(Organization.Contact theValue)
Adds a given new value for contact ()
|
Organization |
Organization.addIdentifier(IdentifierDt theValue)
Adds a given new value for identifier (id)
|
Organization |
Organization.addTelecom(ContactPointDt theValue)
Adds a given new value for telecom ()
|
Organization |
Organization.setActive(boolean theBoolean)
Sets the value for active (status)
|
Organization |
Organization.setActive(BooleanDt theValue)
Sets the value(s) for active (status)
|
Organization |
Organization.setAddress(List<AddressDt> theValue)
Sets the value(s) for address ()
|
Organization |
Organization.setContact(List<Organization.Contact> theValue)
Sets the value(s) for contact ()
|
Organization |
Organization.setIdentifier(List<IdentifierDt> theValue)
Sets the value(s) for identifier (id)
|
Organization |
Organization.setName(String theString)
Sets the value for name ()
|
Organization |
Organization.setName(StringDt theValue)
Sets the value(s) for name ()
|
Organization |
Organization.setPartOf(ResourceReferenceDt theValue)
Sets the value(s) for partOf ()
|
Organization |
Organization.setTelecom(List<ContactPointDt> theValue)
Sets the value(s) for telecom ()
|
Organization |
Organization.setType(BoundCodeableConceptDt<OrganizationTypeEnum> theValue)
Sets the value(s) for type (class)
|
Organization |
Organization.setType(OrganizationTypeEnum theValue)
Sets the value(s) for type (class)
|
Copyright © 2014–2016 University Health Network. All rights reserved.