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 Constants Enum Constant Description ACTIVEStudy is opened for accrual.ADMINISTRATIVELYCOMPLETEDStudy is completed prematurely and will not resume; patients are no longer examined nor treated.APPROVEDProtocol is approved by the review board.CLOSEDTOACCRUALStudy is closed for accrual; patients can be examined and treated.CLOSEDTOACCRUALANDINTERVENTIONStudy is closed to accrual and intervention, i.e.COMPLETEDStudy is closed to accrual and intervention, i.e.DISAPPROVEDProtocol was disapproved by the review board.INREVIEWProtocol is submitted to the review board for approval.NULLadded to help the parsers with the generic typesTEMPORARILYCLOSEDTOACCRUALStudy is temporarily closed for accrual; can be potentially resumed in the future; patients can be examined and treated.TEMPORARILYCLOSEDTOACCRUALANDINTERVENTIONStudy is temporarily closed for accrual and intervention and potentially can be resumed in the future.WITHDRAWNProtocol was withdrawn by the lead organization.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResearchStudy.ResearchStudyStatusfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static ResearchStudy.ResearchStudyStatusvalueOf(String name)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 Detail
-
ACTIVE
public static final ResearchStudy.ResearchStudyStatus ACTIVE
Study is opened for accrual.
-
ADMINISTRATIVELYCOMPLETED
public static final ResearchStudy.ResearchStudyStatus ADMINISTRATIVELYCOMPLETED
Study is completed prematurely and will not resume; patients are no longer examined nor treated.
-
APPROVED
public static final ResearchStudy.ResearchStudyStatus APPROVED
Protocol is approved by the review board.
-
CLOSEDTOACCRUAL
public static final ResearchStudy.ResearchStudyStatus CLOSEDTOACCRUAL
Study is closed for accrual; patients can be examined and treated.
-
CLOSEDTOACCRUALANDINTERVENTION
public static final ResearchStudy.ResearchStudyStatus 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
public static final ResearchStudy.ResearchStudyStatus 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
public static final ResearchStudy.ResearchStudyStatus DISAPPROVED
Protocol was disapproved by the review board.
-
INREVIEW
public static final ResearchStudy.ResearchStudyStatus INREVIEW
Protocol is submitted to the review board for approval.
-
TEMPORARILYCLOSEDTOACCRUAL
public static final ResearchStudy.ResearchStudyStatus TEMPORARILYCLOSEDTOACCRUAL
Study is temporarily closed for accrual; can be potentially resumed in the future; patients can be examined and treated.
-
TEMPORARILYCLOSEDTOACCRUALANDINTERVENTION
public static final ResearchStudy.ResearchStudyStatus TEMPORARILYCLOSEDTOACCRUALANDINTERVENTION
Study is temporarily closed for accrual and intervention and potentially can be resumed in the future.
-
WITHDRAWN
public static final ResearchStudy.ResearchStudyStatus WITHDRAWN
Protocol was withdrawn by the lead organization.
-
NULL
public static final ResearchStudy.ResearchStudyStatus NULL
added to help the parsers with the generic types
-
-
Method Detail
-
values
public static ResearchStudy.ResearchStudyStatus[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ResearchStudy.ResearchStudyStatus c : ResearchStudy.ResearchStudyStatus.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ResearchStudy.ResearchStudyStatus valueOf(String name)
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
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-