DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class / Value Method / Value(Keyword) Method

The keyword of the DicomAttribute




In This Topic
    Value(Keyword) Method
    In This Topic
    Returns the value of the specified Data Element
    Syntax
    'Declaration
     
    
    Public Overloads Function Value( _
       ByVal Keyword As Keyword _
    ) As Object
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim Keyword As Keyword
    Dim value As Object
     
    value = instance.Value(Keyword)
    public object Value( 
       Keyword Keyword
    )
    public:
    Object^ Value( 
       Keyword Keyword
    ) 

    Parameters

    Keyword

    The keyword of the DicomAttribute

    Return Value

    object
    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