LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly)
LEAD Technologies, Inc

HasVolume Method (WorkstationDataAccessAgent)







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
public virtual bool HasVolume( 
   string seriesInstanceUID
)
'Declaration
 
Public Overridable Function HasVolume( _
   ByVal seriesInstanceUID As String _
) As Boolean
'Usage
 
Dim instance As WorkstationDataAccessAgent
Dim seriesInstanceUID As String
Dim value As Boolean
 
value = instance.HasVolume(seriesInstanceUID)
public virtual bool HasVolume( 
   string seriesInstanceUID
)
 function Leadtools.Medical.Workstation.DataAccessLayer.WorkstationDataAccessAgent.HasVolume( 
   seriesInstanceUID 
)
public: virtual bool HasVolume( 
   string* seriesInstanceUID
) 
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkstationDataAccessAgent Class
WorkstationDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.