C#
VB
C++
Find the 3D volumes which are stored for the provided series.
public VolumeIdentifier[] GetVolumes(
string seriesInstanceUID
)
Public Function GetVolumes( _
ByVal seriesInstanceUID As String _
) As Leadtools.Medical.Workstation.Dataaccesslayer.VolumeIdentifier()
public: [Leadtools.Medical.Workstation.Dataaccesslayer.VolumeIdentifier*[]*](volumeidentifier.md) GetVolumes(
string* seriesInstanceUID
)
seriesInstanceUID
Type: System.String The Series Instance UID of the series to return the 3D volumes for.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET