public static enum AppointmentResponse.ParticipantStatus extends Enum<AppointmentResponse.ParticipantStatus>
| Enum Constant and Description |
|---|
ACCEPTED
The appointment participant has accepted that they can attend the appointment at the time specified in the AppointmentResponse.
|
COMPLETED
The participant has completed the appointment.
|
DECLINED
The appointment participant has declined the appointment.
|
INPROCESS
The participant has in-process the appointment.
|
NEEDSACTION
This is the intitial status of an appointment participant until a participant has replied.
|
NULL
added to help the parsers
|
TENTATIVE
The appointment participant has tentatively accepted the appointment.
|
| Modifier and Type | Method and Description |
|---|---|
static AppointmentResponse.ParticipantStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static AppointmentResponse.ParticipantStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppointmentResponse.ParticipantStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppointmentResponse.ParticipantStatus ACCEPTED
public static final AppointmentResponse.ParticipantStatus DECLINED
public static final AppointmentResponse.ParticipantStatus TENTATIVE
public static final AppointmentResponse.ParticipantStatus INPROCESS
public static final AppointmentResponse.ParticipantStatus COMPLETED
public static final AppointmentResponse.ParticipantStatus NEEDSACTION
public static final AppointmentResponse.ParticipantStatus NULL
public static AppointmentResponse.ParticipantStatus[] values()
for (AppointmentResponse.ParticipantStatus c : AppointmentResponse.ParticipantStatus.values()) System.out.println(c);
public static AppointmentResponse.ParticipantStatus 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 AppointmentResponse.ParticipantStatus 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.