HasVolume Method

Summary

Decides whether a 3D volume has been stored for a series.

Syntax
C#
VB
C++
public bool HasVolume( 
   string seriesInstanceUID 
) 
  
Public Function HasVolume( _ 
   ByVal seriesInstanceUID As String _ 
) As Boolean 
public: 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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.DataAccessLayer Assembly