DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also