←Select platform

ReferenceDisplaySets Property

Summary

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

Syntax

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

Leadtools.Dicom.Common Assembly