public enum Participationstatus extends Enum<Participationstatus>
| 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
|
TENTATIVE
The participant has tentatively accepted the appointment.
|
| Modifier and Type | Method and Description |
|---|---|
static Participationstatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Participationstatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Participationstatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Participationstatus ACCEPTED
public static final Participationstatus DECLINED
public static final Participationstatus TENTATIVE
public static final Participationstatus NEEDSACTION
public static final Participationstatus NULL
public static Participationstatus[] values()
for (Participationstatus c : Participationstatus.values()) System.out.println(c);
public static Participationstatus 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 Participationstatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.