LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly)

PrepareGetAnnotationNumbersCommand Method (WorkstationDataAccessAgent)

Show in webframe






The System.Data.Common.DbCommand to be initialized.
The SOP Instance UID of the data set that is associated with the annotation.
Initializes a System.Data.Common.DbCommand to get the annotationNumbers associated with an sopInstanceUID.
Syntax
protected abstract void PrepareGetAnnotationNumbersCommand( 
   DbCommand command,
   string sopInstanceUID
)
'Declaration
 
Protected MustOverride Sub PrepareGetAnnotationNumbersCommand( _
   ByVal command As DbCommand, _
   ByVal sopInstanceUID As String _
) 
'Usage
 
Dim instance As WorkstationDataAccessAgent
Dim command As DbCommand
Dim sopInstanceUID As String
 
instance.PrepareGetAnnotationNumbersCommand(command, sopInstanceUID)

            

            
protected: abstract void PrepareGetAnnotationNumbersCommand( 
   DbCommand* command,
   string* sopInstanceUID
) 
protected:
abstract void PrepareGetAnnotationNumbersCommand( 
   DbCommand* command,
   string* sopInstanceUID
) 

Parameters

command
The System.Data.Common.DbCommand to be initialized.
sopInstanceUID
The SOP Instance UID of the data set that is associated with the annotation.
Remarks
Override this method to provide the database specific behavior for getting all the annotation numbers that associated with the sopInstanceUID.
Requirements

Target Platforms

See Also

Reference

WorkstationDataAccessAgent Class
WorkstationDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.