←Select platform

ReferenceDisplaySets Property

Summary

Gets or sets a list of the Referenced Display Set numbers.

Syntax
C#
C++/CLI
[Element(DicomTag.ReferenceDisplaySets)] 
[DataMemberAttribute()] 
public List<int> ReferenceDisplaySets { get; set; } 
public:  
   [DataMemberAttribute,  
   ElementAttribute((gcnew DicomTag::ReferenceDisplaySets()))] 
   property List<Int32>^ ReferenceDisplaySets 
   { 
      List<Int32>^ get() 
      void set(List<Int32>^ value) 
   } 

Property Value

A list of the Referenced Display numbers.

Remarks

One or more items are must be in this list. If NavigationDisplaySet is not null, then this is a list those DisplaySet that are controlled by the NavigationDisplaySet. If NavigationDisplaySet is null, this is a list of the ReferenceDisplaySets that cross-reference each other.

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.