LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
GetVolumes Method
See Also 
Leadtools.Medical.Workstation.DataAccessLayer Namespace > IWorkstationDataAccessAgent Interface : GetVolumes Method




seriesInstanceUID
Type: System.String The Series Instance UID of the series to return the 3D volumes for.
seriesInstanceUID
Type: System.String The Series Instance UID of the series to return the 3D volumes for.
Find the 3D volumes which are stored for the provided series.

Syntax

Visual Basic (Declaration) 
Function GetVolumes( _
   ByVal seriesInstanceUID As String _
) As VolumeIdentifier()
Visual Basic (Usage)Copy Code
Dim instance As IWorkstationDataAccessAgent
Dim seriesInstanceUID As String
Dim value() As VolumeIdentifier
 
value = instance.GetVolumes(seriesInstanceUID)
Managed Extensions for C++ 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also