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






    Item(String) Property
    Indexer based on the new DICOM keyword as a string
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal Keyword As System.String _
    ) As DicomAttribute
     
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim Keyword As System.String
    Dim value As DicomAttribute
     
    value = instance.Item(Keyword)

    Parameters

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

    Target Platforms: .NET CLR 4.8 or higher

    See Also