• 大小: 7.43M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: DICOM  SCU  客户端  

资源简介

基于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.xml

     文件     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.xml

     文件     765218  2016-01-22 09:06  AppStorageSCU\bin\Debug\Nancy.xml

     文件      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个文件信息

评论

共有 条评论