Class ResearchSubjectStatus
- java.lang.Object
-
- com.ibm.fhir.model.visitor.AbstractVisitable
-
- com.ibm.fhir.model.type.Element
-
- com.ibm.fhir.model.type.String
-
- com.ibm.fhir.model.type.Code
-
- com.ibm.fhir.model.type.code.ResearchSubjectStatus
-
- All Implemented Interfaces:
Visitable
@Generated("com.ibm.fhir.tools.CodeGenerator") public class ResearchSubjectStatus extends Code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResearchSubjectStatus.Builderstatic classResearchSubjectStatus.ValueSet
-
Field Summary
Fields Modifier and Type Field Description static ResearchSubjectStatusCANDIDATECandidatestatic ResearchSubjectStatusELIGIBLEEligiblestatic ResearchSubjectStatusFOLLOW_UPFollow-upstatic ResearchSubjectStatusINELIGIBLEIneligiblestatic ResearchSubjectStatusNOT_REGISTEREDNot Registeredstatic ResearchSubjectStatusOFF_STUDYOff-studystatic ResearchSubjectStatusON_STUDYOn-studystatic ResearchSubjectStatusON_STUDY_INTERVENTIONOn-study-interventionstatic ResearchSubjectStatusON_STUDY_OBSERVATIONOn-study-observationstatic ResearchSubjectStatusPENDING_ON_STUDYPending on-studystatic ResearchSubjectStatusPOTENTIAL_CANDIDATEPotential Candidatestatic ResearchSubjectStatusSCREENINGScreeningstatic ResearchSubjectStatusWITHDRAWNWithdrawn
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResearchSubjectStatus.Builderbuilder()static Codecode(String value)Inherited factory method for creating ResearchSubjectStatus objects from a passed string value.booleanequals(Object obj)ResearchSubjectStatus.ValueSetgetValueAsEnumConstant()inthashCode()static ResearchSubjectStatusof(ResearchSubjectStatus.ValueSet value)Factory method for creating ResearchSubjectStatus objects from a passed enum value.static ResearchSubjectStatusof(String value)Factory method for creating ResearchSubjectStatus objects from a passed string value.static Stringstring(String value)Inherited factory method for creating ResearchSubjectStatus objects from a passed string value.ResearchSubjectStatus.BuildertoBuilder()Create a new Builder from the contents of this Element-
Methods inherited from class com.ibm.fhir.model.type.String
getValue, hasChildren
-
Methods inherited from class com.ibm.fhir.model.type.Element
as, getExtension, getId, is
-
-
-
-
Field Detail
-
CANDIDATE
public static final ResearchSubjectStatus CANDIDATE
CandidateAn identified person that can be considered for inclusion in a study.
-
ELIGIBLE
public static final ResearchSubjectStatus ELIGIBLE
EligibleA person that has met the eligibility criteria for inclusion in a study.
-
FOLLOW_UP
public static final ResearchSubjectStatus FOLLOW_UP
Follow-upA 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
public static final ResearchSubjectStatus INELIGIBLE
IneligibleA 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.
-
NOT_REGISTERED
public static final ResearchSubjectStatus NOT_REGISTERED
Not RegisteredA person for whom registration was not completed.
-
OFF_STUDY
public static final ResearchSubjectStatus OFF_STUDY
Off-studyA 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.
-
ON_STUDY
public static final ResearchSubjectStatus ON_STUDY
On-studyA person that is enrolled or registered on a study.
-
ON_STUDY_INTERVENTION
public static final ResearchSubjectStatus ON_STUDY_INTERVENTION
On-study-interventionThe person is receiving the treatment or participating in an activity (e.g. yoga, diet, etc.) that the study is evaluating.
-
ON_STUDY_OBSERVATION
public static final ResearchSubjectStatus ON_STUDY_OBSERVATION
On-study-observationThe 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".
-
PENDING_ON_STUDY
public static final ResearchSubjectStatus PENDING_ON_STUDY
Pending on-studyA person is pre-registered for a study.
-
POTENTIAL_CANDIDATE
public static final ResearchSubjectStatus POTENTIAL_CANDIDATE
Potential CandidateA person that is potentially eligible for participation in the study.
-
SCREENING
public static final ResearchSubjectStatus SCREENING
ScreeningA person who is being evaluated for eligibility for a study.
-
WITHDRAWN
public static final ResearchSubjectStatus WITHDRAWN
WithdrawnThe person has withdrawn their participation in the study before registration.
-
-
Method Detail
-
getValueAsEnumConstant
public ResearchSubjectStatus.ValueSet getValueAsEnumConstant()
-
of
public static ResearchSubjectStatus of(ResearchSubjectStatus.ValueSet value)
Factory method for creating ResearchSubjectStatus objects from a passed enum value.
-
of
public static ResearchSubjectStatus of(String value)
Factory method for creating ResearchSubjectStatus objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
string
public static String string(String value)
Inherited factory method for creating ResearchSubjectStatus objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
code
public static Code code(String value)
Inherited factory method for creating ResearchSubjectStatus objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
toBuilder
public ResearchSubjectStatus.Builder toBuilder()
Description copied from class:ElementCreate a new Builder from the contents of this Element
-
builder
public static ResearchSubjectStatus.Builder builder()
-
-