public enum MessageReasonEncounter extends Enum<MessageReasonEncounter>
| Enum Constant and Description |
|---|
ABSENT
The patient has temporarily left the institution.
|
ADMIT
The patient has been admitted.
|
DISCHARGE
The patient has been discharged.
|
EDIT
Encounter details have been updated (e.g.
|
MOVED
The patient has been moved to a new location.
|
NULL
added to help the parsers
|
RETURN
The patient has returned from a temporary absence.
|
| Modifier and Type | Method and Description |
|---|---|
static MessageReasonEncounter |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static MessageReasonEncounter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageReasonEncounter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageReasonEncounter ADMIT
public static final MessageReasonEncounter DISCHARGE
public static final MessageReasonEncounter ABSENT
public static final MessageReasonEncounter RETURN
public static final MessageReasonEncounter MOVED
public static final MessageReasonEncounter EDIT
public static final MessageReasonEncounter NULL
public static MessageReasonEncounter[] values()
for (MessageReasonEncounter c : MessageReasonEncounter.values()) System.out.println(c);
public static MessageReasonEncounter 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 MessageReasonEncounter 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.