Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

SeriesInstanceUID Property (FullSeriesImagesStreamedEventArgs)






Gets the Series Instance UID of the loaded series.
Syntax
public string SeriesInstanceUID {get;}
'Declaration
 
Public ReadOnly Property SeriesInstanceUID As String
'Usage
 
Dim instance As FullSeriesImagesStreamedEventArgs
Dim value As String
 
value = instance.SeriesInstanceUID

            

            
public:
property String^ SeriesInstanceUID {
   String^ get();
}

Property Value

The Series Instance UID of the loaded series.
Example
Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.
Requirements

Target Platforms

See Also

Reference

FullSeriesImagesStreamedEventArgs Class
FullSeriesImagesStreamedEventArgs Members

Error processing SSI file