←Select platform

DisplaySetsSequence Property

Summary

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

Syntax
C#
C++/CLI
[DataMemberAttribute()] 
[Element(DicomTag.DisplaySetsSequence)] 
public List<DisplaySet> DisplaySetsSequence { get; set; } 
public:  
   [DataMemberAttribute,  
   ElementAttribute((gcnew DicomTag::DisplaySetsSequence()))] 
   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 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.