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(ca.uhn.fhir.model.primitive.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(ca.uhn.fhir.model.primitive.StringDt theValue) |
Sets the value(s) for name ()
|
Organization |
Organization.setName(String theString) |
Sets the value 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(CodeableConceptDt theValue) |
Sets the value(s) for type (class)
|