Keyword(UInt16,UInt16) Method
In This Topic
Construct a keyword from arbitrary group and element values
Syntax
'Declaration
Public Overloads Shared Function Keyword( _
ByVal As System.UShort, _
ByVal As System.UShort _
) As Keyword
'Usage
Dim Group As System.UShort
Dim Element As System.UShort
Dim value As Keyword
value = DicomGlobal.Keyword(Group, Element)
public static Keyword Keyword(
System.ushort ,
System.ushort
)
public function Keyword(
: System.Word;
: System.Word
): Keyword; static;
public static function Keyword(
: System.ushort,
: System.ushort
) : Keyword;
public: static Keyword Keyword(
System.ushort ,
System.ushort
)
public:
static Keyword Keyword(
System.ushort ,
System.ushort
)
Parameters
- Group
- The Group value
- Element
- The Element value
Return Value
A keyword
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also