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