Search Results for

    Show / Hide Table of Contents

    Enum PlanSetupApprovalStatus

    The enumeration of plan approval statuses.

    Namespace: VMS.TPS.Common.Model.Types
    Assembly: VMS.TPS.Common.Model.Types.dll
    Syntax
    public enum PlanSetupApprovalStatus

    Fields

    Name Description
    Completed

    Completed status.

    CompletedEarly

    Completed early status.

    ExternallyApproved

    Refers to an imported plan that has the approval status in its DICOM data. Locked in the database, and managed in the same way as Planning Approved plans.

    PlanningApproved

    Intended to be used for the treatment of a patient, locked in the database. Must be scheduled and given the Treatment Approval status to use it for the actual patient treatment.

    Rejected

    Rejected for actual use in treatment, unlocked in the database.

    Retired

    The original plan is set to the Retired state when a revision is created. No changes are possible to Retired plans.

    Reviewed

    Has typically been initially verified, but still requires further approvals, locked in the database.

    TreatmentApproved

    Intended to be used for the treatment of a patient, limited changes are allowed.

    UnApproved

    Unapproved, unlocked in the database.

    Unknown

    Unknown status.

    UnPlannedTreatment

    Unplanned treatment status.

    In This Article
    Back to top