DicomObjects.NET.8.48 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 System.UShort
    'Usage
     
    
    Dim keyword As Keyword
    Dim value As System.UShort
     
    value = DicomGlobal.KeywordGroup(keyword)
    public static System.ushort KeywordGroup( 
       Keyword keyword
    )
    public function KeywordGroup( 
        keyword: Keyword
    ): System.Word; static; 
    public static function KeywordGroup( 
       keyword : Keyword
    ) : System.ushort;
    public: static System.ushort KeywordGroup( 
       Keyword keyword
    ) 
    public:
    static System.ushort KeywordGroup( 
       Keyword keyword
    ) 

    Parameters

    keyword

    Return Value

    The group number
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also