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



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

    Parameters

    keyword

    Return Value

    The unsigned element 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