VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Ecg Namespace / EcgSignal Class / Rhythm Property
Syntax Requirements SeeAlso
In This Topic
    Rhythm Property (EcgSignal)
    In This Topic
    Gets or sets the rhythm for electrocardiogram signal.
    Syntax
    'Declaration
    
    Public Property Rhythm As Int16[]
    
    
    public short[] Rhythm { get; set; }
    
    
    public: __property short[] get_Rhythm();
    public: __property void set_Rhythm(
    short[]* value
    );
    public:
    property short[] Rhythm { short[] get(); void set(array<short>^ value); }

    Property Value

    Default value is null.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also