Search Results for

    Show / Hide Table of Contents

    Class Equipment

    Provides access to clinical devices and accessories.

    Inheritance
    System.Object
    Equipment
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: VMS.TPS.Common.Model.API
    Assembly: VMS.TPS.Common.Model.API.dll
    Syntax
    public sealed class Equipment

    Constructors

    Equipment(IAdmin)

    Equipment object constructor.

    Declaration
    public Equipment(IAdmin admin)
    Parameters
    Type Name Description
    VMS.TPS.Common.Model.IAdmin admin

    An IAdmin object for accessing equipment data.

    Methods

    GetBrachyTreatmentUnits()

    Returns the available brachy treatment units. Excludes virtual and deleted ones.

    Declaration
    public IEnumerable<BrachyTreatmentUnit> GetBrachyTreatmentUnits()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<BrachyTreatmentUnit>

    The available brachy treatment units.

    In This Article
    Back to top