C#
VB
C++
Initializes a new instance of the StudiesViewerRemovedEventArgs class with the specified parameters.
public StudiesViewerRemovedEventArgs(
string patientId,
StudiesViewer viewer
)
Public Function New( _
ByVal patientId As String, _
ByVal viewer As Leadtools.Medical.Workstation.Ui.StudiesViewer _
)
public:
StudiesViewerRemovedEventArgs(
String^ patientId,
Leadtools.Medical.Workstation.Ui.StudiesViewer^ viewer
)
patientId
A System.String that represents the Patient ID of the study.
viewer
A StudiesViewer object that represent the viewer to remove.
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