Enum Constant Summary
Enum Constants
Study is opened for accrual.
Study is completed prematurely and will not resume; patients are no longer
examined nor treated.
Protocol is approved by the review board.
Study is closed for accrual; patients can be examined and treated.
Study is closed to accrual and intervention, i.e.
Study is closed to accrual and intervention, i.e.
Protocol was disapproved by the review board.
Protocol is submitted to the review board for approval.
added to help the parsers
Study is temporarily closed for accrual; can be potentially resumed in the
future; patients can be examined and treated.
Study is temporarily closed for accrual and intervention and potentially can
be resumed in the future.
Protocol was withdrawn by the lead organization.
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
ACTIVE
Study is opened for accrual.
ADMINISTRATIVELYCOMPLETED
Study is completed prematurely and will not resume; patients are no longer
examined nor treated.
APPROVED
Protocol is approved by the review board.
CLOSEDTOACCRUAL
Study is closed for accrual; patients can be examined and treated.
CLOSEDTOACCRUALANDINTERVENTION
Study is closed to accrual and intervention, i.e. the study is closed to
enrollment, all study subjects have completed treatment or intervention but
are still being followed according to the primary objective of the study.
COMPLETED
Study is closed to accrual and intervention, i.e. the study is closed to
enrollment, all study subjects have completed treatment or intervention but
are still being followed according to the primary objective of the study.
DISAPPROVED
Protocol was disapproved by the review board.
INREVIEW
Protocol is submitted to the review board for approval.
TEMPORARILYCLOSEDTOACCRUAL
Study is temporarily closed for accrual; can be potentially resumed in the
future; patients can be examined and treated.
TEMPORARILYCLOSEDTOACCRUALANDINTERVENTION
Study is temporarily closed for accrual and intervention and potentially can
be resumed in the future.
WITHDRAWN
Protocol was withdrawn by the lead organization.
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