DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSetCollection Class / SopUIDList Property



In This Topic
    SopUIDList Property
    In This Topic
    Contains a list of SOP Class UIDs for all DataSet items contained in this Collection
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SopUIDList As String()
    'Usage
     
    
    Dim instance As DicomDataSetCollection
    Dim value() As String
     
    value = instance.SopUIDList
    public string[] SopUIDList {get;}
    public:
    property array<String^>^ SopUIDList {
       array<String^>^ get();
    }
    Remarks
    Returns an empty Array if the DicomDataSetCollection is empty, otherwise it returns a list of SOP Class UIDs of all DataSet items.
    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