←Select platform

DisplaySetsSequence Property

Summary

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

Syntax

C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.DisplaySetsSequence)] 
public List<DisplaySet> DisplaySetsSequence { get; set; } 
<DataMemberAttribute(),  
 ElementAttribute(7471616)>  
Public Property DisplaySetsSequence() As System.Collections.Generic.List(Of Leadtools.Dicom.Common.DataTypes.DisplaySet) 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute(7471616)] 
   property System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::DisplaySet^>^ DisplaySetsSequence 
   { 
      System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::DisplaySet^>^ get() 
      void set(System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly