public static enum Encounter.EncounterState extends Enum<Encounter.EncounterState>
| Enum Constant and Description |
|---|
ARRIVED
The Patient is present for the encounter, however is not currently meeting with a practitioner.
|
CANCELLED
The Encounter has ended before it has begun.
|
FINISHED
The Encounter has ended.
|
INPROGRESS
The Encounter has begun and the patient is present / the practitioner and the patient are meeting.
|
NULL
added to help the parsers
|
ONLEAVE
The Encounter has begun, but the patient is temporarily on leave.
|
PLANNED
The Encounter has not yet started.
|
| Modifier and Type | Method and Description |
|---|---|
static Encounter.EncounterState |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Encounter.EncounterState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Encounter.EncounterState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Encounter.EncounterState PLANNED
public static final Encounter.EncounterState ARRIVED
public static final Encounter.EncounterState INPROGRESS
public static final Encounter.EncounterState ONLEAVE
public static final Encounter.EncounterState FINISHED
public static final Encounter.EncounterState CANCELLED
public static final Encounter.EncounterState NULL
public static Encounter.EncounterState[] values()
for (Encounter.EncounterState c : Encounter.EncounterState.values()) System.out.println(c);
public static Encounter.EncounterState 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.EncounterState fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.