Package org.hl7.fhir.r4.model
Enum ResearchSubject.ResearchSubjectStatus
java.lang.Object
java.lang.Enum<ResearchSubject.ResearchSubjectStatus>
org.hl7.fhir.r4.model.ResearchSubject.ResearchSubjectStatus
- All Implemented Interfaces:
Serializable
,Comparable<ResearchSubject.ResearchSubjectStatus>
- Enclosing class:
ResearchSubject
public static enum ResearchSubject.ResearchSubjectStatus
extends Enum<ResearchSubject.ResearchSubjectStatus>
-
Enum Constant Summary
Enum ConstantDescriptionAn identified person that can be considered for inclusion in a study.A person that has met the eligibility criteria for inclusion in a study.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.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.A person for whom registration was not completed.added to help the parsers with the generic typesA 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.A person that is enrolled or registered on a study.The person is receiving the treatment or participating in an activity (e.g.The subject is being evaluated via tests and assessments according to the study calendar, but is not receiving any intervention.A person is pre-registered for a study.A person that is potentially eligible for participation in the study.A person who is being evaluated for eligibility for a study.The person has withdrawn their participation in the study before registration. -
Method Summary
-
Enum Constant Details
-
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. -
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. yoga, diet, etc.) that the study is evaluating. -
ONSTUDYOBSERVATION
The subject is being evaluated via tests and assessments according to the study calendar, but is not receiving any intervention. Note that this state is study-dependent and might not exist in all studies. A synonym for this is "short-term follow-up". -
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. -
NULL
added to help the parsers with the generic types
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
public static ResearchSubject.ResearchSubjectStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-