public static enum ResearchStudy.ResearchStudyStatus extends Enum<ResearchStudy.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 with the generic types
|
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 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 ACTIVE
public static final ResearchStudy.ResearchStudyStatus ADMINISTRATIVELYCOMPLETED
public static final ResearchStudy.ResearchStudyStatus APPROVED
public static final ResearchStudy.ResearchStudyStatus CLOSEDTOACCRUAL
public static final ResearchStudy.ResearchStudyStatus CLOSEDTOACCRUALANDINTERVENTION
public static final ResearchStudy.ResearchStudyStatus COMPLETED
public static final ResearchStudy.ResearchStudyStatus DISAPPROVED
public static final ResearchStudy.ResearchStudyStatus INREVIEW
public static final ResearchStudy.ResearchStudyStatus TEMPORARILYCLOSEDTOACCRUAL
public static final ResearchStudy.ResearchStudyStatus TEMPORARILYCLOSEDTOACCRUALANDINTERVENTION
public static final ResearchStudy.ResearchStudyStatus WITHDRAWN
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 org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.