LEADTOOLS For .NET Class Library Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
PrepareInsertReferencedMediaStorage Method
See Also 
Leadtools.Medical.Media.DataAccessLayer Namespace > MediaCreationDbDataAccessAgent Class : PrepareInsertReferencedMediaStorage Method




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.
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.
Initializes a System.Data.Common.DbCommand which inserts information in the "Referenced Media Storage" table.

Syntax

Visual Basic (Declaration) 
Protected MustOverride Sub PrepareInsertReferencedMediaStorage( _
   ByVal command As DbCommand, _
   ByVal sopInstanceUID As String, _
   ByVal storageFileSet As StorageMediaFileSet _
) 
Visual Basic (Usage)Copy Code
Dim instance As MediaCreationDbDataAccessAgent
Dim command As DbCommand
Dim sopInstanceUID As String
Dim storageFileSet As StorageMediaFileSet
 
instance.PrepareInsertReferencedMediaStorage(command, sopInstanceUID, storageFileSet)
C# 
protected abstract void PrepareInsertReferencedMediaStorage( 
   DbCommand command,
   string sopInstanceUID,
   StorageMediaFileSet storageFileSet
)
Managed Extensions for C++ 
protected: abstract void PrepareInsertReferencedMediaStorage( 
   DbCommand* command,
   string* sopInstanceUID,
   StorageMediaFileSet* storageFileSet
) 
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also