C#
VB
WinRT C#
C++
Gets a value indicating whether the specified DicomDateValue structure is empty.
public static bool IsEmpty(
Leadtools.Dicom.DicomDateValue value
)
Public Shared Function IsEmpty( _
ByVal value As Leadtools.Dicom.DicomDateValue _
) As Boolean
public static bool IsEmpty(
Leadtools.Dicom.DicomDateValue value
)
function Leadtools.Dicom.DicomDateValueHelper.IsEmpty(
value
)
public:
static bool IsEmpty(
Leadtools.Dicom.DicomDateValue value
)
value
The DicomDateValue to test.
true if this DicomDateValue structure is empty; otherwise, false.
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