public static enum Encounter.EncounterLocationStatus extends Enum<Encounter.EncounterLocationStatus>
| Enum Constant and Description |
|---|
ACTIVE
The patient is currently at this location, or was between the period specified.
|
COMPLETED
The patient was at this location during the period specified.
|
NULL
added to help the parsers with the generic types
|
PLANNED
The patient is planned to be moved to this location at some point in the future.
|
RESERVED
This location is held empty for this patient.
|
| Modifier and Type | Method and Description |
|---|---|
static Encounter.EncounterLocationStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Encounter.EncounterLocationStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Encounter.EncounterLocationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Encounter.EncounterLocationStatus PLANNED
public static final Encounter.EncounterLocationStatus ACTIVE
public static final Encounter.EncounterLocationStatus RESERVED
public static final Encounter.EncounterLocationStatus COMPLETED
public static final Encounter.EncounterLocationStatus NULL
public static Encounter.EncounterLocationStatus[] values()
for (Encounter.EncounterLocationStatus c : Encounter.EncounterLocationStatus.values()) System.out.println(c);
public static Encounter.EncounterLocationStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static Encounter.EncounterLocationStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.