StudyDate Property

Summary
Gets or sets the study date.
Syntax
C#
VB
C++
[Element(DicomTag.StudyDate)] 
public Nullable<DateTime> StudyDate { get; set; } 
<ElementAttribute()> 
Public Property StudyDate As Nullable(Of Date) 
[ElementAttribute()] 
public: 
property Nullable<DateTime> StudyDate { 
   Nullable<DateTime> get(); 
   void set (    Nullable<DateTime> ); 
} 

Property Value

The study date.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.