Search Results for

    Show / Hide Table of Contents

    Enum TradeoffPlanGenerationIntermediateDoseMode

    Enumeration that specifies the use of intermediate dose when optimizing a plan collection for trade-off exploring.

    Namespace: VMS.TPS.Common.Model.API
    Assembly: VMS.TPS.Common.Model.API.dll
    Syntax
    public enum TradeoffPlanGenerationIntermediateDoseMode

    Fields

    Name Description
    Calculate

    Calculate intermediate dose and use it for the plan generation optimizations.

    NotUsed

    No intermediate dose is used for the plan generation optimizations.

    UsePlanDose

    Uses the current calculated plan dose as intermediate dose for the plan generation optimizations. Can only be used if the plan has a calculated dose and the plan is generated by continuing optimization.

    In This Article
    Back to top