Method | Description | |
---|---|---|
CanStart ( ) : bool | ||
Initialize ( Model item, string &failureDescription ) : bool | ||
OnProcessItemBegin ( Model item ) : void | ||
OnProcessItemEnd ( Model item ) : void | ||
ProcessFile ( Model item, ClearCanvas.ImageServer.Model.WorkQueueUid sop, string path, StudyXml studyXml, IDicomCodecFactory theCodecFactory ) : void | ||
ProcessItem ( Model item ) : void | ||
ProcessUidList ( Model item, IDicomCodecFactory theCodecFactory ) : bool |
Process all of the SOP Instances associated with a WorkQueue item.
|
Method | Description | |
---|---|---|
ProcessWorkQueueUid ( Model item, ClearCanvas.ImageServer.Model.WorkQueueUid sop, StudyXml studyXml, IDicomCodecFactory theCodecFactory ) : bool | ||
ReinsertFilesystemQueue ( System.TimeSpan delay ) : void | ||
SaveStudyHistory ( string compressSyntax ) : void |
protected Initialize ( Model item, string &failureDescription ) : bool | ||
item | Model | |
failureDescription | string | |
return | bool |
protected OnProcessItemBegin ( Model item ) : void | ||
item | Model | |
return | void |
protected OnProcessItemEnd ( Model item ) : void | ||
item | Model | |
return | void |
protected ProcessFile ( Model item, ClearCanvas.ImageServer.Model.WorkQueueUid sop, string path, StudyXml studyXml, IDicomCodecFactory theCodecFactory ) : void | ||
item | Model | |
sop | ClearCanvas.ImageServer.Model.WorkQueueUid | |
path | string | |
studyXml | StudyXml | |
theCodecFactory | IDicomCodecFactory | |
return | void |
protected ProcessUidList ( Model item, IDicomCodecFactory theCodecFactory ) : bool | ||
item | Model | The |
theCodecFactory | IDicomCodecFactory | The factor for doing the compression |
return | bool |