←Select platform

InstanceUID Property

Summary

Gets the series instance UID.

Syntax

C#
VB
C++
[Element(DicomTag.SeriesInstanceUID)] 
public string InstanceUID { get; set; } 
  
Public Property InstanceUID As String 
public: 
property String^ InstanceUID { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

Unique identifier of the series.

Example

For an example refer to QueryRetrieveScu.Find

Requirements

Target Platforms

See Also

Reference

Series Class

Series Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly