| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Location.LocationMode> |
Location.mode
Indicates whether a resource instance represents a specific location or a class of locations.
|
| Modifier and Type | Method and Description |
|---|---|
static Location.LocationMode |
Location.LocationMode.fromCode(String codeString) |
Location.LocationMode |
Location.LocationModeEnumFactory.fromCode(String codeString) |
Location.LocationMode |
Location.getMode() |
static Location.LocationMode |
Location.LocationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Location.LocationMode[] |
Location.LocationMode.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.LocationMode> |
Location.LocationModeEnumFactory.fromType(Base code) |
Enumeration<Location.LocationMode> |
Location.getModeElement() |
| Modifier and Type | Method and Description |
|---|---|
Location |
Location.setMode(Location.LocationMode value) |
String |
Location.LocationModeEnumFactory.toCode(Location.LocationMode code) |
String |
Location.LocationModeEnumFactory.toSystem(Location.LocationMode code) |
| Modifier and Type | Method and Description |
|---|---|
Location |
Location.setModeElement(Enumeration<Location.LocationMode> value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.