Method | Description | |
---|---|---|
CanStart ( ) : bool | ||
GetStorageInstanceList ( ) : IEnumerable |
Convert Uids into SopInstance
|
|
Initialize ( Model item, string &failureDescription ) : bool | ||
OnComplete ( ) : void |
Called when all instances have been sent
|
|
OnInstanceSent ( ClearCanvas.Dicom.Network.Scu.StorageInstance instance ) : void | ||
ProcessItem ( Model item ) : void |
Process a WorkQueue item of type AutoRoute.
|
Method | Description | |
---|---|---|
DeviceIsBusy ( ClearCanvas.ImageServer.Model.Device device ) : bool | ||
FindWorkQueueUids ( ClearCanvas.Dicom.Network.Scu.StorageInstance instance ) : List |
protected GetStorageInstanceList ( ) : IEnumerable |
||
return | IEnumerable |
protected Initialize ( Model item, string &failureDescription ) : bool | ||
item | Model | |
failureDescription | string | |
return | bool |
protected OnInstanceSent ( ClearCanvas.Dicom.Network.Scu.StorageInstance instance ) : void | ||
instance | ClearCanvas.Dicom.Network.Scu.StorageInstance | |
return | void |