public static enum AppointmentResponse.ParticipantStatus extends Enum<AppointmentResponse.ParticipantStatus>
Enum Constant and Description |
---|
ACCEPTED
The participant has accepted the appointment.
|
DECLINED
The participant has declined the appointment and will not participate in the appointment.
|
NEEDSACTION
The participant needs to indicate if they accept the appointment by changing this status to one of the other statuses.
|
NULL
added to help the parsers with the generic types
|
TENTATIVE
The 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 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.FHIRException
public String toCode()
public String getSystem()
public String getDefinition()
public String getDisplay()
Copyright © 2014–2019 University Health Network. All rights reserved.