←Select platform

PrepareInsertReferencedMediaStorage Method (MediaCreationSqlDbDataAccessAgent)

Summary

Initializes a System.Data.Common.DbCommand which inserts information in the "Referenced Media Storage" table.

Syntax

C#
VB
C++
protected override void PrepareInsertReferencedMediaStorage(  
   DbCommand command, 
   string sopInstanceUID, 
   Leadtools.Dicom.Common.Datatypes.StorageMediaFileSet storageFileSet 
) 
Protected Overrides Sub PrepareInsertReferencedMediaStorage( _ 
   ByVal command As DbCommand, _ 
   ByVal sopInstanceUID As String, _ 
   ByVal storageFileSet As Leadtools.Dicom.Common.Datatypes.StorageMediaFileSet _ 
) 
protected: 
void PrepareInsertReferencedMediaStorage(  
   DbCommand^ command, 
   String^ sopInstanceUID, 
   Leadtools.Dicom.Common.Datatypes.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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Media.DataAccessLayer Assembly
Click or drag to resize