←Select platform

ReferenceDisplaySets Property

Summary

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

Syntax
C#
VB
C++
[Element(DicomTag.ReferenceDisplaySets)] 
[DataMemberAttribute()] 
public List<int> ReferenceDisplaySets { get; set; } 
<ElementAttribute(New DicomTag.ReferenceDisplaySets()),  
 DataMemberAttribute()>  
Public Property ReferenceDisplaySets() As List(Of Integer) 
   Get 
   Set 
public:  
   [ElementAttribute((gcnew DicomTag::ReferenceDisplaySets())),  
   DataMemberAttribute] 
   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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

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