←Select platform

PrepareInsertHangingProtocolDefinitonSequenceCommand Method

Summary

Initializes a System.Data.Common.DbCommand object to insert a hanging protocol definition sequence row into the database table.

Syntax
C#
VB
C++
protected override void PrepareInsertHangingProtocolDefinitonSequenceCommand( 
   IDbCommand command, 
   string definitionSequenceGuid, 
   string sopInstanceUID, 
   string modality, 
   string laterality, 
   string studyDescription, 
   string bodyPartExamined, 
   string protocolName 
) 
Protected Overrides Sub PrepareInsertHangingProtocolDefinitonSequenceCommand( 
   ByVal command As System.Data.IDbCommand, 
   ByVal definitionSequenceGuid As String, 
   ByVal sopInstanceUID As String, 
   ByVal modality As String, 
   ByVal laterality As String, 
   ByVal studyDescription As String, 
   ByVal bodyPartExamined As String, 
   ByVal protocolName As String 
) 
protected:  
   virtual void PrepareInsertHangingProtocolDefinitonSequenceCommand( 
       System::Data::IDbCommand^ command, 
      String^ definitionSequenceGuid, 
      String^ sopInstanceUID, 
      String^ modality, 
      String^ laterality, 
      String^ studyDescription, 
      String^ bodyPartExamined, 
      String^ protocolName 
   ) override 

Parameters

command

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

definitionSequenceGuid

Unique Id of the sequence.

sopInstanceUID

The SOP Instance UID of the hanging protocol.

modality

Modality name.

laterality

The image position if available.

studyDescription

Description of the study.

bodyPartExamined

Name of the body part examined.

protocolName

Name of the hanging protocol.

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.