XdsObjects Help file
XdsObjects Namespace / DicomSeries Class / DocumentUniqueIds Property



In This Topic
    DocumentUniqueIds Property
    In This Topic
    The list of instance UIDs for the objects within this series which are being requested.
    Syntax
    Public Property DocumentUniqueIds As List(Of String)
    Dim instance As DicomSeries
    Dim value As List(Of String)
     
    instance.DocumentUniqueIds = value
     
    value = instance.DocumentUniqueIds
    public List<string> DocumentUniqueIds {get; set;}
    public:
    property List<String^>^ DocumentUniqueIds {
       List<String^>^ get();
       void set (    List<String^>^ value);
    }
    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