Visual Basic (Declaration) | |
---|---|
Public Function GetSeries( _ ByVal studyInstanceUID As String, _ ByVal seriesInstanceUID As String _ ) As DataSet |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DataSet GetSeries( string studyInstanceUID, string seriesInstanceUID ) |
C++/CLI | |
---|---|
public: DataSet GetSeries( String^ studyInstanceUID, String^ seriesInstanceUID ) |
Parameters
- studyInstanceUID
- The DICOM Study Instance UID String identifying the study to retrieve the series from.
- seriesInstanceUID
- The DICOM Series Instance UID String identifying the series to retrieve.
Return Value
A DataSet containing the information about the requested series.
The DataSet will contains single table and each row represents a separate series information if many were found.
Please check our Medical Web Viewer demo, located in WinForms.csproj project.
This information will be retrieved from the local cache if present
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family