←Select platform

DeleteHangingProtocol(string) Method

Summary

Deletes the hanging protocol information that matches the specified SOP Instance UID.

Syntax
C#
VB
C++
public int DeleteHangingProtocol( 
   string sopInstanceUid 
) 
Public MustOverride Function DeleteHangingProtocol( 
   ByVal sopInstanceUid As String 
) As Integer 
public:  
   virtual int DeleteHangingProtocol( 
      String^ sopInstanceUid 
   ) abstract 

Parameters

sopInstanceUid

The SOP Instance UID.

Return Value

A value representing the number of deleted instances.

Requirements

Target Platforms

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

Leadtools.Medical.Storage.DataAccessLayer Assembly