C#
VB
C++
Java
Returns the number of modules in the specified IOD class.
public int GetModuleCount(
DicomClassType type
)
Public Function GetModuleCount( _
ByVal type As DicomClassType _
) As Integer
public int getModuleCount(DicomClassType type)
public:
int GetModuleCount(
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.