public enum ResearchStudyStatus extends Enum<ResearchStudyStatus>
| Enum Constant and Description |
|---|
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.
|
COMPLETED
Study is closed to accrual and intervention, i.e.
|
DISAPPROVED
Protocol was disapproved by the review board.
|
INREVIEW
Protocol is submitted to the review board for approval.
|
NULL
added to help the parsers
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static ResearchStudyStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ResearchStudyStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResearchStudyStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResearchStudyStatus ACTIVE
public static final ResearchStudyStatus ADMINISTRATIVELYCOMPLETED
public static final ResearchStudyStatus APPROVED
public static final ResearchStudyStatus CLOSEDTOACCRUAL
public static final ResearchStudyStatus CLOSEDTOACCRUALANDINTERVENTION
public static final ResearchStudyStatus COMPLETED
public static final ResearchStudyStatus DISAPPROVED
public static final ResearchStudyStatus INREVIEW
public static final ResearchStudyStatus TEMPORARILYCLOSEDTOACCRUAL
public static final ResearchStudyStatus TEMPORARILYCLOSEDTOACCRUALANDINTERVENTION
public static final ResearchStudyStatus WITHDRAWN
public static final ResearchStudyStatus NULL
public static ResearchStudyStatus[] values()
for (ResearchStudyStatus c : ResearchStudyStatus.values()) System.out.println(c);
public static 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 ResearchStudyStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.