public static enum ResearchSubject.ResearchSubjectStatus extends Enum<ResearchSubject.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 with the generic types
|
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 ResearchSubject.ResearchSubjectStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ResearchSubject.ResearchSubjectStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResearchSubject.ResearchSubjectStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResearchSubject.ResearchSubjectStatus CANDIDATE
public static final ResearchSubject.ResearchSubjectStatus ENROLLED
public static final ResearchSubject.ResearchSubjectStatus ACTIVE
public static final ResearchSubject.ResearchSubjectStatus SUSPENDED
public static final ResearchSubject.ResearchSubjectStatus WITHDRAWN
public static final ResearchSubject.ResearchSubjectStatus COMPLETED
public static final ResearchSubject.ResearchSubjectStatus NULL
public static ResearchSubject.ResearchSubjectStatus[] values()
for (ResearchSubject.ResearchSubjectStatus c : ResearchSubject.ResearchSubjectStatus.values()) System.out.println(c);
public static ResearchSubject.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 ResearchSubject.ResearchSubjectStatus fromCode(String codeString) throws FHIRException
FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2017 University Health Network. All rights reserved.