←Select platform

FindClass Method

Summary
Returns the item in the IOD Structure that contains the IOD for the specified class.
Syntax
C#
VB
C++
Java
public DicomIod FindClass( 
   DicomClassType type 
) 
Public Function FindClass( _ 
   ByVal type As DicomClassType _ 
) As DicomIod 
public DicomIod findClass(DicomClassType type) 
public: 
DicomIod^ FindClass(  
   DicomClassType type 
)  

Parameters

type
Class constant that specifies the class to find.

Return Value

DicomIod class that contains the IOD 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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.