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 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.