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

The following tables list the members exposed by StoreQueueItemCommand.

Public Constructors

 NameDescription
public Constructor StoreQueueItemCommand ConstructorInitializes a new instance of the StoreQueueItemCommand class.  
Top

Public Properties

 NameDescription
public Property ItemDescriptionGets the text which will be displayed for the item in the QueueManager (Inherited from Leadtools.Medical.Workstation.UI.Commands.QueueItemCommand)
public Property ProcessingTextOverridden. Gets the text which will be displayed while the command is running.  
public Property SeriesGets the series information which the command is working on. (Inherited from Leadtools.Medical.Workstation.UI.Commands.QueueItemCommand)
public Property ServerAETitleGets or sets the Server AE Title. (Inherited from Leadtools.Medical.Workstation.UI.Commands.QueueItemCommand)
Top

Public Methods

 NameDescription
public Method CancelOverridden. Cancel storing the series images.  
public Method CanExecuteOverridden. Check if the command can start storing the series.  
public Method ExecuteOverridden. Start storing the series images.  
Top

Protected Methods

Public Events

 NameDescription
public Event UpdateSummaryOccurs when the command have new information for display. (Inherited from Leadtools.Medical.Workstation.UI.Commands.QueueItemCommand)
Top

See Also