DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomImage Class / Item Property / Item(Keyword) Property
The Keyword of the DicomAttribute



In This Topic
    Item(Keyword) Property
    In This Topic
    Indexer based on the new DICOM keyword
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal Keyword As Keyword _
    ) As DicomAttribute
    'Usage
     
    
    Dim instance As DicomImage
    Dim Keyword As Keyword
    Dim value As DicomAttribute
     
    value = instance.Item(Keyword)
    public DicomAttribute Item( 
       Keyword Keyword
    ) {get;}
    public:
    property DicomAttribute^ Item {
       DicomAttribute^ get(Keyword Keyword);
    }

    Parameters

    Keyword
    The Keyword of the DicomAttribute
    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