←Select platform

IsHangingProtocolDataSet Method

Summary

Determines whether the specified DicomDataSet is a hanging protocol.

Syntax

C#
VB
C++
[ExtensionAttribute()] 
public static bool IsHangingProtocolDataSet( 
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly