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

PrepareInsertReferencedMediaStorage Method (MediaCreationDbDataAccessAgent)

Show in webframe






The database command which will be initialized to insert the new information.
A System.String that represents the SOP Instance UID for the media object whose information will be inserted.
A Leadtools.Dicom.Common.DataTypes.StorageMediaFileSet object that represents the information which will be inserted.
Initializes a System.Data.Common.DbCommand which inserts information in the "Referenced Media Storage" table.
Syntax
protected abstract void PrepareInsertReferencedMediaStorage( 
   DbCommand command,
   string sopInstanceUID,
   StorageMediaFileSet storageFileSet
)
'Declaration
 
Protected MustOverride Sub PrepareInsertReferencedMediaStorage( _
   ByVal command As DbCommand, _
   ByVal sopInstanceUID As String, _
   ByVal storageFileSet As StorageMediaFileSet _
) 
'Usage
 
Dim instance As MediaCreationDbDataAccessAgent
Dim command As DbCommand
Dim sopInstanceUID As String
Dim storageFileSet As StorageMediaFileSet
 
instance.PrepareInsertReferencedMediaStorage(command, sopInstanceUID, storageFileSet)

            

            
protected: abstract void PrepareInsertReferencedMediaStorage( 
   DbCommand* command,
   string* sopInstanceUID,
   StorageMediaFileSet* storageFileSet
) 
protected:
abstract void PrepareInsertReferencedMediaStorage( 
   DbCommand* command,
   string* sopInstanceUID,
   StorageMediaFileSet* storageFileSet
) 

Parameters

command
The database command which will be initialized to insert the new information.
sopInstanceUID
A System.String that represents the SOP Instance UID for the media object whose information will be inserted.
storageFileSet
A Leadtools.Dicom.Common.DataTypes.StorageMediaFileSet object that represents the information which will be inserted.
Requirements

Target Platforms

See Also

Reference

MediaCreationDbDataAccessAgent Class
MediaCreationDbDataAccessAgent Members

 

 


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