VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Ecg Namespace / EcgSignals Class
Constructors Properties Methods SeeAlso
    EcgSignals Class Members
    The following tables list the members exposed by EcgSignals.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the EcgSignals class.
    Public Properties
     NameDescription
    Public PropertyGets the number of signals contained in this collection.
    Public PropertyGets a value indicating whether this collection is read-only.
    Public PropertyGets or sets the rhythm sensitivity in electrocardiogram.
    Public PropertyGets or sets the rhythm samples per second in electrocardiogram.
    Public PropertyGets the element at the specified index.
    Public Methods
     NameDescription
    Public MethodAdds a signal to the EcgSignals.
    Public MethodAdds elements of the specified collection to the end of this collection.
    Public MethodRemoves all elements from this collection.
    Public MethodCreates a new object that is a copy of this collection.
    Public MethodReturns a value indicating whether this instance contains the object.
    Public MethodCopies the elements of this collection to an System.Array, starting at a particular System.Array index.
    Public MethodReturns an enumerator that iterates through the collection.
    Public MethodRemoves the first occurrence of a specific object from this collection.
    Public MethodRemoves the EcgSignal at the specified index from this collection.
    Public MethodReturns this signal collection as array.
    See Also