Uses of Class
ca.uhn.fhir.model.dstu2.resource.Organization
Packages that use Organization
-
Uses of Organization in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return OrganizationModifier and TypeMethodDescriptionOrganization.addAddress(AddressDt theValue)Adds a given new value for address ()Organization.addContact(Organization.Contact theValue)Adds a given new value for contact ()Organization.addIdentifier(IdentifierDt theValue)Adds a given new value for identifier (id)Organization.addTelecom(ContactPointDt theValue)Adds a given new value for telecom ()Organization.setActive(boolean theBoolean)Sets the value for active (status)Organization.setActive(ca.uhn.fhir.model.primitive.BooleanDt theValue)Sets the value(s) for active (status)Organization.setAddress(List<AddressDt> theValue)Sets the value(s) for address ()Organization.setContact(List<Organization.Contact> theValue)Sets the value(s) for contact ()Organization.setIdentifier(List<IdentifierDt> theValue)Sets the value(s) for identifier (id)Organization.setName(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for name ()Sets the value for name ()Organization.setPartOf(ResourceReferenceDt theValue)Sets the value(s) for partOf ()Organization.setTelecom(List<ContactPointDt> theValue)Sets the value(s) for telecom ()Organization.setType(CodeableConceptDt theValue)Sets the value(s) for type (class)