←Select platform

PrepareExistsMetadataJsonCommand Method

Summary

Initializes a System.Data.IDbCommand object that is used by the ExistsMetadataJson method.

Syntax
C#
VB
C++
protected abstract void PrepareExistsMetadataJsonCommand( 
   IDbCommand dbCommand, 
   string sopInstanceUid 
) 
Protected MustOverride Sub PrepareExistsMetadataJsonCommand( 
   ByVal dbCommand As IDbCommand, 
   ByVal sopInstanceUid As String 
) 
protected:  
   virtual void PrepareExistsMetadataJsonCommand( 
      IDbCommand^ dbCommand, 
      String^ sopInstanceUid 
   ) abstract 

Parameters

dbCommand

A System.Data.IDbCommand database command that is initialized to be used by the ExistsMetadataJson method.

sopInstanceUid

The SOP Instance UID (0008,0018) of the DicomDataSet.

Remarks

This method is called by the ExistsMetadataJson method.

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.Storage.DataAccessLayer Assembly

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