VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / DicomEcgPageMetadata Class / Study Property
Syntax Requirements SeeAlso
In This Topic
    Study Property (DicomEcgPageMetadata)
    In This Topic
    Gets the electrocardiogram study.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The electrocardiogram study.")>
    <CategoryAttribute("The electrocardiogram study.")>
    Public ReadOnly Property Study As EcgMetadata
    
    
    [Description("The electrocardiogram study.")]
    [Category("The electrocardiogram study.")]
    public EcgMetadata Study { get; }
    
    
    [Description("The electrocardiogram study.")]
    [Category("The electrocardiogram study.")]
    public: __property EcgMetadata* get_Study();
    
    
    
    [Description("The electrocardiogram study.")]
    [Category("The electrocardiogram study.")]
    public:
    property EcgMetadata^ Study { EcgMetadata^ get(); }
    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