DicomObjects.NET Core 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
    Note: C# syntax for the "Item" property is wrongly represented in a VB.NET syntax. This is a bug in the help file generator, and will be corrected in a later version of our help file.
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal InstanceUID As String _
    ) As DicomDataSet
    'Usage
     
    
    Dim instance As DicomDataSetCollection
    Dim InstanceUID As String
    Dim value As DicomDataSet
     
    value = instance.Item(InstanceUID)
    public DicomDataSet Item( 
       string InstanceUID
    ) {get;}
    public:
    property DicomDataSet^ Item {
       DicomDataSet^ get(String^ InstanceUID);
    }

    Parameters

    InstanceUID

    String, the Instance UID of the DicomDataSet

    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