C#
VB
C++
Java
Determines whether the pointer to the structure is valid.
Public Function Exists( _
ByVal iod As DicomIod _
) As Boolean
public boolean exists(DicomIod iod)
iod
The item that will be tested.
true if iod is valid, false if iod is not valid.