WO2020238940A1 - 基于dicom文件的转换方法、装置及设备 - Google Patents

基于dicom文件的转换方法、装置及设备 Download PDF

Info

Publication number
WO2020238940A1
WO2020238940A1 PCT/CN2020/092534 CN2020092534W WO2020238940A1 WO 2020238940 A1 WO2020238940 A1 WO 2020238940A1 CN 2020092534 W CN2020092534 W CN 2020092534W WO 2020238940 A1 WO2020238940 A1 WO 2020238940A1
Authority
WO
WIPO (PCT)
Prior art keywords
level data
dicom
tag
value
json
Prior art date
Application number
PCT/CN2020/092534
Other languages
English (en)
French (fr)
Inventor
邵雷
Original Assignee
京东方科技集团股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 京东方科技集团股份有限公司 filed Critical 京东方科技集团股份有限公司
Priority to US17/255,690 priority Critical patent/US20210272680A1/en
Publication of WO2020238940A1 publication Critical patent/WO2020238940A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16HHEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
    • G16H30/00ICT specially adapted for the handling or processing of medical images
    • G16H30/40ICT specially adapted for the handling or processing of medical images for processing medical images, e.g. editing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/11File system administration, e.g. details of archiving or snapshots
    • G06F16/116Details of conversion of file system types or formats
    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16HHEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
    • G16H30/00ICT specially adapted for the handling or processing of medical images
    • G16H30/20ICT specially adapted for the handling or processing of medical images for handling medical images, e.g. DICOM, HL7 or PACS

