Search Results for

    Show / Hide Table of Contents

    Enum ObjectiveOperator

    Clinical goal Objective operator

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

    Fields

    Name Description
    Equals

    Equals operator

    GreaterThan

    Greater Than operator

    GreaterThanOrEqual

    Greater or Equal operator

    LessThan

    Less Than operator

    LessThanOrEqual

    Less Or Equal operator

    None

    Undefined

    In This Article
    Back to top