DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSet Class / Item Property / Item(String) Property
A String containing the DicomObjects.Enums.Keyword of the DicomAttribute

In This Topic
    Item(String) Property
    In This Topic
    Indexer based on the new DICOM keyword as a string
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal Keyword As System.String _
    ) As DicomAttribute
    public DicomAttribute Item( 
       System.string Keyword
    ) {get;}

    Parameters

    Keyword
    A String containing the DicomObjects.Enums.Keyword of the DicomAttribute
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also