GetVolumes Method

Summary

Find the 3D volumes which are stored for the provided series.

Syntax
C#
VB
C++
public VolumeIdentifier[] GetVolumes( 
   string seriesInstanceUID 
) 
  
Public Function GetVolumes( _ 
   ByVal seriesInstanceUID As String _ 
) As VolumeIdentifier() 
public: VolumeIdentifier*[]* GetVolumes(  
   string* seriesInstanceUID 
)  

Parameters

seriesInstanceUID
Type: System.String The Series Instance UID of the series to return the 3D volumes for.

Requirements

Target Platforms

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

Leadtools.Medical.Workstation.DataAccessLayer Assembly