Class ResearchStudyStatus

  • All Implemented Interfaces:
    Visitable

    @Generated("com.ibm.fhir.tools.CodeGenerator")
    public class ResearchStudyStatus
    extends Code
    • Field Detail

      • ADMINISTRATIVELY_COMPLETED

        public static final ResearchStudyStatus ADMINISTRATIVELY_COMPLETED
        Administratively Completed

        Study is completed prematurely and will not resume; patients are no longer examined nor treated.

      • APPROVED

        public static final ResearchStudyStatus APPROVED
        Approved

        Protocol is approved by the review board.

      • CLOSED_TO_ACCRUAL

        public static final ResearchStudyStatus CLOSED_TO_ACCRUAL
        Closed to Accrual

        Study is closed for accrual; patients can be examined and treated.

      • CLOSED_TO_ACCRUAL_AND_INTERVENTION

        public static final ResearchStudyStatus CLOSED_TO_ACCRUAL_AND_INTERVENTION
        Closed to Accrual and Intervention

        Study is closed to accrual and intervention, i.e. the study is closed to enrollment, all study subjects have completed treatment or intervention but are still being followed according to the primary objective of the study.

      • COMPLETED

        public static final ResearchStudyStatus COMPLETED
        Completed

        Study is closed to accrual and intervention, i.e. the study is closed to enrollment, all study subjects have completed treatment

        or intervention but are still being followed according to the primary objective of the study.

      • DISAPPROVED

        public static final ResearchStudyStatus DISAPPROVED
        Disapproved

        Protocol was disapproved by the review board.

      • IN_REVIEW

        public static final ResearchStudyStatus IN_REVIEW
        In Review

        Protocol is submitted to the review board for approval.

      • TEMPORARILY_CLOSED_TO_ACCRUAL

        public static final ResearchStudyStatus TEMPORARILY_CLOSED_TO_ACCRUAL
        Temporarily Closed to Accrual

        Study is temporarily closed for accrual; can be potentially resumed in the future; patients can be examined and treated.

      • TEMPORARILY_CLOSED_TO_ACCRUAL_AND_INTERVENTION

        public static final ResearchStudyStatus TEMPORARILY_CLOSED_TO_ACCRUAL_AND_INTERVENTION
        Temporarily Closed to Accrual and Intervention

        Study is temporarily closed for accrual and intervention and potentially can be resumed in the future.

      • WITHDRAWN

        public static final ResearchStudyStatus WITHDRAWN
        Withdrawn

        Protocol was withdrawn by the lead organization.

    • Method Detail

      • of

        public static ResearchStudyStatus of​(String value)
        Factory method for creating ResearchStudyStatus 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 ResearchStudyStatus 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 ResearchStudyStatus 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
      • equals

        public boolean equals​(Object obj)
        Overrides:
        equals in class Code
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Code