메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | bool |
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 | |
리턴 | void |
protected ProcessUidList ( Model item, IDicomCodecFactory theCodecFactory ) : bool | ||
item | Model | The |
theCodecFactory | IDicomCodecFactory | The factor for doing the compression |
리턴 | bool |