←Select platform

PrepareDeletePatientsNoChildStudiesCommand(IDbCommand,Collection<CatalogElement[]>) Method

Summary

Initializes a System.Data.IDbCommand object that is used by the DeleteStudy, DeleteSeries and DeleteInstance methods.

Syntax
C#
C++/CLI
protected override void PrepareDeletePatientsNoChildStudiesCommand( 
   IDbCommand command, 
   Collection<CatalogElement[]> mpc 
) 
protected:  
   virtual void PrepareDeletePatientsNoChildStudiesCommand( 
      IDbCommand^ command, 
      Collection<array<CatalogElement^>^>^ mpc 
   ) override 

Parameters

command

A System.Data.IDbCommand database command that is initialized to be used by the DeleteStudy, DeleteSeries and DeleteInstance methods.

mpc

A MatchingParameterCollection which includes the matching parameters for a query.

Remarks

This method is called by the DeleteStudy, DeleteSeries and DeleteInstance methods to set the SQL CommandText to run against the data source.

Note to inheritors

  • Each CatalogElement is a matching parameter value.

  • All CatalogElement in an array will be combined with AND operation in the condition statement.

  • Each array in the collection will be combined with OR operation in the condition statement.

Requirements

Target Platforms

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

Leadtools.Medical.Storage.DataAccessLayer Assembly

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