DicomObjects.NET.8.48 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 System.String()
    'Usage
     
    
    Dim instance As DicomDataSetCollection
    Dim value() As System.String
     
    value = instance.SopUIDList
    public System.string[] SopUIDList {get;}
    public read-only property SopUIDList: System.array of String; 
    public function get SopUIDList : System.String[]
    public: __property System.string*[]* get_SopUIDList();
    public:
    property System.array<String^>^ SopUIDList {
       System.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.8 or higher

    See Also