C#
VB
Java
WinRT C#
C++
Returns the item in the IOD Structure that contains the IOD for the specified class.
public DicomIod FindClass(
DicomClassType type
)
Public Function FindClass( _
ByVal type As Leadtools.Dicom.DicomClassType _
) As Leadtools.Dicom.DicomIod
public Leadtools.Dicom.DicomIod FindClass(
Leadtools.Dicom.DicomClassType type
)
public DicomIod findClass(DicomClassType type)
function Leadtools.Dicom.DicomIodTable.FindClass(
type
)
public:
Leadtools.Dicom.DicomIod^ FindClass(
Leadtools.Dicom.DicomClassType type
)
type
Class constant that specifies the class to find.
DicomIod class that contains the IOD for for the specified class.
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