ReferencedPatientSequence Property

Summary

Gets or sets the referenced patient sequence.

Syntax
C#
VB
C++
[Element(DicomTag.ReferencedPatientSequence, Requirement = DicomIodUsageType.Type2MandatoryElement)] 
public List<SopInstanceReference> ReferencedPatientSequence { get; set; } 
<ElementAttribute()> 
Public Property ReferencedPatientSequence As List(Of SopInstanceReference) 
[ElementAttribute()] 
public: 
property List<SopInstanceReference^>^ ReferencedPatientSequence { 
   List<SopInstanceReference^>^ get(); 
   void set (    List<SopInstanceReference^>^ ); 
} 

Property Value

The referenced patient 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