←Select platform

PrepareInsertMetadataJsonCommand Method

Summary

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

Syntax
C#
VB
C++
protected override void PrepareInsertMetadataJsonCommand( 
   IDbCommand command, 
   string sopInstanceUid, 
   string data 
) 
Protected Overrides Sub PrepareInsertMetadataJsonCommand( 
   ByVal command As IDbCommand, 
   ByVal sopInstanceUid As String, 
   ByVal data As String 
) 
protected:  
   virtual void PrepareInsertMetadataJsonCommand( 
      IDbCommand^ command, 
      String^ sopInstanceUid, 
      String^ data 
   ) override 

Parameters

command

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

sopInstanceUid

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

data

A string containing the JSON metadata.

Remarks

This method is called by the StoreMetadataJson 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.