C#
VB
Java
WinRT C#
C++
Returns the number of modules in the specified IOD class.
public int GetModuleCount(
DicomClassType type
)
Public Function GetModuleCount( _
ByVal type As Leadtools.Dicom.DicomClassType _
) As Integer
public int GetModuleCount(
Leadtools.Dicom.DicomClassType type
)
public int getModuleCount(DicomClassType type)
function Leadtools.Dicom.DicomIodTable.GetModuleCount(
type
)
public:
int GetModuleCount(
Leadtools.Dicom.DicomClassType type
)
type
Class constant that specifies the class in which to look for the module.
An Int32 that represents the number of modules in the specified IOD 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