Uses of Class
ca.uhn.fhir.model.dstu2.resource.Location
-
Uses of Location in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionLocation.addIdentifier
(IdentifierDt theValue) Adds a given new value for identifier (id)Location.addTelecom
(ContactPointDt theValue) Adds a given new value for telecom ()Location.setAddress
(AddressDt theValue) Sets the value(s) for address ()Location.setDescription
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for description ()Location.setDescription
(String theString) Sets the value for description ()Location.setIdentifier
(List<IdentifierDt> theValue) Sets the value(s) for identifier (id)Location.setManagingOrganization
(ResourceReferenceDt theValue) Sets the value(s) for managingOrganization ()Location.setMode
(LocationModeEnum theValue) Sets the value(s) for mode (class)Location.setMode
(ca.uhn.fhir.model.primitive.BoundCodeDt<LocationModeEnum> theValue) Sets the value(s) for mode (class)Location.setName
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for name ()Sets the value for name ()Location.setPartOf
(ResourceReferenceDt theValue) Sets the value(s) for partOf ()Location.setPhysicalType
(CodeableConceptDt theValue) Sets the value(s) for physicalType (class)Location.setPosition
(Location.Position theValue) Sets the value(s) for position ()Location.setStatus
(LocationStatusEnum theValue) Sets the value(s) for status (status)Location.setStatus
(ca.uhn.fhir.model.primitive.BoundCodeDt<LocationStatusEnum> theValue) Sets the value(s) for status (status)Location.setTelecom
(List<ContactPointDt> theValue) Sets the value(s) for telecom ()Location.setType
(BoundCodeableConceptDt<LocationTypeEnum> theValue) Sets the value(s) for type (class)Location.setType
(LocationTypeEnum theValue) Sets the value(s) for type (class)