public static enum ResearchSubject.ResearchSubjectStatus extends Enum<ResearchSubject.ResearchSubjectStatus>
| Enum Constant and Description |
|---|
CANDIDATE
An identified person that can be considered for inclusion in a study.
|
ELIGIBLE
A person that has met the eligibility criteria for inclusion in a study.
|
FOLLOWUP
A person is no longer receiving study intervention and/or being evaluated with tests and procedures according to the protocol, but they are being monitored on a protocol-prescribed schedule.
|
INELIGIBLE
A person who did not meet one or more criteria required for participation in a study is considered to have failed screening or
is ineligible for the study.
|
NOTREGISTERED
A person for whom registration was not completed.
|
NULL
added to help the parsers with the generic types
|
OFFSTUDY
A person that has ended their participation on a study either because their treatment/observation is complete or through not
responding, withdrawal, non-compliance and/or adverse event.
|
ONSTUDY
A person that is enrolled or registered on a study.
|
ONSTUDYINTERVENTION
The person is receiving the treatment or participating in an activity (e.g.
|
ONSTUDYOBSERVATION
The subject is being evaluated via tests and assessments according to the study calendar, but is not receiving any intervention.
|
PENDINGONSTUDY
A person is pre-registered for a study.
|
POTENTIALCANDIDATE
A person that is potentially eligible for participation in the study.
|
SCREENING
A person who is being evaluated for eligibility for a study.
|
WITHDRAWN
The person has withdrawn their participation in the study before registration.
|
| 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 ELIGIBLE
public static final ResearchSubject.ResearchSubjectStatus FOLLOWUP
public static final ResearchSubject.ResearchSubjectStatus INELIGIBLE
public static final ResearchSubject.ResearchSubjectStatus NOTREGISTERED
public static final ResearchSubject.ResearchSubjectStatus OFFSTUDY
public static final ResearchSubject.ResearchSubjectStatus ONSTUDY
public static final ResearchSubject.ResearchSubjectStatus ONSTUDYINTERVENTION
public static final ResearchSubject.ResearchSubjectStatus ONSTUDYOBSERVATION
public static final ResearchSubject.ResearchSubjectStatus PENDINGONSTUDY
public static final ResearchSubject.ResearchSubjectStatus POTENTIALCANDIDATE
public static final ResearchSubject.ResearchSubjectStatus SCREENING
public static final ResearchSubject.ResearchSubjectStatus WITHDRAWN
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 org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.