public static enum CarePlan.CarePlanActivityStatus extends Enum<CarePlan.CarePlanActivityStatus>
| Enum Constant and Description |
|---|
CANCELLED
The planned activity has been withdrawn.
|
COMPLETED
The activity has been completed (more or less) as planned.
|
INPROGRESS
Activity has been started but is not yet complete.
|
NOTSTARTED
Activity is planned but no action has yet been taken.
|
NULL
added to help the parsers with the generic types
|
ONHOLD
Activity was started but has temporarily ceased with an expectation of resumption at a future time.
|
SCHEDULED
Appointment or other booking has occurred but activity has not yet begun.
|
STOPPED
The planned activity has been ended prior to completion after the activity was started.
|
UNKNOWN
The current state of the activity is not known.
|
| Modifier and Type | Method and Description |
|---|---|
static CarePlan.CarePlanActivityStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static CarePlan.CarePlanActivityStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CarePlan.CarePlanActivityStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CarePlan.CarePlanActivityStatus NOTSTARTED
public static final CarePlan.CarePlanActivityStatus SCHEDULED
public static final CarePlan.CarePlanActivityStatus INPROGRESS
public static final CarePlan.CarePlanActivityStatus ONHOLD
public static final CarePlan.CarePlanActivityStatus COMPLETED
public static final CarePlan.CarePlanActivityStatus CANCELLED
public static final CarePlan.CarePlanActivityStatus STOPPED
public static final CarePlan.CarePlanActivityStatus UNKNOWN
public static final CarePlan.CarePlanActivityStatus NULL
public static CarePlan.CarePlanActivityStatus[] values()
for (CarePlan.CarePlanActivityStatus c : CarePlan.CarePlanActivityStatus.values()) System.out.println(c);
public static CarePlan.CarePlanActivityStatus 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 CarePlan.CarePlanActivityStatus 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.