Package org.hl7.fhir.dstu3.model
Enum ResearchStudy.ResearchStudyStatus
java.lang.Object
java.lang.Enum<ResearchStudy.ResearchStudyStatus>
org.hl7.fhir.dstu3.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 ConstantDescriptionThe information sought by the study has been gathered and compiled and no further work is being performedThe 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 executedadded to help the parsers with the generic typesThe study was terminated prior to the final determination of resultsExecution of the study has been temporarily paused -
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
-
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 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
-