C#
VB
Java
WinRT C#
C++
Determines whether the pointer to the structure is valid.
Public Function Exists( _
ByVal iod As Leadtools.Dicom.DicomIod _
) As Boolean
public bool Exists(
Leadtools.Dicom.DicomIod iod
)
public boolean exists(DicomIod iod)
function Leadtools.Dicom.DicomIodTable.Exists(
iod
)
public:
bool Exists(
Leadtools.Dicom.DicomIod^ iod
)
iod
The item that will be tested.
true if iod is valid, false if iod 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