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

GetVolumes Method (WorkstationDataAccessAgent)

Show in webframe






Type: System.String The Series Instance UID of the series to return the 3D volumes for.
Find the 3D volumes which are stored for the provided series.
Syntax
public virtual VolumeIdentifier[] GetVolumes( 
   string seriesInstanceUID
)
'Declaration
 
Public Overridable Function GetVolumes( _
   ByVal seriesInstanceUID As String _
) As VolumeIdentifier()
'Usage
 
Dim instance As WorkstationDataAccessAgent
Dim seriesInstanceUID As String
Dim value() As VolumeIdentifier
 
value = instance.GetVolumes(seriesInstanceUID)

            

            
public: virtual VolumeIdentifier*[]* GetVolumes( 
   string* seriesInstanceUID
) 
public:
virtual VolumeIdentifier*[]* GetVolumes( 
   string* seriesInstanceUID
) 

Parameters

seriesInstanceUID
Type: System.String The Series Instance UID of the series to return the 3D volumes for.
Requirements

Target Platforms

See Also

Reference

WorkstationDataAccessAgent Class
WorkstationDataAccessAgent Members

 

 


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