| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Location.LocationStatus> |
Location.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Location.LocationStatus |
Location.LocationStatus.fromCode(String codeString) |
Location.LocationStatus |
Location.LocationStatusEnumFactory.fromCode(String codeString) |
Location.LocationStatus |
Location.getStatus() |
static Location.LocationStatus |
Location.LocationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Location.LocationStatus[] |
Location.LocationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Location.LocationStatus> |
Location.LocationStatusEnumFactory.fromType(Base code) |
Enumeration<Location.LocationStatus> |
Location.getStatusElement() |
| Modifier and Type | Method and Description |
|---|---|
Location |
Location.setStatus(Location.LocationStatus value) |
String |
Location.LocationStatusEnumFactory.toCode(Location.LocationStatus code) |
String |
Location.LocationStatusEnumFactory.toSystem(Location.LocationStatus code) |
| Modifier and Type | Method and Description |
|---|---|
Location |
Location.setStatusElement(Enumeration<Location.LocationStatus> value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.