Uses of Class
com.ibm.fhir.model.type.code.ResearchSubjectStatus
-
Packages that use ResearchSubjectStatus Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of ResearchSubjectStatus in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ResearchSubjectStatus Modifier and Type Method Description ResearchSubjectStatusResearchSubject. getStatus()The current state of the subject.Methods in com.ibm.fhir.model.resource with parameters of type ResearchSubjectStatus Modifier and Type Method Description ResearchSubject.BuilderResearchSubject.Builder. status(ResearchSubjectStatus status)The current state of the subject. -
Uses of ResearchSubjectStatus in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as ResearchSubjectStatus Modifier and Type Field Description static ResearchSubjectStatusResearchSubjectStatus. CANDIDATECandidatestatic ResearchSubjectStatusResearchSubjectStatus. ELIGIBLEEligiblestatic ResearchSubjectStatusResearchSubjectStatus. FOLLOW_UPFollow-upstatic ResearchSubjectStatusResearchSubjectStatus. INELIGIBLEIneligiblestatic ResearchSubjectStatusResearchSubjectStatus. NOT_REGISTEREDNot Registeredstatic ResearchSubjectStatusResearchSubjectStatus. OFF_STUDYOff-studystatic ResearchSubjectStatusResearchSubjectStatus. ON_STUDYOn-studystatic ResearchSubjectStatusResearchSubjectStatus. ON_STUDY_INTERVENTIONOn-study-interventionstatic ResearchSubjectStatusResearchSubjectStatus. ON_STUDY_OBSERVATIONOn-study-observationstatic ResearchSubjectStatusResearchSubjectStatus. PENDING_ON_STUDYPending on-studystatic ResearchSubjectStatusResearchSubjectStatus. POTENTIAL_CANDIDATEPotential Candidatestatic ResearchSubjectStatusResearchSubjectStatus. SCREENINGScreeningstatic ResearchSubjectStatusResearchSubjectStatus. WITHDRAWNWithdrawnMethods in com.ibm.fhir.model.type.code that return ResearchSubjectStatus Modifier and Type Method Description ResearchSubjectStatusResearchSubjectStatus.Builder. build()static ResearchSubjectStatusResearchSubjectStatus. of(ResearchSubjectStatus.ValueSet value)Factory method for creating ResearchSubjectStatus objects from a passed enum value.static ResearchSubjectStatusResearchSubjectStatus. of(String value)Factory method for creating ResearchSubjectStatus objects from a passed string value.
-