Enum Constant Summary
Enum Constants
The information sought by the study has been gathered and compiled and no further work is being performed
The study is undergoing design but the process of selecting study subjects and capturing data has not yet begun.
This study never actually existed.
The study is currently being executed
added to help the parsers
The study was terminated prior to the final determination of results
Execution of the study has been temporarily paused
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
DRAFT
The study is undergoing design but the process of selecting study subjects and capturing data has not yet begun.
INPROGRESS
The study is currently being executed
SUSPENDED
Execution of the study has been temporarily paused
STOPPED
The study was terminated prior to the final determination of results
COMPLETED
The information sought by the study has been gathered and compiled and no further work is being performed
ENTEREDINERROR
This study never actually existed. The record is retained for tracking purposes in the event decisions may have been made based on this erroneous information.
NULL
added to help the parsers
Method Details
values
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
Parameters:
name
- the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null
fromCode
Throws:
org.hl7.fhir.exceptions.FHIRException