XdsObjects Help file
XdsObjects Namespace / DicomStudy Class / Series Property



Series Property
The list of DicomSeries objects requested from this Study
Syntax
Public Property Series As List(Of DicomSeries)
Dim instance As DicomStudy
Dim value As List(Of DicomSeries)
 
instance.Series = value
 
value = instance.Series
public List<DicomSeries> Series {get; set;}
public:
property List<DicomSeries^>^ Series {
   List<DicomSeries^>^ get();
   void set (    List<DicomSeries^>^ value);
}
Remarks
The list of series requested does not necessarily included all series which exist in the study
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also