Git Product home page Git Product logo

mdcm's Introduction

#mDCM

mDCM, the former version of fo-dicom.
Building my own respository for mDCM is just to testing and to learning well about fo-dicom by comparing mDCM wth fo-dicom.
[email protected]

#User Information DICOM3.0标准中关于UserInformation的介绍在第8部分的附录D(DICOM3.0 PS8 附录D),标准指出UserInformation(0x50)项内容可扩展范围为0x51H-0XFFH,对于常见的0x51H-0x59H的扩展,在DICOM3.0标准第7部分附录D中给出,具体参见DICOM3.0 PS7 附录D.

之前mDCM版本中忽略了UserInformation中的Sub-Item,即UserIdentity(0x58H),所以参照dcm4che工具包中的代码,对mDCM进行了扩展.主要修改如下:

  1. Dicom的Network目录下添加UserIdentity类,用于表示UserIdentity Sub-Item(0x58H)
  2. 扩展PDU.cs类,添加WriteAddingUserIdentity函数,便于向socket流数据体中添加UserIdentity子项目
  3. 扩展DicomNetworkBase.cs类,添加protected void SendAssociateRequest(DcmAssociate associate, UserIdentity userIdentity)
  4. 修改CStoreClient的OnConnected函数,添加写入UserIdentity子项目的判别分支

【注】:详情可参照本人CSDN博客专栏DICOM医学图像处理


[email protected]

mdcm's People

Contributors

zssure-thu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.