Location.Builder |
Location.Builder.address(Address address) |
Physical location.
|
Location.Builder |
Location.Builder.alias(java.lang.String... alias) |
Convenience method for setting alias .
|
Location.Builder |
Location.Builder.alias(java.util.Collection<String> alias) |
A list of alternate names that the location is known as, or was known as, in the past.
|
Location.Builder |
Location.Builder.alias(String... alias) |
A list of alternate names that the location is known as, or was known as, in the past.
|
Location.Builder |
Location.Builder.availabilityExceptions(java.lang.String availabilityExceptions) |
Convenience method for setting availabilityExceptions .
|
Location.Builder |
Location.Builder.availabilityExceptions(String availabilityExceptions) |
A description of when the locations opening ours are different to normal, e.g.
|
static Location.Builder |
Location.builder() |
|
Location.Builder |
Location.Builder.contained(java.util.Collection<Resource> contained) |
These resources do not have an independent existence apart from the resource that contains them - they cannot be
identified independently, and nor can they have their own independent transaction scope.
|
Location.Builder |
Location.Builder.contained(Resource... contained) |
These resources do not have an independent existence apart from the resource that contains them - they cannot be
identified independently, and nor can they have their own independent transaction scope.
|
Location.Builder |
Location.Builder.description(java.lang.String description) |
Convenience method for setting description .
|
Location.Builder |
Location.Builder.description(String description) |
Description of the Location, which helps in finding or referencing the place.
|
Location.Builder |
Location.Builder.endpoint(java.util.Collection<Reference> endpoint) |
Technical endpoints providing access to services operated for the location.
|
Location.Builder |
Location.Builder.endpoint(Reference... endpoint) |
Technical endpoints providing access to services operated for the location.
|
Location.Builder |
Location.Builder.extension(java.util.Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
Location.Builder |
Location.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
protected Location.Builder |
Location.Builder.from(Location location) |
|
Location.Builder |
Location.Builder.hoursOfOperation(java.util.Collection<Location.HoursOfOperation> hoursOfOperation) |
What days/times during a week is this location usually open.
|
Location.Builder |
Location.Builder.hoursOfOperation(Location.HoursOfOperation... hoursOfOperation) |
What days/times during a week is this location usually open.
|
Location.Builder |
Location.Builder.id(java.lang.String id) |
The logical id of the resource, as used in the URL for the resource.
|
Location.Builder |
Location.Builder.identifier(java.util.Collection<Identifier> identifier) |
Unique code or number identifying the location to its users.
|
Location.Builder |
Location.Builder.identifier(Identifier... identifier) |
Unique code or number identifying the location to its users.
|
Location.Builder |
Location.Builder.implicitRules(Uri implicitRules) |
A reference to a set of rules that were followed when the resource was constructed, and which must be understood when
processing the content.
|
Location.Builder |
Location.Builder.language(Code language) |
The base language in which the resource is written.
|
Location.Builder |
Location.Builder.managingOrganization(Reference managingOrganization) |
The organization responsible for the provisioning and upkeep of the location.
|
Location.Builder |
Location.Builder.meta(Meta meta) |
The metadata about the resource.
|
Location.Builder |
Location.Builder.mode(LocationMode mode) |
Indicates whether a resource instance represents a specific location or a class of locations.
|
Location.Builder |
Location.Builder.modifierExtension(java.util.Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the resource and that
modifies the understanding of the element that contains it and/or the understanding of the containing element's
descendants.
|
Location.Builder |
Location.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the resource and that
modifies the understanding of the element that contains it and/or the understanding of the containing element's
descendants.
|
Location.Builder |
Location.Builder.name(java.lang.String name) |
Convenience method for setting name .
|
Location.Builder |
Location.Builder.name(String name) |
Name of the location as used by humans.
|
Location.Builder |
Location.Builder.operationalStatus(Coding operationalStatus) |
The operational status covers operation values most relevant to beds (but can also apply to rooms/units/chairs/etc.
|
Location.Builder |
Location.Builder.partOf(Reference partOf) |
Another Location of which this Location is physically a part of.
|
Location.Builder |
Location.Builder.physicalType(CodeableConcept physicalType) |
Physical form of the location, e.g.
|
Location.Builder |
Location.Builder.position(Location.Position position) |
The absolute geographic location of the Location, expressed using the WGS84 datum (This is the same co-ordinate system
used in KML).
|
Location.Builder |
Location.Builder.status(LocationStatus status) |
The status property covers the general availability of the resource, not the current value which may be covered by the
operationStatus, or by a schedule/slots if they are configured for the location.
|
Location.Builder |
Location.Builder.telecom(java.util.Collection<ContactPoint> telecom) |
The contact details of communication devices available at the location.
|
Location.Builder |
Location.Builder.telecom(ContactPoint... telecom) |
The contact details of communication devices available at the location.
|
Location.Builder |
Location.Builder.text(Narrative text) |
A human-readable narrative that contains a summary of the resource and can be used to represent the content of the
resource to a human.
|
Location.Builder |
Location.toBuilder() |
|
Location.Builder |
Location.Builder.type(java.util.Collection<CodeableConcept> type) |
Indicates the type of function performed at the location.
|
Location.Builder |
Location.Builder.type(CodeableConcept... type) |
Indicates the type of function performed at the location.
|