コード例 #1
0
ファイル: AutoCopyQueue.cs プロジェクト: sakpung/webstudy
        void store_BeforeAssociateRequest(object sender, BeforeAssociateRequestEventArgs e)
        {
            StoreScu scu = sender as StoreScu;

            LogEvent(LogType.Information, MessageDirection.Output, string.Format(ASSOCIATE_REQUEST_SENT, e.Associate.ToString()),
                     DicomCommandType.Undefined, null, scu, null);
        }
コード例 #2
0
ファイル: MoveClient.cs プロジェクト: sakpung/webstudy
        static void scu_BeforeAssociateRequest(object sender, BeforeAssociateRequestEventArgs e)
        {
            DicomConnection scu = sender as DicomConnection;

            Utils.LogEvent(LogType.Information, MessageDirection.Output, string.Format(Utils.ASSOCIATE_REQUEST_SENT, e.Associate.ToString()),
                           DicomCommandType.Undefined, null, scu, null);
        }
コード例 #3
0
ファイル: MainForm.cs プロジェクト: sakpung/webstudy
 void _find_BeforeAssociateRequest(object sender, BeforeAssociateRequestEventArgs e)
 {
 }