←Select platform

PerformedSeriesSequence Property

Summary

Gets or sets the Performed Series Sequence.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
public List<PerformedSeriesSequence> PerformedSeriesSequence { get; set; } 
  
<DataMemberAttribute()> 
Public Property PerformedSeriesSequence As List(Of PerformedSeriesSequence) 
[DataMemberAttribute()] 
public: 
property List<PerformedSeriesSequence^>^ PerformedSeriesSequence { 
   List<PerformedSeriesSequence^>^ get(); 
   void set (    List<PerformedSeriesSequence^>^ ); 
} 

Property Value

Contains attributes of the sequence that comprise the Performed Procedure Step.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.Wcf Assembly