PrepareInsertReferencedMediaStorage Method

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, 
   StorageMediaFileSet storageFileSet 
) 
  
Protected Overrides Sub PrepareInsertReferencedMediaStorage( _ 
   ByVal command As DbCommand, _ 
   ByVal sopInstanceUID As String, _ 
   ByVal storageFileSet As StorageMediaFileSet _ 
)  
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

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

Leadtools.Medical.Media.DataAccessLayer Assembly

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