C#
VB
Java
WinRT C#
C++
Determines whether the specified class is valid.
Public Function Exists( _
ByVal uid As Leadtools.Dicom.DicomUid _
) As Boolean
public bool Exists(
Leadtools.Dicom.DicomUid uid
)
public boolean exists(DicomUid uid)
function Leadtools.Dicom.DicomUidTable.Exists(
uid
)
public:
bool Exists(
Leadtools.Dicom.DicomUid^ uid
)
uid
A DicomUid class
true if the class is valid, false if the class is not valid.
For an example, refer to Reset.
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