Definitions

  • the present disclosure relates to the technical field of file processing, and in particular to a method, device and equipment for converting DICOM files.
  • DICOM Digital Imaging and Communications in Medicine
  • DICOM files comply with the storage format of DICOM files and are used to archive DICOM file information generated by patient examinations. It is equivalent to a file-level database for storing patient information, patient study information, examination sequence information, and examination image information, but does not contain DICOM image pixel information.
  • DICOMDIR standard DICOM file DICOMDIR standard DICOM file
  • DICOMDIR content analysis use professional software analysis to see the content of the file, suitable for professional users, ordinary users to view DICOMDIR content, need to be familiar with using professional DICOMDIR analysis software.
  • the embodiment of the present disclosure provides a method for converting DICOM files based on medical digital imaging and communication, which includes:
  • DICOM tag of the DICOM file to be converted, where the DICOM tag includes: a tag description and a tag value;
  • the DICOM file to be converted is converted into a JSON format file.
  • the tag value includes: single value, multiple value, and null value.
  • the data structure of the DICOM file to be converted has multiple levels, and each level of data has a DICOM tag.
  • the data structure of the DICOM file to be converted has at least one of the following levels: Patient level, Study level, Series level, Image level.
  • the obtaining the DICOM tag of the DICOM file to be converted includes:
  • the converting the DICOM file to be converted into a JSON format file according to the DICOM tag includes:
  • DICOM tags of each level data determine the key and value of the JSON information item corresponding to each level data
  • the JSON format file is obtained according to the key and value of the JSON information item corresponding to each level data.
  • the determining the key and value of the JSON information item corresponding to each level data in the JSON format file according to the DICOM tags of each level data includes:
  • the label description corresponding to the DICOM label of one of the target-level data determine the key of the JSON information item corresponding to the target-level data; and, according to the label value corresponding to the DICOM label of the target-level data, determine the The value of the JSON information item corresponding to the target level data.
  • the determining the key of the JSON information item corresponding to the target level data according to the label description corresponding to the DICOM tag of one of the target level data includes:
  • the label description corresponding to the DICOM label of the target level data is used as the key of the JSON information item corresponding to the target level data.
  • the determining the value of the JSON information item corresponding to the target level data according to the tag value corresponding to the DICOM tag of the target level data includes:
  • tag value corresponding to the DICOM tag of the target level data is a single value, use the tag value of the DICOM tag as the value of the JSON information item corresponding to the target level data;
  • the multiple tag values of the DICOM tag are converted into a JSON format array object, and the JSON format array object is taken as the corresponding to the target level data
  • the null value NULL is used as the value of the JSON information item corresponding to the target level data converted into a JSON format file.
  • it also includes:
  • each level data is used as the target level data.
  • Patient level data nests Study level data
  • Study level data nests Series level data
  • Series level data nests Image level data
  • the previous level data includes at least one Group the next level data.
  • the embodiment of the present disclosure also provides a device for converting DICOM files based on medical digital imaging and communication, which includes:
  • An obtaining module used to obtain the DICOM tag of the DICOM file to be converted, the DICOM tag including: tag description and tag value;
  • the conversion module is configured to convert the DICOM file to be converted into a JSON format file according to the DICOM tag.
  • the acquisition module is specifically configured to:
  • the conversion module includes:
  • the information determining unit is used to determine the key and value of the JSON information item corresponding to each level data according to the DICOM tags of each level data;
  • the file obtaining unit is configured to obtain the JSON format file according to the key and value of the JSON information item corresponding to each level of data.
  • the information determining unit is specifically configured to:
  • the label description corresponding to the DICOM label of one of the target-level data determine the key of the JSON information item corresponding to the target-level data; and, according to the label value corresponding to the DICOM label of the target-level data, determine the The value of the JSON information item corresponding to the target level data.
  • the information determining unit determines the key of the JSON information item corresponding to the target level data according to the label description corresponding to the DICOM tag of one of the target level data, specifically :
  • the label description corresponding to the DICOM label of the target level data is used as the key of the JSON information item corresponding to the target level data.
  • the information determining unit determines the value of the JSON information item corresponding to the target level data according to the tag value corresponding to the DICOM tag of the target level data, which is specifically :
  • tag value corresponding to the DICOM tag of the target level data is a single value, use the tag value of the DICOM tag as the value of the JSON information item corresponding to the target level data;
  • the multiple tag values of the DICOM tag are converted into a JSON format array object, and the JSON format array object is taken as the corresponding to the target level data
  • the null value NULL is used as the value of the JSON information item corresponding to the target level data converted into a JSON format file.
  • a target level data determining unit configured to sequentially use each level data as the target level data according to the cyclic algorithm, wherein the Patient level data is nested with Study level data, the Study level data is nested with Series level data, and the Series level is The data nests Image level data, and the previous level data includes at least one set of next level data.
  • the embodiment of the present disclosure also provides a device for converting DICOM files based on medical digital imaging and communication, including a memory, a processor, and a computer program stored on the memory and running on the processor; wherein, the processing The conversion method described in any of the preceding items is implemented when the program is executed by the processor.
  • FIG. 1 is a schematic flowchart of one embodiment of the conversion method according to the embodiment of the disclosure
  • FIG. 2 is a schematic flowchart of step S120 in FIG. 1;
  • FIG. 3 is a schematic diagram of a specific implementation flow of the conversion method according to an embodiment of the present disclosure
  • FIG. 4 is a schematic structural diagram of the conversion device according to an embodiment of the disclosure.
  • the embodiments of the present disclosure provide a method for converting DICOM files, which can convert DICOM files into text files in JSON format. Using a similar TXT viewing tool, you can view the content of a text file in JSON format, which is simple and easy to operate, making the viewing of DICOM files universal and solving the problem of inconvenient viewing of the content of DICOM files.
  • the method for converting a DICOM file includes:
  • S110 Obtain a DICOM tag of a DICOM file to be converted; the DICOM tag includes: a tag description and a tag value, and the tag value includes: single value, multiple value, and null value.
  • the DICOM file to be converted can be converted into a JSON format file, making the viewing of DICOM files more versatile and solving the inconvenience of viewing the content of DICOM files. problem.
  • JSON JavaScript Object Notation, JS Object Notation
  • ECMAScript the js specification developed by the European Computer Association
  • JSON uses a text format completely independent of the programming language to store and Represents data.
  • the concise and clear hierarchical structure makes JSON an ideal data exchange language, easy to read and write, and easy to parse and generate by machine, and can effectively improve network transmission efficiency.
  • the viewing of the DICOM file can be made simpler and more convenient.
  • step S110 the acquiring the DICOM tag of the DICOM file to be converted includes:
  • step S120 the conversion of the DICOM file to be converted into a JSON format file according to the DICOM tag, as shown in FIG. 2, includes:
  • S121 Determine the key and value of the JSON information item corresponding to each level data in the converted JSON format file according to the DICOM tags of each level data;
  • S122 Obtain the JSON format file according to the key and value of the JSON information item corresponding to each level of data.
  • each DICOM file carries a lot of information, which can be divided into four levels of data information.
  • the content of the first level data corresponds to the patient information
  • the content of the second level data corresponds to the study information
  • the third level data corresponds to the sequence Series information
  • the content of the four-level data corresponds to the image information.
  • Patient-level information is the highest level.
  • One Patient-level information can include multiple Study-level information.
  • Each Study-level information can include multiple Series-level information.
  • Each Series-level information can include multiple Image-level information.
  • the Image-level information is The image information part of the DICOM file includes the storage path of the actual DICOM file on the disk, but does not include the image pixel information of the DICOM file.
  • DICOM TAG consists of two hexadecimal numbers, namely (Group, Element). For example, (0010, 0010) can be used to represent the patient's name.
  • Each Level of information is packaged into the most basic unit: Data Element.
  • Each Data Element consists of four parts:
  • DICOM TAG the identifier used to store this level of information
  • VR data type, value representation
  • value length data length used to store the data length describing the level of information
  • Field data field used to store the data value describing the level of information.
  • the data types of DICOM files stored in the VR part include: AE, AS, AT, CS, DA, DS, DT, FD, IS, LO, LT, PN, SH, SL, SQ, SS, ST, TM , UC, UI, UL, UN, UR, US, UT, etc., and the data type of the DICOM file stored in the VR part is SQ, it means that the value Field part stores one or more nested data values.
  • the keys and values of the JSON information items corresponding to each level of data are determined according to the DICOM tags of each level of data.
  • the JSON format file is obtained according to the key and value of the JSON information item corresponding to each level data.
  • step S121 determining the key and value of the JSON information item corresponding to each level data according to the DICOM tags of each level data includes:
  • the label description corresponding to the DICOM label of one of the target-level data determine the key of the JSON information item corresponding to the target-level data; and, according to the label value corresponding to the DICOM label of the target-level data, determine the The value of the JSON information item corresponding to the target level data.
  • each Data Element is uniquely determined by the DICOM TAG in the Data Element and is distinguished from other Data Elements.
  • each Data Element uniquely determined by DICOM TAG includes the corresponding label description, which is expressed in the form of a string, and is used to record the description information of the target level data.
  • the key of the JSON information item in the format file can convert the description information corresponding to each level data into the key of the JSON information item in the JSON format file to record in the JSON format file.
  • the data type of the key of the JSON information item is a string.
  • the tag value corresponding to the DICOM tag of the target level data is the value stored in the value Field in the Data Element.
  • the tag value corresponding to the data at each level can be converted into the JSON information item in the JSON format file.
  • the value is to record the value stored in the value field corresponding to each level of data in a JSON format file.
  • the corresponding data types of the keys of the converted JSON information items are different according to the tag value of the DICOM tag of the target level data.
  • the corresponding relationship can be determined according to the following table 1.
  • DICOM data type JSON data type AE String AS String AT String CS String DA String DS Number DT String FL Number FD Number IS Number LO String LT String PN String SH String SL Number SQ Array of JSON Objects SS Number ST String TM String UC String UI String UL Number UN String UR String US Number UT String
  • the determining the key of the JSON information item corresponding to the target level data according to the label description corresponding to the DICOM tag of one of the target level data includes:
  • the label description corresponding to the DICOM label of the target level data is used as the key of the JSON information item corresponding to the target level data.
  • the determining the value of the JSON information item corresponding to the target level data according to the label value corresponding to the DICOM label of the target level data includes:
  • tag value corresponding to the DICOM tag of the target level data is a single value, use the tag value of the DICOM tag as the value of the JSON information item corresponding to the target level data;
  • the multiple tag values of the DICOM tag are converted into a JSON format array object, and the JSON format array object is taken as the corresponding to the target level data
  • the null value NULL is used as the value of the JSON information item corresponding to the target level data.
  • the key and value of the JSON information item corresponding to each level data can be determined.
  • the converted JSON format file can be obtained according to the key and value of the SON information item corresponding to the first level data.
  • step S121 determining the key and value of the JSON information item corresponding to each level data according to the DICOM tag of each level data includes:
  • each level of data is used as target level data in turn according to the cyclic algorithm.
  • Patient level data nests Study level data, Study level data nests Series level data, and Series level data
  • the data nests Image level data, and the previous level data includes at least one set of next level data.
  • DICOM tags of each target level data determine the key and value of the JSON information item corresponding to each target level data:
  • Patient-level data includes multiple Study-level objects, and multiple Study-level objects form an array set, and each Study-level object can be used as the target item Study-level object;
  • the study-level object of the target item includes multiple Series-level objects, and multiple Series-level objects form an array set, and each Series-level object can be used as the target-item Series-level object;
  • the target item Series-level objects include multiple Image-level objects.
  • the key and value of the JSON information items corresponding to the target level data are determined in sequence according to the above-mentioned sequence as the target level data, so that the process of file conversion is executed in order to avoid information omission.
  • FIG. 3 the specific implementation process of the method for converting the DICOM file in the embodiment of the present disclosure can be referred to as shown in FIG. 3, including the steps:
  • S303 Traverse each DICOM TAG of the Patient-level data, and determine the key and value of the JSON information item corresponding to the Patient-level data according to each DICOM tag of the Patient-level data;
  • S305 Select a target item Study-level object from an array set of Study-level objects; optionally, the target item Study-level object is selected from the first Study-level object;
  • S306 Traverse each DICOM TAG included in the Study-level object of the target item, and determine the key and value of the JSON information item corresponding to the Study-level object of the target item according to each DICOM tag of the Study-level object of the target item;
  • S308 Select the target item Series-level object from the array set of Series-level objects contained in the target item Study-level object; optionally, the target item Series-level object is selected from the first Series-level object;
  • S314 Obtain a JSON format file according to the key and value of the JSON information item corresponding to each level of data, and protect the JSON format file;
  • the embodiment of the present disclosure also provides a device for converting DICOM files based on medical digital imaging and communication, as shown in FIG. 4, including:
  • the obtaining module 410 is configured to obtain a DICOM tag of the DICOM file to be converted, where the DICOM tag includes: a tag description and a tag value;
  • the conversion module 420 is configured to convert the DICOM file to be converted into a JSON format file according to the DICOM tag.
  • the DICOM file to be converted can be converted into a JSON format file according to the DICOM tag of the DICOM file to be converted, making the viewing of DICOM files more versatile and solving the inconvenience of viewing the content of DICOM files. problem.
  • the obtaining module 410 is specifically configured to:
  • the conversion module 420 includes:
  • the information determining unit 421 is configured to determine the key and value of the JSON information item corresponding to each level data according to the DICOM tags of each level data;
  • the file obtaining unit 422 is configured to obtain the JSON format file according to the key and value of the JSON information item corresponding to each level of data.
  • the information determining unit 421 is specifically configured to:
  • the label description corresponding to the DICOM label of one of the target-level data determine the key of the JSON information item corresponding to the target-level data; and, according to the label value corresponding to the DICOM label of the target-level data, determine the The value of the JSON information item corresponding to the target level data.
  • the information determining unit 421 determines the key of the JSON information item corresponding to the target level data according to the label description corresponding to the DICOM tag of one of the target level data, specifically for:
  • the label description corresponding to the DICOM label of the target level data is used as the key of the JSON information item corresponding to the target level data.
  • the information determining unit 421 determines the value of the JSON information item corresponding to the target level data according to the tag value corresponding to the DICOM tag of the target level data, specifically for:
  • tag value corresponding to the DICOM tag of the target level data is a single value, use the tag value of the DICOM tag as the value of the JSON information item corresponding to the target level data;
  • the multiple tag values of the DICOM tag are converted into a JSON format array object, and the JSON format array object is taken as the corresponding to the target level data
  • the null value NULL is used as the value of the JSON information item corresponding to the target level data.
  • the conversion device further includes: a target level data determining unit, configured to sequentially use each level data as the target level data according to a cyclic algorithm, wherein the Patient level data is nested with Study level data, and the Study level data is nested Series-level data, Series-level data nests Image-level data, and the previous level data includes at least one set of next level data
  • the embodiment of the present disclosure also provides a device for converting DICOM files based on medical digital imaging and communication, including a memory, a processor, and a computer program stored on the memory and running on the processor; wherein, the processing The conversion method described in any of the preceding items is implemented when the program is executed by the processor.

