LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly)

HasVolume Method (IWorkstationDataAccessAgent)

Show in webframe






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
bool HasVolume( 
   string seriesInstanceUID
)
'Declaration
 
Function HasVolume( _
   ByVal seriesInstanceUID As String _
) As Boolean
'Usage
 
Dim instance As IWorkstationDataAccessAgent
Dim seriesInstanceUID As String
Dim value As Boolean
 
value = instance.HasVolume(seriesInstanceUID)

            

            
bool HasVolume( 
   string* seriesInstanceUID
) 
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

See Also

Reference

IWorkstationDataAccessAgent Interface
IWorkstationDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.