public enum ResearchSubjectStatus extends Enum<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
|
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 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 ELIGIBLE
public static final ResearchSubjectStatus FOLLOWUP
public static final ResearchSubjectStatus INELIGIBLE
public static final ResearchSubjectStatus NOTREGISTERED
public static final ResearchSubjectStatus OFFSTUDY
public static final ResearchSubjectStatus ONSTUDY
public static final ResearchSubjectStatus ONSTUDYINTERVENTION
public static final ResearchSubjectStatus ONSTUDYOBSERVATION
public static final ResearchSubjectStatus PENDINGONSTUDY
public static final ResearchSubjectStatus POTENTIALCANDIDATE
public static final ResearchSubjectStatus SCREENING
public static final ResearchSubjectStatus WITHDRAWN
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 org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.