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

String, the Instance UID of the DicomDataSet







    Item(String) Property
    Provides access to collection item via its InstanceUID
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal InstanceUID As System.String _
    ) As DicomDataSet
     
    'Usage
     
    
    Dim instance As DicomDataSetCollection
    Dim InstanceUID As System.String
    Dim value As DicomDataSet
     
    value = instance.Item(InstanceUID)

    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