public enum ParticipationStatusEnum extends Enum<ParticipationStatusEnum>
| Enum Constant and Description |
|---|
ACCEPTED
Display: Accepted
Code Value: accepted The participant has accepted the appointment. |
DECLINED
Display: Declined
Code Value: declined The participant has declined the appointment and will not participate in the appointment. |
NEEDS_ACTION
Display: Needs Action
Code Value: needs-action The participant needs to indicate if they accept the appointment by changing this status to one of the other statuses. |
TENTATIVE
Display: Tentative
Code Value: tentative The participant has tentatively accepted the appointment. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<ParticipationStatusEnum> |
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:
ParticipationStatus
|
| Modifier and Type | Method and Description |
|---|---|
static ParticipationStatusEnum |
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 ParticipationStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParticipationStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParticipationStatusEnum ACCEPTED
public static final ParticipationStatusEnum DECLINED
public static final ParticipationStatusEnum TENTATIVE
public static final ParticipationStatusEnum NEEDS_ACTION
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<ParticipationStatusEnum> VALUESET_BINDER
public static ParticipationStatusEnum[] values()
for (ParticipationStatusEnum c : ParticipationStatusEnum.values()) System.out.println(c);
public static ParticipationStatusEnum 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 ParticipationStatusEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.