Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.DataTypes.Modality Namespace > ScheduledStepAttribute Class : ReferencedStudySequence Property |
[ElementAttribute()] public List<SopInstanceReference> ReferencedStudySequence {get; set;}
'Declaration
<ElementAttribute()> Public Property ReferencedStudySequence As List(Of SopInstanceReference)
'Usage
Dim instance As ScheduledStepAttribute Dim value As List(Of SopInstanceReference) instance.ReferencedStudySequence = value value = instance.ReferencedStudySequence
[ElementAttribute()] public: property List<SopInstanceReference^>^ ReferencedStudySequence { List<SopInstanceReference^>^ get(); void set ( List<SopInstanceReference^>^ value); }