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()
    public System.string[] SopUIDList {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