In This Topic
Returns the "element" number for a keyword
Syntax
'Declaration
Public Shared Function KeywordElement( _
ByVal As Keyword _
) As System.UShort
'Usage
Dim keyword As Keyword
Dim value As System.UShort
value = DicomGlobal.KeywordElement(keyword)
public static System.ushort KeywordElement(
Keyword
)
public function KeywordElement(
: Keyword
): System.Word; static;
public static function KeywordElement(
: Keyword
) : System.ushort;
public: static System.ushort KeywordElement(
Keyword
)
public:
static System.ushort KeywordElement(
Keyword
)
Parameters
- keyword
Return Value
The unsigned element number
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also