←Select platform

FindClass Method

Summary

Returns the item in the IOD Structure that contains the IOD for the specified class.

Syntax

C#
VB
Java
WinRT C#
C++
public DicomIod FindClass( 
   DicomClassType type 
) 
Public Function FindClass( _ 
   ByVal type As Leadtools.Dicom.DicomClassType _ 
) As Leadtools.Dicom.DicomIod 
public DicomIod findClass(DicomClassType type) 
 function Leadtools.Dicom.DicomIodTable.FindClass(  
   type  
) 

Parameters

type
Class constant that specifies the class to find.

Return Value

DicomIod class that contains the IOD for for the specified class.

Remarks
  • To find the IOD of modules within a class, use FindModule or FindModuleByIndex.
  • Find lets you find IODs for classes, modules or elements in the IOD Structure.
Example

For an example, refer to Reset.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly