Package org.hl7.fhir.r4.model
Enum ResearchStudy.ResearchStudyStatus
java.lang.Object
java.lang.Enum<ResearchStudy.ResearchStudyStatus>
org.hl7.fhir.r4.model.ResearchStudy.ResearchStudyStatus
- All Implemented Interfaces:
Serializable
,Comparable<ResearchStudy.ResearchStudyStatus>
- Enclosing class:
ResearchStudy
public static enum ResearchStudy.ResearchStudyStatus
extends Enum<ResearchStudy.ResearchStudyStatus>
-
Enum Constant Summary
Enum ConstantDescriptionStudy 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 with the generic typesStudy 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
Modifier and TypeMethodDescriptiontoCode()
Returns the enum constant of this type with the specified name.static ResearchStudy.ResearchStudyStatus[]
values()
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 with the generic types
-
-
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 nameNullPointerException
- if the argument is null
-
fromCode
public static ResearchStudy.ResearchStudyStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-