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

StoreVolume(String,List<Byte[]>,List<Byte[]>,IStorageDataAccessAgent,String) Method

Show in webframe






Type: System.String The Series Instance UID which represents the series that the stored volume is generated from.
Type: List of System.Byte Array A list which contains the chunks of bytes that used to create a 3D volume.
Type: List of System.Byte Array A list which contains the chunks of bytes that contains state information about the 3D volume.
Type: Leadtools.Medical.Storage.DataAccessLayer.IStorageDataAccessAgent The Data Access object that is used to query for the series information from where the 3D volume is generated.
Type: System.String A string that identifies the 3D volume for the user.
Store 3D volume information.
Syntax
'Declaration
 
Overloads Function StoreVolume( _
   ByVal seriesInstanceUID As String, _
   ByVal volumeData As List(Of Byte()), _
   ByVal volumeState As List(Of Byte()), _
   ByVal storageDataAccess As IStorageDataAccessAgent, _
   ByVal userIdentifier As String _
) As VolumeIdentifier
'Usage
 
Dim instance As IWorkstationDataAccessAgent
Dim seriesInstanceUID As String
Dim volumeData As List(Of Byte())
Dim volumeState As List(Of Byte())
Dim storageDataAccess As IStorageDataAccessAgent
Dim userIdentifier As String
Dim value As VolumeIdentifier
 
value = instance.StoreVolume(seriesInstanceUID, volumeData, volumeState, storageDataAccess, userIdentifier)

            

            

Parameters

seriesInstanceUID
Type: System.String The Series Instance UID which represents the series that the stored volume is generated from.
volumeData
Type: List of System.Byte Array A list which contains the chunks of bytes that used to create a 3D volume.
volumeState
Type: List of System.Byte Array A list which contains the chunks of bytes that contains state information about the 3D volume.
storageDataAccess
Type: Leadtools.Medical.Storage.DataAccessLayer.IStorageDataAccessAgent The Data Access object that is used to query for the series information from where the 3D volume is generated.
userIdentifier
Type: System.String A string that identifies the 3D volume for the user.
Remarks

Since the 3D volume data might be huge the data is sent as chunks of bytes in the volumeData list, this way there is no need to allocate a huge consecutive memory and the chunks could be of any size.

The storageDataAccess is used to find the series images location where this 3D volume is generated from to store the volume in the same location.

To specify where the volume should be stored use the overloaded method of this function that accepts a storage directory.

Requirements

Target Platforms

See Also

Reference

IWorkstationDataAccessAgent Interface
IWorkstationDataAccessAgent Members
Overload List

 

 


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