DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomQuery Class / SeriesUID Property






In This Topic
    SeriesUID Property (DicomQuery)
    In This Topic
    Unique identifiers for the four levels of the DICOM Query/Retrieve hierarchy
    Syntax
    'Declaration
     
    
    Public Property SeriesUID As System.String
    'Usage
     
    
    Dim instance As DicomQuery
    Dim value As System.String
     
    instance.SeriesUID = value
     
    value = instance.SeriesUID
    public System.string SeriesUID {get; set;}
    public read-write property SeriesUID: System.String; 
    public function get,set SeriesUID : System.String
    public: __property System.string* get_SeriesUID();
    public: __property void set_SeriesUID( 
       System.string* value
    );
    public:
    property System.String^ SeriesUID {
       System.String^ get();
       void set (    System.String^ value);
    }
    Remarks

    SeriesUID must be set to appropriate value if Level is "IMAGE".

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also