public enum ParticipantStatusEnum extends Enum<ParticipantStatusEnum>
| Enum Constant and Description |
|---|
ACCEPTED
Display: Accepted
Code Value: accepted The appointment participant has accepted that they can attend the appointment at the time specified in the AppointmentResponse. |
COMPLETED
Display: Completed
Code Value: completed The participant has completed the appointment. |
DECLINED
Display: Declined
Code Value: declined The appointment participant has declined the appointment. |
IN_PROCESS
Display: In Process
Code Value: in-process The participant has in-process the appointment. |
NEEDS_ACTION
Display: Needs Action
Code Value: needs-action This is the intitial status of an appointment participant until a participant has replied. |
TENTATIVE
Display: Tentative
Code Value: tentative The appointment participant has tentatively accepted the appointment. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<ParticipantStatusEnum> |
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:
ParticipantStatus
|
| Modifier and Type | Method and Description |
|---|---|
static ParticipantStatusEnum |
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 ParticipantStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParticipantStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParticipantStatusEnum ACCEPTED
public static final ParticipantStatusEnum DECLINED
public static final ParticipantStatusEnum TENTATIVE
public static final ParticipantStatusEnum IN_PROCESS
public static final ParticipantStatusEnum COMPLETED
public static final ParticipantStatusEnum NEEDS_ACTION
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<ParticipantStatusEnum> VALUESET_BINDER
public static ParticipantStatusEnum[] values()
for (ParticipantStatusEnum c : ParticipantStatusEnum.values()) System.out.println(c);
public static ParticipantStatusEnum 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 ParticipantStatusEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.