←Select platform

HangingProtocolDescription Property

Summary

Gets or sets the Hanging Protocol Description (Mandatory).

Syntax
C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.HangingProtocolDescription)] 
public string HangingProtocolDescription { get; set; } 
<ElementAttribute(7471108),  
 DataMemberAttribute()>  
Public Property HangingProtocolDescription() As String 
   Get 
   Set 
public:  
   [ElementAttribute(7471108),  
   DataMemberAttribute] 
   property String^ HangingProtocolDescription 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The Hanging Protocol Description.

Remarks

The HangingProtocolDescription is an explanation of the objective or intent of the Hanging Protocol.

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