←Select platform

DeleteHangingProtocol(MatchingParameterCollection) Method (IStorageDataAccessAgent3)

Summary

Deletes the hanging protocol information that matches the given query parameters.

Syntax

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

Parameters

matchingEntitiesCollection

A MatchingParameterCollection which includes the matching parameters for the query.

Return Value

A value representing the number of deleted instances.

Remarks

The matchingEntitiesCollection can be from any level and they are not limited to the patient level.

Which means you can query for patients using the Study Instance UID in the study level or modalities in the series level.

The following tables in the CompositeInstanceDataSet will contain the patient's information: CompositeInstanceDataSet.Patient, CompositeInstanceDataSet.OtherPatientIDs, CompositeInstanceDataSet.OtherPatientNames and CompositeInstanceDataSet.ReferencedPatientSequence.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Storage.DataAccessLayer Assembly
Click or drag to resize