Search Results for

    Show / Hide Table of Contents

    Enum PlanNormalizationMode

    Plan normalization options for SetPlanNormalization

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

    Fields

    Name Description
    NoNormalization

    The plan is normalized according to the normalization type defined for the calculation model in use.

    TargetDVH

    The dose in the user-defined amount of the plan target volume is normalized to the user-defined dose percentage.

    TargetMax

    The maximum dose value in the plan target volume is normalized to 100%.

    TargetMean

    The mean dose value in the plan target volume is normalized to 100%.

    TargetMin

    The minimum dose value in the plan target volume is normalized to 100%.

    UserDefined

    The plan is normalized according to the user-defined normalization value.

    In This Article
    Back to top