| Leadtools.Medical.Workstation.Interfaces.Views Namespace > IQueueManagerView Interface : SeriesReady Event |
event EventHandler<SeriesInformationEventArgs> SeriesReady
'Declaration Event SeriesReady As EventHandler(Of SeriesInformationEventArgs)
'Usage Dim instance As IQueueManagerView Dim handler As EventHandler(Of SeriesInformationEventArgs) AddHandler instance.SeriesReady, handler
__event EventHandler<SeriesInformationEventArgs*>* SeriesReady
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. |