Landscapes

  • Engineering & Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Theoretical Computer Science (AREA)
  • Medical Informatics (AREA)
  • Primary Health Care (AREA)
  • Public Health (AREA)
  • General Health & Medical Sciences (AREA)
  • Epidemiology (AREA)
  • Nuclear Medicine, Radiotherapy & Molecular Imaging (AREA)
  • Radiology & Medical Imaging (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Medical Treatment And Welfare Office Work (AREA)
  • Measuring And Recording Apparatus For Diagnosis (AREA)

Abstract

一种基于DICOM文件的转换方法、装置及设备,该转换方法包括:获取待转换DICOM文件的DICOM标签(S110),所述DICOM标签包括:标签描述和标签值;根据所述DICOM标签,将所述待转换DICOM文件转换为JSON格式文件(S120)。

Description

基于DICOM文件的转换方法、装置及设备
相关申请的交叉引用
本申请主张在2019年5月30日在中国提交的中国专利申请号No.201910463298.2的优先权,其全部内容通过引用包含于此。
技术领域
本公开涉及文件处理技术领域,尤其是指一种基于DICOM文件的转换方法、装置及设备。
背景技术
医学数字成像和通信(Digital Imaging and Communications in Medicine,DICOM)为医学图像信息的国际标准,定义了质量能满足临床需要的可用于数据交换的医学图像格式。DICOM被广泛应用于放射医疗、心血管成像以及放射诊疗诊断设备(X射线、CT、核磁共振和超声等),并且在眼科和牙科等其它医学领域得到越来越深入广泛的应用。
DICOM文件遵照DICOM文件的存储格式,用于归档病人检查所产生的DICOM文件信息。相当于一种文件级的数据库,用于存储病人(Patient)信息、病人检查(Study)信息、检查序列(Series)信息、检查图像(Image)信息,但不包含DICOM图像像素信息。
DICOMDIR标准的DICOM文件,DICOMDIR的内容解析,采用专业的软件解析才能看文件的内容,适用于专业的用户使用,普通用户要想查看DICOMDIR内容,需熟悉使用专业的DICOMDIR解析软件。
发明内容
本公开实施例提供一种基于医学数字成像和通信DICOM文件的转换方法,其中,包括:
获取待转换DICOM文件的DICOM标签,所述DICOM标签包括:标签描述和标签值;
根据所述DICOM标签,将所述待转换DICOM文件转换为JSON格式文件。
可选地,所述标签值包括:单值、多值、空值。
可选地,所述待转换DICOM文件的数据结构具有多个级别,各个级别的数据均具有DICOM标签。
可选地,所述待转换DICOM文件的数据结构具有以下至少一个级别:Patient级、Study级、Series级、Image级。
可选地,所述的转换方法,其中,所述获取待转换DICOM文件的DICOM标签,包括:
获取所述待转换DICOM文件中各个级别数据的DICOM标签;
所述根据所述DICOM标签,将所述待转换DICOM文件转换为JSON格式文件,包括:
根据各个级别数据的DICOM标签,确定与各个级别数据相对应的JSON信息项的键和值;
根据与各个级别数据相对应的JSON信息项的键和值,获取所述JSON格式文件。
可选地,所述的转换方法,其中,所述根据各个级别数据的DICOM标签,确定转换为JSON格式文件中与各个级别数据相对应的JSON信息项的键和值,包括:
根据其中一目标级别数据的DICOM标签相对应的标签描述,确定与所述目标级别数据相对应的JSON信息项的键;以及,根据所述目标级别数据的DICOM标签相对应的标签值,确定与所述目标级别数据相对应的JSON信息项的值。
可选地,所述的转换方法,其中,所述根据其中一目标级别数据的DICOM标签相对应的标签描述,确定与所述目标级别数据相对应的JSON信息项的键,包括:
将所述目标级别数据的DICOM标签相对应的标签描述,作为与所述目标级别数据相对应的JSON信息项的键。
可选地,所述的转换方法,其中,所述根据所述目标级别数据的DICOM 标签相对应的标签值,确定与所述目标级别数据相对应的JSON信息项的值,包括:
所述目标级别数据的DICOM标签相对应的标签值为单值时,将DICOM标签的标签值作为与所述目标级别数据相对应的JSON信息项的值;
所述目标级别数据的DICOM标签相对应的标签值为多值时,将DICOM标签的多个标签值转换为JSON格式数组对象,将所述JSON格式数组对象作为与所述目标级别数据相对应的JSON信息项的值;
所述目标级别数据的DICOM标签相对应的标签值为空值时,将空值NULL作为转换为JSON格式文件与所述目标级别数据相对应的JSON信息项的值。
可选地,还包括:
按照循环算法依次将各个级别数据作为目标级别数据,其中,Patient级数据嵌套Study级数据,Study级数据嵌套Series级数据,Series级数据嵌套Image级数据,且上一级别数据包括至少一组下一级别数据。。
本公开实施例还提供一种基于医学数字成像和通信DICOM文件的转换装置,其中,包括:
获取模块,用于获取待转换DICOM文件的DICOM标签,所述DICOM标签包括:标签描述和标签值;
转换模块,用于根据所述DICOM标签,将所述待转换DICOM文件转换为JSON格式文件。
可选地,所述的转换装置,其中,所述获取模块具体用于:
获取所述待转换DICOM文件中各个级别数据的DICOM标签;
所述转换模块包括:
信息确定单元,用于根据各个级别数据的DICOM标签,确定与各个级别数据相对应的JSON信息项的键和值;
文件获取单元,用于根据与各个级别数据相对应的JSON信息项的键和值,获取所述JSON格式文件。
可选地,所述的转换装置,其中,所述信息确定单元具体用于:
根据其中一目标级别数据的DICOM标签相对应的标签描述,确定与所 述目标级别数据相对应的JSON信息项的键;以及,根据所述目标级别数据的DICOM标签相对应的标签值,确定与所述目标级别数据相对应的JSON信息项的值。
可选地,所述的转换装置,其中,所述信息确定单元根据其中一目标级别数据的DICOM标签相对应的标签描述,确定与所述目标级别数据相对应的JSON信息项的键,具体为:
将所述目标级别数据的DICOM标签相对应的标签描述,作为与所述目标级别数据相对应的JSON信息项的键。
可选地,所述的转换装置,其中,所述信息确定单元根据所述目标级别数据的DICOM标签相对应的标签值,确定与所述目标级别数据相对应的JSON信息项的值,具体为:
所述目标级别数据的DICOM标签相对应的标签值为单值时,将DICOM标签的标签值作为与所述目标级别数据相对应的JSON信息项的值;
所述目标级别数据的DICOM标签相对应的标签值为多值时,将DICOM标签的多个标签值转换为JSON格式数组对象,将所述JSON格式数组对象作为与所述目标级别数据相对应的JSON信息项的值;
所述目标级别数据的DICOM标签相对应的标签值为空值时,将空值NULL作为转换为JSON格式文件与所述目标级别数据相对应的JSON信息项的值。
可选地,还包括:目标级别数据确定单元,用于按照循环算法依次将各个级别数据作为目标级别数据,其中,Patient级数据嵌套Study级数据,Study级数据嵌套Series级数据,Series级数据嵌套Image级数据,且上一级别数据包括至少一组下一级别数据。
本公开实施例还提供一种基于医学数字成像和通信DICOM文件的转换设备,包括存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机程序;其中,所述处理器执行所述程序时实现如上任一项所述的转换方法。
附图说明
图1为本公开实施例所述转换方法其中一实施例的流程示意图;
图2为图1中步骤S120的流程示意图;
图3为采用本公开实施例所述转换方法的具体实施流程示意图;
图4为本公开实施例所述转换装置的结构示意图。
具体实施方式
为使本公开要解决的技术问题、技术方案和优点更加清楚,下面将结合附图及具体实施例进行详细描述。
为解决常规技术DICOM文件的内容解析,必须采用专业软件,使得DICOM文件的查看不通用的问题,本公开实施例提供一种DICOM文件的转换方法,能够将DICOM文件转换为JSON格式的文本文件,采用类似TXT查看工具,就可以查看JSON格式的文本文件的内容,简单易操作,使得DICOM文件的查看通用,解决DICOM文件内容查看不方便的问题。
具体地,参阅图1所示,本公开其中一实施例所述DICOM文件的转换方法,包括:
S110,获取待转换DICOM文件的DICOM标签;所述DICOM标签包括:标签描述和标签值,所述标签值包括:单值、多值、空值。
S120,根据所述DICOM标签,将所述待转换DICOM文件转换为JSON格式文件。
本公开实施例所述DICOM文件的转换方法,根据待转换DICOM文件的DICOM标签,能够将待转换DICOM文件转换为JSON格式文件,使得DICOM文件的查看更为通用,解决DICOM文件内容查看不方便的问题。
JSON(JavaScript Object Notation,JS对象简谱)是一种轻量级的数据交换格式,为基于ECMAScript(欧洲计算机协会制定的js规范)的一个子集,采用完全独立于编程语言的文本格式来存储和表示数据。简洁和清晰的层次结构使得JSON成为理想的数据交换语言,易于阅读和编写,同时也易于机器解析和生成,并能够有效地提升网络传输效率。
因此,通过将待转换DICOM文件转换为JSON格式文件,能够使得 DICOM文件的查看更为简单、方便。
具体地,在步骤S110,所述获取待转换DICOM文件的DICOM标签,包括:
获取所述待转换DICOM文件中各个级别数据的DICOM标签;
在步骤S120,所述根据所述DICOM标签,将所述待转换DICOM文件转换为JSON格式文件,如图2所示,包括:
S121,根据各个级别数据的DICOM标签,确定转换为JSON格式文件中与各个级别数据相对应的JSON信息项的键和值;
S122,根据与各个级别数据相对应的JSON信息项的键和值,获取所述JSON格式文件。
需要说明的是,各个DICOM文件中携带众多信息,具体可以划分为四个级别的数据信息,其中一级数据的内容对应为患者Patient信息,二级数据的内容对应为检查Study信息,三级数据的内容对应为序列Series信息,四级数据的内容对应为图像Image信息。
其中,Patient级信息是最高级别,一个Patient级信息可以包括多个Study级信息,各个Study级信息可以包括多个Series级信息,各个Series级信息可以包括多个Image级信息,Image级信息即为DICOM文件中有关图像信息的部分,包括实际DICOM文件在磁盘上存储路径,但不包括DICOM文件的图像像素信息。
各个级别信息均可以用DICOM标签TAG标识,DICOM TAG由两个十六制数组成,即(Group,Element)。例如,可以用(0010,0010)表示患者姓名Patient's name。
具体地,各个级别信息均被包装成最基本的单元:Data Element(数据元素)。各个个Data Element由四部分组成:
DICOM TAG:用于存储该级别信息的标识;
VR(数据类型,value representation):用于存储该级别信息的数据类型;
value length数据长度:用于存储描述该级别信息的数据长度;
value Field数据字段:用于存储描述该级别信息的数据值。
具体地,VR部分所存储的DICOM文件的数据类型包括:AE、AS、AT、 CS、DA、DS、DT、FD、IS、LO、LT、PN、SH、SL、SQ、SS、ST、TM、UC、UI、UL、UN、UR、US和UT等,且VR部分所存储的DICOM文件的数据类型为SQ时,表示value Field部分存储一个或多个嵌套数据值。
采用本公开实施例所述转换方法,通过获取待转换DICOM文件中各个级别数据的DICOM标签,根据各个级别数据的DICOM标签,确定与各个级别数据相对应的JSON信息项的键和值。根据与各个级别数据相对应的JSON信息项的键和值,获取所述JSON格式文件。
本公开实施例中,具体地,在步骤S121,所述根据各个级别数据的DICOM标签,确定与各个级别数据相对应的JSON信息项的键和值,包括:
根据其中一目标级别数据的DICOM标签相对应的标签描述,确定与所述目标级别数据相对应的JSON信息项的键;以及,根据所述目标级别数据的DICOM标签相对应的标签值,确定与所述目标级别数据相对应的JSON信息项的值。
其中,需要说明的是,在DICOM文件中,各个Data Element由Data Element中的DICOM TAG唯一确定,并和其他Data Element相区分。另外,相对应的,由DICOM TAG唯一确定的各个Data Element分别包括对应的标签描述,以字符串形式表示,用于记录目标级别数据的描述信息,通过将DICOM TAG相对应的标签描述转换为JSON格式文件中JSON信息项的键,能够将各个级别数据对应的描述信息转换为JSON格式文件中JSON信息项的键,以记录于JSON格式文件中。可选地,JSON信息项的键的数据类型为字符串。
另外,目标级别数据的DICOM标签相对应的标签值,即为Data Element中的value Field所存储的数值,根据DICOM标签,能够将各个级别数据对应的标签值转换为JSON格式文件中JSON信息项的值,以将各个级别数据对应的value Field所存储的数值记录于JSON格式文件中。
具体地,目标级别数据的Data Element中所记录的VR的数据类型不同时,相对应的根据所述目标级别数据的DICOM标签的标签值,所转换的JSON信息项的键的数据类型不同,具体对应关系可以依据如下表一确定。
表一
DICOM数据类型 JSON数据类型
AE 字符串String
AS String
AT String
CS String
DA String
DS 数值Number
DT String
FL Number
FD Number
IS Number
LO String
LT String
PN String
SH String
SL Number
SQ JSON Objects的数组
SS Number
ST String
TM String
UC String
UI String
UL Number
UN String
UR String
US Number
UT String
采用上述的方式,通过将各个级别数据依次作为目标级别数据,根据目标级别数据的DICOM标签相对应的标签描述,确定JSON格式文件中与所述目标级别数据相对应的JSON信息项的键;根据目标级别数据的DICOM标签相对应的标签值,确定JSON格式文件中与所述目标级别数据相对应的JSON信息项的值。
这样,可以依次获取与各个级别数据相对应的JSON信息项的键和值,从而获取所述JSON格式文件。
具体地,所述根据其中一目标级别数据的DICOM标签相对应的标签描述,确定与所述目标级别数据相对应的JSON信息项的键,包括:
将所述目标级别数据的DICOM标签相对应的标签描述,作为与所述目标级别数据相对应的JSON信息项的键。
具体地,所述根据所述目标级别数据的DICOM标签相对应的标签值,确定与所述目标级别数据相对应的JSON信息项的值,包括:
所述目标级别数据的DICOM标签相对应的标签值为单值时,将DICOM标签的标签值作为与所述目标级别数据相对应的JSON信息项的值;
所述目标级别数据的DICOM标签相对应的标签值为多值时,将DICOM标签的多个标签值转换为JSON格式数组对象,将所述JSON格式数组对象作为与所述目标级别数据相对应的JSON信息项的值;
所述目标级别数据的DICOM标签相对应的标签值为空值时,将空值NULL作为与所述目标级别数据相对应的JSON信息项的值。
依据上述的方式,根据各个级别数据的DICOM标签,能够确定与各个级别数据相对应的JSON信息项的键和值。在此基础上,根据与第一级别数据相对应的SON信息项的键和值,能够获取转换后的JSON格式文件。
可选地,本公开实施例所述DICOM文件的转换方法,在步骤S121,根据各个级别数据的DICOM标签,确定与各个级别数据相对应的JSON信息项的键和值,包括:
依据所述待转换DICOM文件中以下级别数据的排列次序,按照循环算法依次将各个级别数据作为目标级别数据,其中,Patient级数据嵌套Study级数据,Study级数据嵌套Series级数据,Series级数据嵌套Image级数据,且上一级别数据包括至少一组下一级别数据。根据各个目标级别数据的DICOM标签,确定与各个目标级别数据相对应的JSON信息项的键和值:
Patient级数据;
Patient级数据中包括多个Study级对象,多个Study级对象组成数组集合,各个Study级对象可作为目标项Study级对象;
目标项Study级对象包括多个Series级对象,多个Series级对象组成数组集合,各个Series级对象可作为目标项Series级对象;
目标项Series级对象中包括多个Image级对象。
通过依据上述的次序分别作为目标级别数据,依次确定与各个目标级别数据相对应的JSON信息项的键和值,使得文件转换的过程依序执行,避免产生信息遗漏。
具体地,本公开实施例所述DICOM文件的转换方法的具体实施流程,可以参阅图3所示,包括步骤:
S301,开始;
S302,加载待转换DICOM文件,并解析待转换DICOM文件的内容信息;
S303,遍历Patient级数据的各个DICOM TAG,根据Patient级数据的各个DICOM标签,确定Patient级数据相对应的JSON信息项的键和值;
S304,获取Patient级数据中所包括的Study级对象的数组集合;
S305,在Study级对象的数组集合中选择目标项Study级对象;可选地,该目标项Study级对象从第一项Study级对象选起;
S306,遍历目标项Study级对象所包括的各个DICOM TAG,根据目标项Study级对象的各个DICOM标签,确定目标项Study级对象相对应的JSON信息项的键和值;
S307,获取目标项Study级对象包含的Series级对象的数组集合;
S308,在目标项Study级对象包含的Series级对象的数组集合中,选择目标项Series级对象;可选地,该目标项Series级对象从第一项Series级对象选起;
S309,遍历目标项Series级对象所包括的各个DICOM TAG,根据目标项Series级对象的各个DICOM标签,确定目标项Series级对象相对应的JSON信息项的键和值;
S310,获取目标项Series级对象所包括的Image级对象的数据集合;
S311,遍历目标项Series级对象所包括的各个Image级对象的DICOM TAG,根据各个Image级对象的DICOM TAG,确定各个Image级对象相对应的JSON信息项的键和值;
S312,目标项Study级对象包含的Series级对象的数组集合中,选择下一个Series级对象作为目标项Series级对象,并返回执行步骤S309,直至目 标项Study级对象所包括的各个Series级对象均转换完成;
S313,在Study级对象的数组集合中,选择下一个Study级对象作为目标项Study级对象,并返回执行步骤S305,直至Study级对象所包括各个个Study级对象均转换完成;
S314,根据与各个级别数据相对应的JSON信息项的键和值,获取JSON格式文件,并保护该JSON格式文件;
S315,结束。
本公开实施例还提供一种基于医学数字成像和通信DICOM文件的转换装置,如图4所示,包括:
获取模块410,用于获取待转换DICOM文件的DICOM标签,所述DICOM标签包括:标签描述和标签值;
转换模块420,用于根据所述DICOM标签,将所述待转换DICOM文件转换为JSON格式文件。
本公开实施例所述DICOM文件的转换装置,根据待转换DICOM文件的DICOM标签,能够将待转换DICOM文件转换为JSON格式文件,使得DICOM文件的查看更为通用,解决DICOM文件内容查看不方便的问题。
可选地,本公开实施例所述转换装置,所述获取模块410具体用于:
获取所述待转换DICOM文件中各个级别数据的DICOM标签;
所述转换模块420包括:
信息确定单元421,用于根据各个级别数据的DICOM标签,确定与各个级别数据相对应的JSON信息项的键和值;
文件获取单元422,用于根据与各个级别数据相对应的JSON信息项的键和值,获取所述JSON格式文件。
可选地,所述的转换装置,其中,所述信息确定单元421具体用于:
根据其中一目标级别数据的DICOM标签相对应的标签描述,确定与所述目标级别数据相对应的JSON信息项的键;以及,根据所述目标级别数据的DICOM标签相对应的标签值,确定与所述目标级别数据相对应的JSON信息项的值。
可选地,所述的转换装置,其中,所述信息确定单元421根据其中一目 标级别数据的DICOM标签相对应的标签描述,确定与所述目标级别数据相对应的JSON信息项的键,具体为:
将所述目标级别数据的DICOM标签相对应的标签描述,作为与所述目标级别数据相对应的JSON信息项的键。
可选地,所述的转换装置,其中,所述信息确定单元421根据所述目标级别数据的DICOM标签相对应的标签值,确定与所述目标级别数据相对应的JSON信息项的值,具体为:
所述目标级别数据的DICOM标签相对应的标签值为单值时,将DICOM标签的标签值作为与所述目标级别数据相对应的JSON信息项的值;
所述目标级别数据的DICOM标签相对应的标签值为多值时,将DICOM标签的多个标签值转换为JSON格式数组对象,将所述JSON格式数组对象作为与所述目标级别数据相对应的JSON信息项的值;
所述目标级别数据的DICOM相对应的标签值为空值时,将空值NULL作为与所述目标级别数据相对应的JSON信息项的值。
可选地,所述的转换装置,还包括:目标级别数据确定单元,用于按照循环算法依次将各个级别数据作为目标级别数据,其中,Patient级数据嵌套Study级数据,Study级数据嵌套Series级数据,Series级数据嵌套Image级数据,且上一级别数据包括至少一组下一级别数据
本公开实施例还提供一种基于医学数字成像和通信DICOM文件的转换设备,包括存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机程序;其中,所述处理器执行所述程序时实现如上任一项所述的转换方法。
根据以上的详细描述,本领域技术人员应该能够了解所述转换设备的处理器执行计算机程序时执行上述转换方法的具体实施方式,在此不再详细说明。
以上所述的是本公开的可选实施方式,应当指出对于本技术领域的普通人员来说,在不脱离本公开所述原理前提下,还可以作出若干改进和润饰,这些改进和润饰也应视为本公开的保护范围。

Claims (16)

  1. 一种基于医学数字成像和通信DICOM文件的转换方法,包括:
    获取待转换DICOM文件的DICOM标签,所述DICOM标签包括:标签描述和标签值;
    根据所述DICOM标签,将所述待转换DICOM文件转换为JSON格式文件。
  2. 根据权利要求1所述的转换方法,其中,所述标签值包括:单值、多值、空值。
  3. 根据权利要求1所述的转换方法,其中,所述待转换DICOM文件的数据结构具有多个级别,各个级别的数据均具有DICOM标签。
  4. 根据权利要求3所述的转换方法,其中,所述待转换DICOM文件的数据结构具有以下至少一个级别:Patient级、Study级、Series级、Image级。
  5. 根据权利要求3所述的转换方法,其中,
    所述获取待转换DICOM文件的DICOM标签,包括:获取所述待转换DICOM文件中各个级别数据的DICOM标签;
    所述根据所述DICOM标签,将所述待转换DICOM文件转换为JSON格式文件,包括:
    根据各个级别数据的DICOM标签,确定与各个级别数据相对应的JSON信息项的键和值;
    根据与各个级别数据相对应的JSON信息项的键和值,获取所述JSON格式文件。
  6. 根据权利要求5所述的转换方法,其中,所述根据各个级别数据的DICOM标签,确定与各个级别数据相对应的JSON信息项的键和值,包括:
    根据其中一目标级别数据的DICOM标签相对应的标签描述,确定与所述目标级别数据相对应的JSON信息项的键;以及
    根据所述目标级别数据的DICOM标签相对应的标签值,确定与所述目标级别数据相对应的JSON信息项的值。
  7. 根据权利要求6所述的转换方法,其中,所述根据其中一目标级别数 据的DICOM标签相对应的标签描述,确定与所述目标级别数据相对应的JSON信息项的键,包括:
    将所述目标级别数据的DICOM标签相对应的标签描述,作为与所述目标级别数据相对应的JSON信息项的键。
  8. 根据权利要求6所述的转换方法,其中,所述根据所述目标级别数据的DICOM标签相对应的标签值,确定与所述目标级别数据相对应的JSON信息项的值,包括:
    所述目标级别数据的DICOM标签相对应的标签值为单值时,将DICOM标签的标签值作为与所述目标级别数据相对应的JSON信息项的值;
    所述目标级别数据的DICOM标签相对应的标签值为多值时,将DICOM标签的多个标签值转换为JSON格式数组对象,将所述JSON格式数组对象作为与所述目标级别数据相对应的JSON信息项的值;
    所述目标级别数据的DICOM标签相对应的标签值为空值时,将空值NULL作为与所述目标级别数据相对应的JSON信息项的值。
  9. 根据权利要求6所述的转换方法,还包括:
    按照循环算法依次将各个级别数据作为目标级别数据,其中,Patient级数据嵌套Study级数据,Study级数据嵌套Series级数据,Series级数据嵌套Image级数据,且上一级别数据包括至少一组下一级别数据。
  10. 一种基于医学数字成像和通信DICOM文件的转换装置,其中,包括:
    获取模块,用于获取待转换DICOM文件的DICOM标签,所述DICOM标签包括:标签描述和标签值;
    转换模块,用于根据所述DICOM标签,将所述待转换DICOM文件转换为JSON格式文件。
  11. 根据权利要求10所述的转换装置,其中,所述获取模块具体用于:
    获取所述待转换DICOM文件中各个级别数据的DICOM标签;
    所述转换模块包括:
    信息确定单元,用于根据各个级别数据的DICOM标签,确定与各个级别数据相对应的JSON信息项的键和值;
    文件获取单元,用于根据与各个级别数据相对应的JSON信息项的键和 值,获取所述JSON格式文件。
  12. 根据权利要求8所述的转换装置,其中,所述信息确定单元具体用于:
    根据其中一目标级别数据的DICOM标签相对应的标签描述,确定与所述目标级别数据相对应的JSON信息项的键;以及
    根据所述目标级别数据的DICOM标签相对应的标签值,确定与所述目标级别数据相对应的JSON信息项的值。
  13. 根据权利要求12所述的转换装置,其中,所述信息确定单元根据其中一目标级别数据的DICOM标签相对应的标签描述,确定与所述目标级别数据相对应的JSON信息项的键,具体为:
    将所述目标级别数据的DICOM标签相对应的标签描述,作为与所述目标级别数据相对应的JSON信息项的键。
  14. 根据权利要求12所述的转换装置,其中,所述信息确定单元根据所述目标级别数据的DICOM标签相对应的标签值,确定转换为JSON格式文件与所述目标级别数据相对应的JSON信息项的值,具体为:
    所述目标级别数据的DICOM标签相对应的标签值为单值时,将DICOM标签的标签值作为与所述目标级别数据相对应的JSON信息项的值;
    所述目标级别数据的DICOM标签相对应的标签值为多值时,将DICOM标签的多个标签值转换为JSON格式数组对象,将所述JSON格式数组对象作为与所述目标级别数据相对应的JSON信息项的值;
    所述目标级别数据的DICOM标签相对应的标签值为空值时,将空值NULL作为与所述目标级别数据相对应的JSON信息项的值。
  15. 根据权利要求12所述的转换装置,
    还包括:目标级别数据确定单元,用于按照循环算法依次将各个级别数据作为目标级别数据,其中,Patient级数据嵌套Study级数据,Study级数据嵌套Series级数据,Series级数据嵌套Image级数据,且上一级别数据包括至少一组下一级别数据。
  16. 一种基于医学数字成像和通信DICOM文件的转换设备,包括存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机程序;其中, 所述处理器执行所述程序时实现如权利要求1-9任一项所述的转换方法。
PCT/CN2020/092534 2019-05-30 2020-05-27 基于dicom文件的转换方法、装置及设备 WO2020238940A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US17/255,690 US20210272680A1 (en) 2019-05-30 2020-05-27 Method, apparatus and device for converting dicom based file

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910463298.2A CN110175149A (zh) 2019-05-30 2019-05-30 基于dicom文件的转换方法、装置及设备
CN201910463298.2 2019-05-30

Publications (1)

Publication Number Publication Date
WO2020238940A1 true WO2020238940A1 (zh) 2020-12-03

Family

ID=67696610

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/092534 WO2020238940A1 (zh) 2019-05-30 2020-05-27 基于dicom文件的转换方法、装置及设备

Country Status (3)

Country Link
US (1) US20210272680A1 (zh)
CN (1) CN110175149A (zh)
WO (1) WO2020238940A1 (zh)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110175149A (zh) * 2019-05-30 2019-08-27 京东方科技集团股份有限公司 基于dicom文件的转换方法、装置及设备

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160063191A1 (en) * 2014-08-31 2016-03-03 General Electric Company Methods and systems for improving connections within a healthcare ecosystem
CN105787280A (zh) * 2016-03-23 2016-07-20 武汉联影医疗科技有限公司 医疗云网关的患者数据处理方法、云网关及医疗云系统
CN106709240A (zh) * 2016-12-01 2017-05-24 彭志勇 医学dicom图像显示方法
CN110175149A (zh) * 2019-05-30 2019-08-27 京东方科技集团股份有限公司 基于dicom文件的转换方法、装置及设备

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9298730B2 (en) * 2012-07-04 2016-03-29 International Medical Solutions, Inc. System and method for viewing medical images
CN105224510B (zh) * 2015-09-21 2021-07-09 杭州施强教育科技有限公司 一种文档格式文件的转换方法
CN107229503B (zh) * 2016-03-23 2021-04-30 北京京东尚科信息技术有限公司 Visio文件转换方法及系统

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160063191A1 (en) * 2014-08-31 2016-03-03 General Electric Company Methods and systems for improving connections within a healthcare ecosystem
CN105787280A (zh) * 2016-03-23 2016-07-20 武汉联影医疗科技有限公司 医疗云网关的患者数据处理方法、云网关及医疗云系统
CN106709240A (zh) * 2016-12-01 2017-05-24 彭志勇 医学dicom图像显示方法
CN110175149A (zh) * 2019-05-30 2019-08-27 京东方科技集团股份有限公司 基于dicom文件的转换方法、装置及设备

Also Published As

Publication number Publication date
CN110175149A (zh) 2019-08-27
US20210272680A1 (en) 2021-09-02

Similar Documents

Publication Publication Date Title
JP6463970B2 (ja) 医療選択システム
US7676381B2 (en) Medical support system
US8285565B2 (en) Gathering, storing, and retrieving summary electronic healthcare record information from healthcare providers
US20130024208A1 (en) Advanced Multimedia Structured Reporting
CN110782973B (zh) 医学影像信息分级存储方法及装置、计算机设备及介质
US9922026B2 (en) System and method for processing a natural language textual report
KR101576047B1 (ko) 의료 영상 판독 과정에서 구조화된 관심 영역 정보 생성 방법 및 그 장치
JP7403434B2 (ja) 自動スキャン推奨プロトコルのための方法およびシステム
JP2009129108A (ja) レポート検索装置、及びレポート検索方法
US20190108175A1 (en) Automated contextual determination of icd code relevance for ranking and efficient consumption
JP2001125994A (ja) 医用レポートシステム
WO2020238940A1 (zh) 基于dicom文件的转换方法、装置及设备
US20070140538A1 (en) Method for processing unenhanced medical images
JP5631914B2 (ja) データベース検索装置、方法、及び、プログラム
JP7150605B2 (ja) 医療画像の画像関連情報を検証するための装置、システム及び方法。
JP2021530787A (ja) 放射線医学のための類似画像の検索
US20100205007A1 (en) Method of Pathologic Correlation for Radiology Resident Education
CN106295138B (zh) 医学图像文件的读取方法及其装置
JP7370865B2 (ja) 画像読影環境において所見ベースの関連する臨床的コンテキストを提供する動的システム
JP5490632B2 (ja) 診断レポート検索装置
JP2009039221A (ja) 医用画像処理システム、医用画像処理方法、及びプログラム
JP7077056B2 (ja) リスク評価装置およびリスク評価方法
CN114694780A (zh) 用于数据处理的方法、设备和介质
JP2008159148A (ja) 画像データ管理装置
JP2017028407A (ja) 撮影指示プログラム、撮影指示装置、および撮影指示方法

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20813679

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20813679

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 20813679

Country of ref document: EP

Kind code of ref document: A1

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 220722)

122 Ep: pct application non-entry in european phase

Ref document number: 20813679

Country of ref document: EP

Kind code of ref document: A1