ReferencedSopSequence Property

Summary

Gets or sets the referenced sop sequence.

Syntax
C#
VB
C++
[Element(DicomTag.ReferencedSOPSequence)] 
public List<MediaCreationReferencedSop> ReferencedSopSequence { get; set; } 
<ElementAttribute()> 
Public Property ReferencedSopSequence As List(Of MediaCreationReferencedSop) 
[ElementAttribute()] 
public: 
property List<MediaCreationReferencedSop^>^ ReferencedSopSequence { 
   List<MediaCreationReferencedSop^>^ get(); 
   void set (    List<MediaCreationReferencedSop^>^ ); 
} 

Property Value

The list of sop instances to be use in the media creation request.

Remarks

The sop instances need to already be present on the SCP.

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