public static enum CarePlan.CarePlanActivityStatus extends Enum<CarePlan.CarePlanActivityStatus>
| Enum Constant and Description |
|---|
CANCELLED
The activities have been ended prior to completion (perhaps even before they were started).
|
COMPLETED
The activities have 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
|
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.
|
| 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 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.