←Select platform

HangingProtocolUserGroupName Property

Summary

Gets or sets the Hanging Protocol User Group Name (Optional).

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

Property Value

The Hanging Protocol User Group Name.

Remarks

This is the group or site for which this Hanging Protocol was defined.

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