C#
VB
C++
Gets or sets the date of last calibration.
[Element(DicomTag.DateOfLastCalibration)]
public Nullable<DateTime> DateOfLastCalibration { get; set; }
<Leadtools.Dicom.Common.Extensions.ElementAttribute()>
Public Property DateOfLastCalibration As Nullable(Of Date)
[Leadtools.Dicom.Common.Extensions.ElementAttribute()]
public:
property Nullable<DateTime> DateOfLastCalibration {
Nullable<DateTime> get();
void set ( Nullable<DateTime> );
}
The date of last calibration.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET