資源簡介
基于fo-dicom解析庫開發的DICOM文件發送客戶端,支持整個檢查發送。比較簡單,可二次開發,封裝。
代碼片段和文件信息
///using?Dicom;
using?Dicom.Network;
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
namespace?AppStorageSCU
{
????public?class?CFindSCU
????{
??????private?static??log4net.ILog?_log?=?log4net.LogManager.GetLogger(“CFindSCU“);
????????///?
????????///?CFind?根據?病人號?查詢到StudyInstanceUID
????????///?
????????///?
????????public?static?void?Send(string?patientId?string?Ip?int?port?string?callingAe?string?calledAe)
????????{
????????????try
????????????{
????????????????_log.Info(string.Format(“patientid:{0}“?patientId));
????????????????var?cfind?=?DicomCFindRequest.CreateStudyQuery(patientId:?patientId);
????????????????//當接收到對方發揮的響應消息時,進行相
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1372??2018-01-17?11:47??CMOVEScuScp.sln
????..A..H.?????28672??2014-11-30?21:42??CMOVEScuScp.v11.suo
????..A..H.????172544??2017-03-05?11:14??CMOVEScuScp.v12.suo
?????文件????????391??2018-01-03?11:24??AppStorageSCU\App.config
?????文件???????5853??2018-01-03?11:25??AppStorageSCU\AppStorageSCU.csproj
?????文件??????30208??2018-01-11?09:40??AppStorageSCU\bin\Debug\AppStorageSCU.exe
?????文件????????391??2018-01-03?11:24??AppStorageSCU\bin\Debug\AppStorageSCU.exe.config
?????文件??????22688??2018-01-17?11:46??AppStorageSCU\bin\Debug\AppStorageSCU.vshost.exe
?????文件????????391??2018-01-03?11:24??AppStorageSCU\bin\Debug\AppStorageSCU.vshost.exe.config
?????文件????????490??2017-09-29?21:43??AppStorageSCU\bin\Debug\AppStorageSCU.vshost.exe.manifest
?????文件????1056256??2015-11-25?09:37??AppStorageSCU\bin\Debug\Dicom.dll
?????文件?????537574??2016-11-11?12:01??AppStorageSCU\bin\Debug\file\0.dcm
?????文件???????4286??2018-01-03?11:14??AppStorageSCU\bin\Debug\img\logo32x32.ico
?????文件???????9662??2018-01-03?11:14??AppStorageSCU\bin\Debug\img\logo48x48.ico
?????文件??????13214??2018-01-03?11:10??AppStorageSCU\bin\Debug\img\send.png
?????文件??????64713??2018-01-11?11:10??AppStorageSCU\bin\Debug\log\Log_2018-01-11.read.log
?????文件??????16029??2018-01-15?09:22??AppStorageSCU\bin\Debug\log\Log_2018-01-15.read.log
?????文件???????2024??2016-02-23?14:32??AppStorageSCU\bin\Debug\log4net.config
?????文件?????304640??2016-02-23?14:02??AppStorageSCU\bin\Debug\log4net.dll
?????文件????1533153??2016-02-23?14:02??AppStorageSCU\bin\Debug\log4net.xm
?????文件?????899072??2016-01-22?09:06??AppStorageSCU\bin\Debug\Nancy.dll
?????文件??????11264??2016-01-22?09:06??AppStorageSCU\bin\Debug\Nancy.Hosting.Wcf.dll
?????文件???????1503??2016-01-22?09:06??AppStorageSCU\bin\Debug\Nancy.Hosting.Wcf.xm
?????文件?????765218??2016-01-22?09:06??AppStorageSCU\bin\Debug\Nancy.xm
?????文件??????15872??2017-12-29?18:40??AppStorageSCU\bin\Release\AppStorageSCU.exe
?????文件????????393??2017-12-29?18:43??AppStorageSCU\bin\Release\AppStorageSCU.exe.config
?????文件??????26112??2017-12-29?18:40??AppStorageSCU\bin\Release\AppStorageSCU.pdb
?????文件??????22688??2017-12-30?12:31??AppStorageSCU\bin\Release\AppStorageSCU.vshost.exe
?????文件????????393??2017-12-29?18:43??AppStorageSCU\bin\Release\AppStorageSCU.vshost.exe.config
?????文件????????490??2017-03-19?05:00??AppStorageSCU\bin\Release\AppStorageSCU.vshost.exe.manifest
............此處省略122個文件信息
- 上一篇:C# 獲取文件列表以及遍歷文件夾
- 下一篇:C#操作系統文件
評論
共有 條評論