←Select platform

DeleteStudy Method

Summary

Deletes the study information that matches the given query parameters.

Syntax

C#
VB
C++
Public MustOverride Function DeleteStudy( 
   ByVal matchingEntitiesCollection As MatchingParameterCollection 
) As Integer 
public:  
   virtual int DeleteStudy( 
      MatchingParameterCollection^ matchingEntitiesCollection 
   ) abstract 

Parameters

matchingEntitiesCollection

A MatchingParameterCollection that includes the matching parameters for the query.

Return Value

A value representing the number of deleted studies.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly