LEADTOOLS Medical (Leadtools.Medical.Worklist.Wcf assembly)

PerformedSeriesSequence Property

Show in webframe





Gets or sets the Performed Series Sequence.
Syntax
[DataMemberAttribute()]
public List<PerformedSeriesSequence> PerformedSeriesSequence {get; set;}
'Declaration
 
<DataMemberAttribute()>
Public Property PerformedSeriesSequence As List(Of PerformedSeriesSequence)
'Usage
 
Dim instance As WCFPPSInformation
Dim value As List(Of PerformedSeriesSequence)
 
instance.PerformedSeriesSequence = value
 
value = instance.PerformedSeriesSequence

            

            
[DataMemberAttribute()]
public:
property List<PerformedSeriesSequence^>^ PerformedSeriesSequence {
   List<PerformedSeriesSequence^>^ get();
   void set (    List<PerformedSeriesSequence^>^ value);
}

Property Value

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

Target Platforms

See Also

Reference

WCFPPSInformation Class
WCFPPSInformation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.