public enum ResearchSubjectStatus extends Enum<ResearchSubjectStatus>
| Enum Constant and Description |
|---|
ACTIVE
The subject is currently being monitored and/or subject to treatment as part of the study
|
CANDIDATE
The subject has been identified as a potential participant in the study but has not yet agreed to participate
|
COMPLETED
All intended monitoring/treatment of the subject has been completed and their engagement with the study is now ended
|
ENROLLED
The subject has agreed to participate in the study but has not yet begun performing any action within the study
|
NULL
added to help the parsers
|
SUSPENDED
The subject has temporarily discontinued monitoring/treatment as part of the study
|
WITHDRAWN
The subject has permanently ended participation in the study prior to completion of the intended monitoring/treatment
|
| Modifier and Type | Method and Description |
|---|---|
static ResearchSubjectStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ResearchSubjectStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResearchSubjectStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResearchSubjectStatus CANDIDATE
public static final ResearchSubjectStatus ENROLLED
public static final ResearchSubjectStatus ACTIVE
public static final ResearchSubjectStatus SUSPENDED
public static final ResearchSubjectStatus WITHDRAWN
public static final ResearchSubjectStatus COMPLETED
public static final ResearchSubjectStatus NULL
public static ResearchSubjectStatus[] values()
for (ResearchSubjectStatus c : ResearchSubjectStatus.values()) System.out.println(c);
public static ResearchSubjectStatus 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 ResearchSubjectStatus fromCode(String codeString) throws FHIRException
FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2017 University Health Network. All rights reserved.