←Select platform

PrepareInsertReferencedMediaStorage Method (MediaCreationDbDataAccessAgent)

Summary

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

Syntax

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

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