←Select platform

ReferencedStudySequence Property

Summary

Gets or sets the referenced study sequence.

Syntax
C#
VB
C++
[Element(DicomTag.ReferencedStudySequence)] 
public List<StudyInstanceReference> ReferencedStudySequence { get; set; } 
<ElementAttribute(New DicomTag.ReferencedStudySequence())>  
Public Property ReferencedStudySequence() As List(Of StudyInstanceReference) 
   Get 
   Set 
public:  
   [ElementAttribute((gcnew DicomTag::ReferencedStudySequence()))] 
   property List<StudyInstanceReference^>^ ReferencedStudySequence 
   { 
      List<StudyInstanceReference^>^ get() 
      void set(List<StudyInstanceReference^>^ value) 
   } 

Property Value

The referenced study sequence.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly