C#
VB
C++
Occurs when a Leadtools.Medical.Workstation.UI.Commands.RetrieveQueueItemCommand execution is completed
public event EventHandler<SeriesInformationEventArgs> SeriesReady
Public Event SeriesReady As EventHandler(Of SeriesInformationEventArgs)
public:
event EventHandler<SeriesInformationEventArgs^>^ SeriesReady
The event handler receives an argument of type SeriesInformationEventArgs containing data related to this event. The following SeriesInformationEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Description | Gets a general description of the Series. |
PatientId | Gets the Patient ID of the series. |
SeriesInstanceUID | Gets the Series Instance UID of the series. |
StudyInstanceUID | Gets the Study Instance UID 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