public enum ParticipantRequiredEnum extends Enum<ParticipantRequiredEnum>
| Enum Constant and Description |
|---|
INFORMATION_ONLY
Display: Information Only
Code Value: information-only The participant is excluded from the appointment, and may not be informed of the appointment taking place. |
OPTIONAL
Display: Optional
Code Value: optional The participant may optionally attend the appointment. |
REQUIRED
Display: Required
Code Value: required The participant is required to attend the appointment. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<ParticipantRequiredEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
ParticipantRequired
|
| Modifier and Type | Method and Description |
|---|---|
static ParticipantRequiredEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static ParticipantRequiredEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParticipantRequiredEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParticipantRequiredEnum REQUIRED
public static final ParticipantRequiredEnum OPTIONAL
public static final ParticipantRequiredEnum INFORMATION_ONLY
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<ParticipantRequiredEnum> VALUESET_BINDER
public static ParticipantRequiredEnum[] values()
for (ParticipantRequiredEnum c : ParticipantRequiredEnum.values()) System.out.println(c);
public static ParticipantRequiredEnum 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 ParticipantRequiredEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.