LEADTOOLS Medical (Leadtools.Medical.Media.DataAccessLayer assembly)
LEAD Technologies, Inc

PrepareInsertReferencedMediaStorage Method (MediaCreationSqlDbDataAccessAgent)







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 which information will be inserted.
The Leadtools.Dicom.Common.DataTypes.StorageMediaFileSet information which will be inserted.
Initializes a System.Data.Common.DbCommand which inserts information in the "Referenced Media Storage" table.
Syntax
protected override void PrepareInsertReferencedMediaStorage( 
   DbCommand command,
   string sopInstanceUID,
   StorageMediaFileSet storageFileSet
)
'Declaration
 
Protected Overrides Sub PrepareInsertReferencedMediaStorage( _
   ByVal command As DbCommand, _
   ByVal sopInstanceUID As String, _
   ByVal storageFileSet As StorageMediaFileSet _
) 
'Usage
 
Dim instance As MediaCreationSqlDbDataAccessAgent
Dim command As DbCommand
Dim sopInstanceUID As String
Dim storageFileSet As StorageMediaFileSet
 
instance.PrepareInsertReferencedMediaStorage(command, sopInstanceUID, storageFileSet)
protected override void PrepareInsertReferencedMediaStorage( 
   DbCommand command,
   string sopInstanceUID,
   StorageMediaFileSet storageFileSet
)
 function Leadtools.Medical.Media.DataAccessLayer.MediaCreationSqlDbDataAccessAgent.PrepareInsertReferencedMediaStorage( 
   command ,
   sopInstanceUID ,
   storageFileSet 
)
protected: void PrepareInsertReferencedMediaStorage( 
   DbCommand* command,
   string* sopInstanceUID,
   StorageMediaFileSet* storageFileSet
) override 
protected:
void PrepareInsertReferencedMediaStorage( 
   DbCommand* command,
   string* sopInstanceUID,
   StorageMediaFileSet* storageFileSet
) override 

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 which information will be inserted.
storageFileSet
The Leadtools.Dicom.Common.DataTypes.StorageMediaFileSet information which will be inserted.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MediaCreationSqlDbDataAccessAgent Class
MediaCreationSqlDbDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.