PrepareInsertReferencedMediaStorage Method

Summary
Initializes a System.Data.Common.DbCommand which inserts information in the "Referenced Media Storage" table.
Syntax
C#
C++/CLI
protected abstract void PrepareInsertReferencedMediaStorage( 
   DbCommand command, 
   string sopInstanceUID, 
   StorageMediaFileSet 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

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Media.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.