←Select platform

HangingProtocolUserGroupName Property

Summary

Gets or sets the Hanging Protocol User Group Name

Syntax

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

Property Value

The Hanging Protocol User Group Name

Remarks

The UserGroupName is the group or site for which this hanging protocol was defined.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly