LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
QueueItemCommand Class Members
See Also  Properties  Methods  Events
Leadtools.Medical.Workstation.UI.Commands Namespace : QueueItemCommand Class

The following tables list the members exposed by QueueItemCommand.

Public Properties

 NameDescription
public Property ItemDescriptionGets the text which will be displayed for the item in the QueueManager  
public Property ProcessingTextGets the text which will be displayed while the command is running.  
public Property SeriesGets the series information which the command is working on.  
public Property ServerAETitleGets or sets the Server AE Title.  
Top

Public Methods

 NameDescription
public Method CancelCancel the execution of the command while it is running.  
public Method CanExecuteCheck if the command can run.  
public Method ExecuteRun the command.  
Top

Protected Methods

 NameDescription
protected Method OnUpdateSummaryRaises the UpdateSummary event.  
Top

Public Events

 NameDescription
public Event UpdateSummaryOccurs when the command have new information for display.  
Top

See Also