←Select platform

IsHangingProtocolDataSet Method

Summary

Determines whether the specified DicomDataSet is a hanging protocol.

Syntax
C#
VB
C++
public static bool IsHangingProtocolDataSet( 
   this DicomDataSet ds 
) 
Public Shared Function IsHangingProtocolDataSet( _ 
   ByVal ds As DicomDataSet _ 
) As Boolean 
public: 
   static bool IsHangingProtocolDataSet(DicomDataSet ^ds); 

Parameters

ds The DicomDataSet to test.

Return Value

true if the specified dataset is a hanging protocol, otherwise false.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly