LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Series Property (ListViewStudiesInformation)

Show in webframe






Gets a list of ListViewSeriesInformation objects that contain the series information.
Syntax
public List<ListViewSeriesInformation> Series {get;}
'Declaration
 
Public ReadOnly Property Series As List(Of ListViewSeriesInformation)
'Usage
 
Dim instance As ListViewStudiesInformation
Dim value As List(Of ListViewSeriesInformation)
 
value = instance.Series

            

            
public: __property List<ListViewSeriesInformation*>* get_Series();
public:
property List<ListViewSeriesInformation*>* Series {
   List<ListViewSeriesInformation*>* get();
}

Property Value

A List of ListViewSeriesInformation objects that contain the series information.
Requirements

Target Platforms

See Also

Reference

ListViewStudiesInformation Class
ListViewStudiesInformation Members

 

 


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