Initializes a new instance of the SeriesInformationEventArgs class.
public SeriesInformationEventArgs(
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:
SeriesInformationEventArgs(
String^ patientId,
String^ studyInstanceUID,
String^ seriesInstanceUID,
String^ description
)
patientId
Type: System.String The Patient ID of the series.
studyInstanceUID
Type: System.String The Study Instance UID of the series.
seriesInstanceUID
Type: System.String The Series Instance UID of the series.
description
Type: System.String A general 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