PrepareSelectPerformedProcedureStepSopInstanceCommand Method

Summary

Initialzies an System.Data.IDbCommand object to query for performed procedure step using the SOP Instance UID.

Syntax
C#
VB
C++
protected override void PrepareSelectPerformedProcedureStepSopInstanceCommand( 
   IDbCommand IDbCommand, 
   string affectedSOPInstance 
) 
  
Protected Overrides Sub PrepareSelectPerformedProcedureStepSopInstanceCommand( _ 
   ByVal IDbCommand As IDbCommand, _ 
   ByVal affectedSOPInstance As String _ 
)  
protected: 
void PrepareSelectPerformedProcedureStepSopInstanceCommand(  
   IDbCommand^ IDbCommand, 
   String^ affectedSOPInstance 
) override  

Parameters

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

affectedSOPInstance
A System.String representing The SOP Instance UID for the performed procedure step to query.

Requirements

Target Platforms

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

Leadtools.Medical.Worklist.DataAccessLayer Assembly