Initializes a new instance of the ListViewSeriesInformation with specified parameters.
public ListViewSeriesInformation(
string patientId,
string studyInstanceUID,
string seriesInstanceUID,
string description
)
Public Function New( _
ByVal patientId As String, _
ByVal studyInstanceUID As String, _
ByVal seriesInstanceUID As String, _
ByVal description As String _
)
public:
ListViewSeriesInformation(
String^ patientId,
String^ studyInstanceUID,
String^ seriesInstanceUID,
String^ description
)
patientId
A System.String that represents the Patient ID of the series.
studyInstanceUID
A System.String that represents the Study Instance UID of the study.
seriesInstanceUID
A System.String that represents the Series Instance UID of the series.
description
A System.String that represents the description of the series.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET