public static enum ResearchStudy.ResearchStudyStatus extends Enum<ResearchStudy.ResearchStudyStatus>
| Enum Constant and Description |
|---|
COMPLETED
The information sought by the study has been gathered and compiled and no further work is being performed
|
DRAFT
The study is undergoing design but the process of selecting study subjects and capturing data has not yet begun.
|
ENTEREDINERROR
This study never actually existed.
|
INPROGRESS
The study is currently being executed
|
NULL
added to help the parsers with the generic types
|
STOPPED
The study was terminated prior to the final determination of results
|
SUSPENDED
Execution of the study has been temporarily paused
|
| Modifier and Type | Method and Description |
|---|---|
static ResearchStudy.ResearchStudyStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ResearchStudy.ResearchStudyStatus |
valueOf(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.
|
public static final ResearchStudy.ResearchStudyStatus DRAFT
public static final ResearchStudy.ResearchStudyStatus INPROGRESS
public static final ResearchStudy.ResearchStudyStatus SUSPENDED
public static final ResearchStudy.ResearchStudyStatus STOPPED
public static final ResearchStudy.ResearchStudyStatus COMPLETED
public static final ResearchStudy.ResearchStudyStatus ENTEREDINERROR
public static final ResearchStudy.ResearchStudyStatus NULL
public static ResearchStudy.ResearchStudyStatus[] values()
for (ResearchStudy.ResearchStudyStatus c : ResearchStudy.ResearchStudyStatus.values()) System.out.println(c);
public static ResearchStudy.ResearchStudyStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ResearchStudy.ResearchStudyStatus fromCode(String codeString) throws FHIRException
FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2017 University Health Network. All rights reserved.