zoukankan      html  css  js  c++  java
  • StudyUID命名规则

     Organizationally Derived UID

    A UID may be formed using a registered root (see Annex C) and an organization specific suffix. The manner in which the suffix of such an organizationally derived UID is defined is not constrained by the DICOM Standard. Only the guarantee of its uniqueness by the defining organization is required by DICOM.

    The following example presents a particular choice made by a specific organization in defining its suffix to guarantee uniqueness of a SOP Instance UID.

      "1.2.840.xxxxx.3.152.235.2.12.187636473"
       \___________/ \______________________/
           root     .         suffix
    

    In this example, the root is:

    • 1 Identifies ISO

    • 2 Identifies ANSI Member Body

    • 840 Country code of a specific Member Body (U.S. for ANSI)

    • xxxxx Identifies a specific Organization.(assigned by ANSI)

    In this example the first two components of the suffix relate to the identification of the device:

    • 3 Manufacturer defined device type

    • 152 Manufacturer defined serial number

    The remaining four components of the suffix relate to the identification of the image:

    • 235 Study number

    • 2 Series number

    • 12 Image number

    • 187636473 Encoded date and time stamp of image acquisition

    In this example, the organization has chosen these components to guarantee uniqueness. Other organizations may choose an entirely different series of components to uniquely identify its images. For example it may have been perfectly valid to omit the Study Number, Series Number and Image Number if the time stamp had a sufficient precision to ensure that no two images might have the same date and time stamp.

    Because of the flexibility allowed by the DICOM Standard in creating organizationally derived UIDs, implementations should not depend on any assumed structure of UIDs and should not attempt to parse UIDs to extract the semantics of some of its components.

  • 相关阅读:
    移动端支付6位密码框
    移动端canvas刮刮乐
    原生ajax请求json数据
    canvas绘制video
    移动端阻止默认长按选中文本和弹出菜单、点击阴影
    前端移动端相关的代码(pc端与移动端自动切换)
    统一管理网站中的某些需要定期更新的时间届数 倒计时 ( 换届 之类的网站)( 兼容ie )
    Hbuilder 常用快捷键汇总
    文件找不到,路径错误问题
    图片清晰度问题
  • 原文地址:https://www.cnblogs.com/h2zZhou/p/13496122.html
Copyright © 2011-2022 走看看