←Select platform

InitializeIsExternalStoredCommand Method (ExternalStoreDBDataAccessAgent)

Summary

Initializes a System.Data.IDbCommand object to determine if the instance corresponding to the sopInstanceUid has been copied to the 'External Store'.

Syntax

C#
VB
C++
protected abstract void InitializeIsExternalStoredCommand(  
   DbCommand command, 
   string sopInstanceUid 
) 
Protected MustOverride Sub InitializeIsExternalStoredCommand( _ 
   ByVal command As DbCommand, _ 
   ByVal sopInstanceUid As String _ 
) 
protected: 
abstract void InitializeIsExternalStoredCommand(  
   DbCommand^ command, 
   String^ sopInstanceUid 
) 

Parameters

command
Type: System.Data.IDbCommand The database command that will be initialized to execute the query.

sopInstanceUid
The SOP Instance UID that identifies the instance.

Requirements

Target Platforms

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