←Select platform

DisplaySetsSequence Property

Summary

Gets or sets the Hanging Protocol Display Sets Sequence (Mandatory).

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

Property Value

A list of DisplaySet objects that represent the Hanging Protocol Display Sets Sequence.

Remarks

This is part of the Hanging Protocol Display Module. It is used to describe one or more display sets. The display sets describe how the image sets are displayed. One or more items are required to be in this list. For more information, DisplaySet

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