GetSeriesInstanceInformation Method

Summary
Returns the series instance information for a given loaded series.
Syntax
C#
VB
C++
public DicomInstanceInformation[] GetSeriesInstanceInformation( 
   string seriesInstanceUID 
) 
  
Public Function GetSeriesInstanceInformation( _ 
   ByVal seriesInstanceUID As String _ 
) As DicomInstanceInformation() 
public: 
array<DicomInstanceInformation^>^ GetSeriesInstanceInformation(  
   String^ seriesInstanceUID 
)  

Parameters

seriesInstanceUID
The Series Instance UID of the series.

Return Value

An Array of DicomInstanceInformation representing all instance's information for the given series.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.