DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSetCollection Class / Item Property / Item(String) Property

String, the Instance UID of the DicomDataSet


In This Topic
    Item(String) Property
    In This Topic
    Provides access to collection item via its InstanceUID
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal InstanceUID As System.String _
    ) As DicomDataSet
    public DicomDataSet Item( 
       System.string InstanceUID
    ) {get;}

    Parameters

    InstanceUID

    String, the Instance UID of the DicomDataSet

    Remarks
    This is the default indexer. Individual DicomDataSet item can be accessed via DicomDataSetCollection[InstanceUID].
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also