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




seriesInstanceUID
Type: System.String The Series Instance UID of the series that will be checked if it has a 3D volume stored.
seriesInstanceUID
Type: System.String The Series Instance UID of the series that will be checked if it has a 3D volume stored.
Decides whether a 3D volume has been stored for a series.

Syntax

Visual Basic (Declaration) 
Public Overridable Function HasVolume( _
   ByVal seriesInstanceUID As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WorkstationDataAccessAgent
Dim seriesInstanceUID As String
Dim value As Boolean
 
value = instance.HasVolume(seriesInstanceUID)
C# 
public virtual bool HasVolume( 
   string seriesInstanceUID
)
Managed Extensions for C++ 
public: virtual bool HasVolume( 
   string* seriesInstanceUID
) 
C++/CLI 
public:
virtual bool HasVolume( 
   String^ seriesInstanceUID
) 

Parameters

seriesInstanceUID
Type: System.String The Series Instance UID of the series that will be checked if it has a 3D volume stored.

Return Value

Type: System.Boolean true of a 3D volume exists for the provided series; false otherwise.

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