Returns the "group" number for a keyword
public static System.ushort KeywordGroup(
Keyword
)
public function KeywordGroup(
: Keyword
): System.Word; static;
public static function KeywordGroup(
: Keyword
) : System.ushort;
public: static System.ushort KeywordGroup(
Keyword
)
public:
static System.ushort KeywordGroup(
Keyword
)
'Declaration
Public Shared Function KeywordGroup( _
ByVal As Keyword _
) As System.UShort
'Usage
Dim keyword As Keyword
Dim value As System.UShort
value = DicomGlobal.KeywordGroup(keyword)
Parameters
- keyword
Return Value
The group number
Target Platforms: .NET CLR 4.8 or higher