DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomGlobal Class / KeywordGroup Method



In This Topic
    KeywordGroup Method
    In This Topic
    Returns the "group" number for a keyword
    Syntax
    'Declaration
     
    
    Public Shared Function KeywordGroup( _
       ByVal keyword As Keyword _
    ) As UShort
    'Usage
     
    
    Dim keyword As Keyword
    Dim value As UShort
     
    value = DicomGlobal.KeywordGroup(keyword)
    public static ushort KeywordGroup( 
       Keyword keyword
    )
    public:
    static ushort KeywordGroup( 
       Keyword keyword
    ) 

    Parameters

    keyword

    Return Value

    The group number
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also