CN111813755A - Method, device and system for processing DICOM file - Google Patents

Method, device and system for processing DICOM file Download PDF

Info

Publication number
CN111813755A
CN111813755A CN202010723213.2A CN202010723213A CN111813755A CN 111813755 A CN111813755 A CN 111813755A CN 202010723213 A CN202010723213 A CN 202010723213A CN 111813755 A CN111813755 A CN 111813755A
Authority
CN
China
Prior art keywords
file
dicom
image
sending
dicom file
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
CN202010723213.2A
Other languages
Chinese (zh)
Inventor
陈颀潇
张豪
彭嵩阳
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Siemens Ltd China
Original Assignee
Siemens Ltd China
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 Siemens Ltd China filed Critical Siemens Ltd China
Priority to CN202010723213.2A priority Critical patent/CN111813755A/en
Publication of CN111813755A publication Critical patent/CN111813755A/en
Priority to PCT/CN2021/100438 priority patent/WO2022017085A1/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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/17Details of further file system functions
    • G06F16/174Redundancy elimination performed by the file system
    • G06F16/1744Redundancy elimination performed by the file system using compression, e.g. sparse files
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]

Abstract

The embodiment of the invention discloses a method, a device and a system for processing a Digital Imaging and Communications in Medicine (DICOM) file. The method comprises the following steps: generating an image file based on pixel data contained in the DICOM file; generating a compressed file of the DICOM file; when an image sending instruction is received, sending the image file; and when a file sending instruction is received, sending the DICOM file or the compressed file. The embodiment of the invention can improve the transmission efficiency of the DICOM file and can efficiently display the image.

Description

Method, device and system for processing DICOM file
Technical Field
The present invention relates to the technical field of medical devices, and in particular, to a method, an apparatus, and a system for processing Digital Imaging and Communications in Medicine (DICOM) files. More particularly, the present invention relates to a method, apparatus and system for transmitting medical digital imaging and communication files.
Background
DICOM is an international standard for medical images and related information. It defines a medical image format that can be used for data exchange with a quality that meets clinical needs. DICOM is widely used in the fields of radiation medicine, cardiovascular imaging, and radiodiagnosis and treatment (e.g., X-ray equipment, CT equipment, magnetic resonance equipment, ultrasound equipment, etc.), and is increasingly used in ophthalmology, dentistry, and other medical fields. DICOM files contain not only the information of the image itself, but also a large amount of medically relevant information. The introduction and implementation of the DICOM standard simplify the implementation of medical image information exchange, and promote the research and development of Picture Archiving and Communication Systems (PACS).
In the prior art, when a client needs to browse a DICOM file, the required DICOM file is acquired from a PACS or a medical image device. However, DICOM files are typically large, and transferring DICOM files directly to clients reduces file transfer efficiency. Moreover, when a large number of images are contained in the DICOM file, the image loading speed of the client is slow, and it is difficult to efficiently display the images.
Disclosure of Invention
The embodiment of the invention provides a method, a device and a system for sending DICOM files.
The technical scheme of the embodiment of the invention is as follows:
a method of processing, in particular transmitting, DICOM files, comprising:
generating an image file based on pixel data contained in the DICOM file;
generating a compressed file of the DICOM file;
when an image sending instruction is received, sending the image file; and when a file sending instruction is received, sending the DICOM file or the compressed file.
As can be seen, in the embodiments of the present invention, when an image transmission instruction is received, an image file is transmitted, and when a file transmission instruction is received, a DICOM file or a compressed file is transmitted. Therefore, the image file, the DICOM file or the compressed file thereof can be selectively transmitted based on the user demand, and the file transmission efficiency is improved.
In one embodiment, the generating an image file based on pixel data contained in a DICOM file includes:
reducing a sampling rate of pixel data contained in the DICOM file based on a predetermined window width level parameter;
generating the image file based on the pixel data after the sampling rate is reduced, wherein the format of the image file comprises at least one of the following:
bitmap file (BMP) format; image interchange format (GIF); tag image file format (TIF); joint Photographic Experts Group (JPEG) format; interchange File Format (IFF); exchangeable image file format (EXIF); portable Network Graphics (PNG) format.
Therefore, the embodiment of the invention further reduces the data transmission amount by reducing the sampling rate of the pixel data and converting the pixel data into the image file with the format.
In one embodiment, the transmitting the DICOM file or the compressed file includes:
when the size of the DICOM file exceeds a preset threshold value, transmitting the compressed file;
and when the size of the DICOM file does not exceed the threshold value, sending the DICOM file.
Therefore, the DICOM file or the compressed file thereof is determined and sent based on the size of the DICOM file, and the file transmission efficiency is further improved.
In one embodiment, further comprising:
transmitting paging information of the image file;
and when a preloading instruction containing the current page number is received, sending the image file in the page number related to the current page number.
Therefore, the embodiment of the invention further sends the paging information of the image file, so that the image file in the page number related to the current page number can be sent in a targeted manner based on the returned preloading instruction containing the current page number, the preloading of the image file is facilitated, and the image can be displayed efficiently and quickly.
An apparatus for processing, in particular transmitting, DICOM files, comprising:
an image file generation module adapted to generate an image file based on pixel data contained in the DICOM file;
a compressed file generation module adapted to generate a compressed file of the DICOM file;
a sending module adapted to send the image file when receiving an image sending instruction; and when a file sending instruction is received, sending the DICOM file or the compressed file.
As can be seen, in the embodiments of the present invention, when an image transmission instruction is received, an image file is transmitted, and when a file transmission instruction is received, a DICOM file or a compressed file is transmitted. Therefore, the image file, the DICOM file or the compressed file thereof can be selectively transmitted based on the user demand, and the file transmission efficiency is improved.
In one embodiment, an image file generation module adapted to reduce a sampling rate of pixel data contained in the DICOM file based on a predetermined window width level parameter; generating the image file based on the pixel data after the sampling rate is reduced, wherein the format of the image file comprises at least one of the following:
a bitmap file format; an image exchange format; label image file format; a joint photographic experts group format; exchanging file formats; the image file format can be exchanged; portable network image formats.
Therefore, the embodiment of the invention further reduces the data transmission amount by reducing the sampling rate of the pixel data and converting the pixel data into the image file with the format.
In one embodiment of the method of the present invention,
a sending module adapted to send the compressed file when the size of the DICOM file exceeds a predetermined threshold; and when the size of the DICOM file does not exceed the threshold value, sending the DICOM file.
Therefore, the DICOM file or the compressed file thereof is determined and sent based on the size of the DICOM file, and the file transmission efficiency is further improved.
In one embodiment, a sending module adapted to send paging information of the image file; and when a preloading instruction containing the current page number is received, sending the image file in the page number related to the current page number.
Therefore, the embodiment of the invention further sends the paging information of the image file, so that the image file in the page number related to the current page number can be sent in a targeted manner based on the returned preloading instruction containing the current page number, the preloading of the image file is facilitated, and the image can be displayed efficiently and quickly.
A system for processing, in particular transmitting, DICOM files, comprising:
a server adapted to generate an image file based on pixel data contained in a DICOM file, generate a compressed file of the DICOM file;
a client adapted to send an image sending instruction or a file sending instruction;
wherein the server is further adapted to send the image file to a client when receiving the image sending instruction; and when the file sending instruction is received, sending the DICOM file or the compressed file to a client.
Therefore, in the embodiment of the invention, the image file is sent when the server receives the image sending instruction, the DICOM file or the compressed file is sent when the server receives the file sending instruction, and the server can selectively send the image file, the DICOM file or the compressed file thereof based on the user requirement, so that the file transmission efficiency is improved.
In one embodiment, the server is adapted to send paging information of the image file to a client;
the client is adapted to generate a display page based on the paging information and send a preloading instruction containing a current page number based on a predetermined operation of a user on the display page;
wherein the server is further adapted to send an image file in a page number associated with the current page number to a client when receiving the preload instruction.
Therefore, the server further sends the paging information of the image files, so that the image files in the page numbers related to the current page numbers can be sent to the client in a targeted manner based on the preloading instruction which is returned by the client and contains the current page numbers, the preloading of the image files in the client is facilitated, and the images can be displayed efficiently and quickly.
In one embodiment, the server is adapted to obtain the DICOM file from a medical imaging device or obtain the DICOM file from a PACS, wherein the PACS obtains the DICOM file from a medical imaging device via a data exchange device.
Therefore, the server can acquire the DICOM file in various ways, and the application range is wide.
A server comprising a processor, a memory, and a computer program stored on the memory and executable on the processor, the computer program when executed by the processor implementing a method of transmitting DICOM files as described in any of the above.
Therefore, the embodiment of the invention also provides a server with a processor-memory architecture, which can selectively send the image file, the DICOM file or the compressed file thereof based on the user requirement, so that the file transmission efficiency is improved.
A computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements a method of transmitting a DICOM file as described in any of the above.
Therefore, the embodiment of the invention also provides a computer readable storage medium containing a computer program, which can selectively send image files, DICOM files or compressed files thereof based on user requirements, thereby improving the file transmission efficiency.
Drawings
Fig. 1 is a flowchart of a method of transmitting a DICOM file according to an embodiment of the present invention.
Fig. 2 is a diagram illustrating a DICOM file format.
Fig. 3 is a block diagram of an apparatus for transmitting a DICOM file according to an embodiment of the present invention.
Fig. 4 is a first exemplary block diagram of a system for transmitting a DICOM file according to an embodiment of the present invention.
Fig. 5 is a second exemplary block diagram of a system for transmitting a DICOM file according to an embodiment of the present invention.
Fig. 6 is a block diagram of an apparatus for transmitting a DICOM file having a processor-memory architecture according to an embodiment of the present invention.
Wherein the reference numbers are as follows:
Figure BDA0002600768010000041
Figure BDA0002600768010000051
Detailed Description
In order to make the technical scheme and advantages of the present invention more apparent, the present invention is further described in detail below with reference to the accompanying drawings and embodiments. It should be understood that the detailed description and specific examples, while indicating the scope of the invention, are intended for purposes of illustration only and are not intended to limit the scope of the invention.
For simplicity and clarity of description, the invention will be described below by describing several representative embodiments. Numerous details of the embodiments are set forth to provide an understanding of the principles of the invention. It will be apparent, however, that the invention may be practiced without these specific details. Some embodiments are not described in detail, but rather are merely provided as frameworks, in order to avoid unnecessarily obscuring aspects of the invention. Hereinafter, "including" means "including but not limited to", "according to … …" means "at least according to … …, but not limited to … … only". In view of the language convention of chinese, the following description, when it does not specifically state the number of a component, means that the component may be one or more, or may be understood as at least one.
The applicant found that: in the prior art, PACS or medical imaging devices provide a complete DICOM file directly to the client. However, DICOM files are usually large, and this blind file transfer method has a disadvantage of low transfer efficiency. In the studies intended to solve the technical problem, the applicant has also found that: the DICOM file transmitting device can accurately judge whether to transmit the image file, the DICOM file or the compressed file thereof to the client based on different instructions received from the client, thereby improving the transmission efficiency.
Fig. 1 is a flowchart of a method of transmitting a DICOM file according to an embodiment of the present invention. The method is adapted to be performed by a device for transmitting DICOM files. For example, the apparatus for sending DICOM files may be embodied as a server deployed in the PACS, or a server separate from the PACS.
As shown in fig. 1, the method includes:
step 101: an image file is generated based on the pixel data contained in the DICOM file.
Here, a device transmitting a DICOM file may access the PACS to acquire the DICOM file and save the DICOM file in its own storage medium. Alternatively, the apparatus for transmitting the DICOM file may directly acquire the DICOM file from the medical image device and store the DICOM file in its own storage medium. The medical imaging equipment is various instruments which use various different media as information carriers to reproduce the internal structure of a human body into images, and the image information of the medical imaging equipment has a corresponding relation in space and time distribution with the actual structure of the human body. Generally, the medical imaging apparatus may include an X-ray apparatus, a CT apparatus, a magnetic resonance apparatus, an ultrasound apparatus, and the like. The medical imaging device may generate a DICOM file, encapsulate the DICOM file into data packets based on a predetermined transmission protocol (e.g., TCP/IP protocol or CAN protocol, etc.), and send the data packets out via a data switching device (e.g., a switch or router, etc.) connected to the medical imaging device, such as to a PACS or a device sending the DICOM file.
In one embodiment, when the device sending the DICOM file is embodied as a server deployed in a PACS, the server may retrieve the DICOM file from the PACS.
In one embodiment, when the device sending the DICOM file is embodied as a server separate from the PACS, the server may retrieve the DICOM file from the PACS based on a communication connection with the PACS.
In one embodiment, when the apparatus for transmitting the DICOM file is embodied as a server separate from the PACS, the server may retrieve the DICOM file from the medical imaging device based on a communication connection with the medical imaging device.
While the above exemplary description describes an exemplary embodiment for obtaining a DICOM file, those skilled in the art will appreciate that this description is merely exemplary and is not intended to limit the scope of embodiments of the present invention.
In a DICOM file transmitting apparatus, an image file is generated based on pixel data included in the DICOM file, and the image file is further stored in the DICOM file transmitting apparatus.
In one embodiment, the sampling rate of pixel data contained in a DICOM file is reduced based on a predetermined window width level parameter; generating an image file having an image format based on the pixel data after the sampling rate reduction, wherein the image format includes at least one of: bitmap file (BMP) format; image interchange format (GIF); tag image file format (TIF); joint Photographic Experts Group (JPEG) format; IOS15444 file format; interchange File Format (IFF); exchangeable image file format (EXIF); portable Network Graphics (PNG) format, and so on.
It can be seen that by reducing the sampling rate of the pixel data in the DICOM file, the amount of storage of the pixel data (binary) can be reduced. Moreover, the storage capacity of an image file having an image format generated based on pixel data is further reduced, thereby facilitating storage and transmission of the image file.
Step 102: and generating a compressed file of the DICOM file.
Here, the apparatus for transmitting the DICOM file generates a compressed DICOM file, and stores the DICOM file and the compressed DICOM file.
The compressed DICOM file may be generated based on various predetermined file compression methods. For example, a lossless compression algorithm or a lossy compression algorithm may be used to generate a compressed DICOM file. Wherein, the lossless compression algorithm comprises: differential encoding, RLE, Huffman encoding, LZW encoding, arithmetic encoding, and the like. The lossy compression algorithm includes: predictive coding, perceptual coding, fractal compression, wavelet compression, JPEG/MPEG, and the like.
While the above exemplary description describes exemplary embodiments of generating a compressed file of a DICOM file, those skilled in the art will appreciate that this description is merely exemplary and is not intended to limit the scope of embodiments of the present invention.
The execution sequence of step 101 and step 102 is not particularly required. Namely: (1) step 101 may be performed first, and then step 102 may be performed; (2) step 102 may be performed first, and then step 101 may be performed; (3) step 101 and step 102 may be performed simultaneously.
Step 103: when an image sending instruction is received, sending an image file; when a file sending instruction is received, the DICOM file or the compressed file is sent.
Here, when the apparatus transmitting the DICOM file receives an image transmission instruction from the client, the apparatus transmits the image file to the client; when the device for sending the DICOM file receives a file sending instruction from the client, the DICOM file or the compressed file is sent to the client. When the size of the DICOM file exceeds a preset threshold value, sending the compressed file; and when the size of the DICOM file does not exceed a threshold value, transmitting the DICOM file. Preferably, the threshold value may be 10 Megabytes (MB).
When the client desires to browse the image file, the client sends an image sending instruction to a device sending the DICOM file; when the client desires to view the DICOM file, the client sends a file transmission instruction to the device that transmitted the DICOM file. The apparatus for transmitting the DICOM file can accurately judge whether to transmit the image file, the DICOM file or the compressed file thereof based on different instructions received from the client, thereby improving transmission efficiency.
In one embodiment, the method further comprises: transmitting paging information of the image file; and when a preloading instruction containing the current page number is received, sending the image file in the page number related to the current page number. Preferably, the paging information of the image files includes the total number of the image files and the number of pages.
Preferably, the image file of the page number associated with the current page number generally includes:
(1) image files in the current page number;
(2) the image file of the page number in the preset range before the current page number;
(3) and image files in the page numbers within a predetermined range after the current page number.
Therefore, the image can be efficiently displayed in a preloading mode.
Examples are: the server transmits to the client page information of the image files, which specifically includes the total number of image files (e.g., 100 pages) and the page number (e.g., 5 pages, 20 images per page). The client generates a presentation page containing 5 pages, each of which can present 20 images, based on the paging information. When the client detects that the user drags to the bottom of the 3 rd page and stays for a preset time (such as two seconds), the client sends a preloading instruction containing the current page number (namely 3) to the server, and the server sends the image file of the 2 nd page, the image file of the 3 rd page and the image file of the 4 th page to the client. The client presents the image file of page 3 and preloads the image file of page 2 and the image file of page 4 in the background. Therefore, when the user drags the page forward or backward after browsing the 3 rd page, the image of the 2 nd page and the image of the 4 th page can be displayed quickly, thereby displaying the images efficiently.
The transmission of the instructions and the files can be realized between the client and the device for sending the DICOM files through a wired interface or a wireless interface. The wired interface includes at least one of: a universal serial bus interface, a controller area network interface, a serial port, etc.; the wireless interface includes at least one of: infrared interface, near field communication interface, bluetooth interface, zigbee interface, wireless broadband interface, third generation mobile communication interface, fourth generation mobile communication interface, fifth generation mobile communication interface, and so on.
Fig. 2 is a diagram illustrating a DICOM file format. As shown in fig. 2, the DICOM file 20 includes a DICOM file header 31 and a DICOM data set 32.
The DICOM file header 31 contains information relevant to identifying the data set, and each DICOM file includes a file header. The DICOM file header 31 contains relevant information identifying the data set. Specifically, the DICOM file header 31 includes: (1) a file preamble 21 consisting of 128 bytes; (2) a DICOM prefix 22, which can determine whether the file is a DICOM file according to whether a character string with the length of 4 bytes is equal to 'DICM'; (3) and a file information element 23.
The DICOM data set 32 is the main component of the DICOM file 31 and contains a plurality of data elements 24. Each data element 24 includes: (1) DICOM TAG (TAG) 41: storing an identification of the item of information; (2) value presentation (VR) field 42: storing a data type describing the item of information; (3) value length field 43: storing a data length describing the item of information; (4) value field 44: a data value describing the item of information is stored.
The DICOM standard defines 27 basic data types, i.e. 27 VRs, in PS 3.5. Specifically, the value representation field 42 may include: (1) code String (CS); (2) short String (SH); (3) long String (LO); (4) short Text (ST); (5) long Text (LT); (6) unrestricted Text (UT); (6) application Entity (AE); (8) patient Name (PN); (9) unique Identifier (Unique Identifier, UI); (10) date (Data, DA); (11) time (TM); (12) date Time (DT); (13) age string (AgeString, AS); (14) integer String (IS); (15) fractional String (DS); (16) signed Short (SS); (17) unsigned Short (US); (18) signed Long (SL); (19) unsigned Long (UL); (20) attribute Tag (AT); (21) single precision Floating point (FL); (22) double-precision binary Floating-Point number (FD); (23) other Byte String (OB); (24) other Word String (OW); (25) other floating string (OF); (26) sequence Items, SQ; (27) unknown (UN).
In which pixel data is stored in the value field 44. An image file may be generated based on the pixel data stored in the value field 44.
Based on the above description, the embodiment of the invention also provides a device for sending the DICOM file.
Fig. 3 is a block diagram of an apparatus for transmitting a DICOM file according to an embodiment of the present invention.
As shown in fig. 3, the apparatus 300 for transmitting a DICOM file includes:
an image file generation module 301 adapted to generate an image file based on pixel data contained in a DICOM file;
a compressed file generation module 302 adapted to generate a compressed file of a DICOM file;
a sending module 303 adapted to send the image file when receiving an image sending instruction; when a file sending instruction is received, the DICOM file or the compressed file is sent.
In one embodiment, the image file generation module 301 is adapted to reduce the sampling rate of pixel data contained in a DICOM file based on a predetermined window width level parameter; generating an image file having an image format based on the pixel data after the sampling rate reduction, wherein the image format includes at least one of: BMP format; GIF format; the TIF format; the JPEG format; an IFF format; an EXIF format; PNG format, etc.
In one embodiment, the sending module 303 is adapted to send the compressed file when the size of the DICOM file exceeds a predetermined threshold; and when the size of the DICOM file does not exceed the threshold value, sending the DICOM file.
In one embodiment, the sending module 303 is adapted to send paging information of the image file; and when a preloading instruction containing the current page number is received, sending the image file in the page number related to the current page number.
The apparatus 300 for sending DICOM files may be embodied as a server deployed in the PACS, or a server separate from the PACS.
Based on the above description, the embodiment of the invention also provides a system for transmitting the DICOM file.
Fig. 4 is a first exemplary block diagram of a system for transmitting a DICOM file according to an embodiment of the present invention.
As shown in fig. 4, the system 50 includes:
a medical imaging device 51 for generating a DICOM image and transmitting the DICOM image;
a data exchange device 52 connected to the medical imaging device 51 for transmitting the DICOM image to the PACS 53;
a server 54 for acquiring the DICOM file from the medical imaging apparatus 51 or acquiring the DICOM file from the PACS53, and for generating an image file based on pixel data contained in the DICOM file and generating a compressed file of the DICOM file;
a client 55 disposed at a fixed position, which transmits an image transmission instruction or a file transmission instruction to the server 54;
wherein the server 54 is further adapted to, upon receiving an image transmission instruction, transmit the image file to the client 55 arranged at a fixed location; when a file transmission instruction is received, the DICOM file or the compressed file is transmitted to the client 55 disposed at a fixed position.
For example, the client 55 disposed at a fixed location may be implemented as a Personal Computer (PC). The server 54 may be deployed in a PACS or separately from a PACS. In particular, the server 54 may include a device 300 for transmitting DICOM files as shown in FIG. 3.
Wherein, when the client 55 disposed at a fixed position desires to view only an image, an image transmission instruction is transmitted to the server 54 based on a user operation; when a client 55 disposed at a fixed location desires to view a complete DICOM file, a file transmission instruction is sent to the server 54 based on a user operation. When the client 55 receives the compressed file from the server 54, decompression processing is performed on the compressed file, thereby acquiring a DICOM file.
Fig. 5 is a second exemplary block diagram of a system for acquiring a DICOM file according to an embodiment of the present invention.
As shown in fig. 5, a system 60 for transmitting DICOM files includes:
a medical imaging device 51 for generating a DICOM image and transmitting the DICOM image;
a data exchange device 52 connected to the medical imaging device 51 for transmitting the DICOM image to the PACS 53;
a server 54 for acquiring the DICOM file from the medical imaging apparatus 51 or acquiring the DICOM file from the PACS53, and for generating an image file based on pixel data contained in the DICOM file and generating a compressed file of the DICOM file;
a mobile client 65 that sends an image sending instruction or a file sending instruction;
wherein the server 54 is further adapted to send the image file to the mobile client 65 when receiving the image sending instruction; upon receiving the file transmission instruction, the DICOM file or the compressed file is transmitted to the movable client 65.
For example, the mobile client 65 may be implemented as a smart phone, a tablet computer, or a personal digital assistant, among others. The server 64 may be deployed in a PACS or separately from a PACS. The server 54 may include a device 300 for transmitting DICOM files as shown in fig. 3.
Wherein, when the mobile client 65 desires to view only the image, it sends an image sending instruction to the server 54 based on the user operation; when the mobile client 65 desires to view the complete DICOM file, a file sending instruction is sent to the server 54 based on the user operation. When the mobile client 55 receives the compressed file from the server 54, it performs decompression processing on the compressed file, thereby acquiring a DICOM file.
Fig. 6 is a block diagram of an apparatus for transmitting a DICOM file having a processor-memory architecture according to an embodiment of the present invention.
As shown in fig. 6, the apparatus 600 includes a processor 601 and a memory 602;
the memory 602 stores an application program executable by the processor 601 for causing the processor 601 to execute the DICOM file transmission method 100 shown in fig. 1.
The memory 602 may be implemented as various storage media such as an Electrically Erasable Programmable Read Only Memory (EEPROM), a Flash memory (Flash memory), and a Programmable Read Only Memory (PROM). The processor 601 may be implemented to include one or more central processors or one or more field programmable gate arrays that integrate one or more central processor cores. In particular, the central processor or central processor core may be implemented as a CPU or MCU.
It should be noted that not all steps and modules in the above flows and structures are necessary, and some steps or modules may be omitted according to actual needs. The execution order of the steps is not fixed and can be adjusted as required. The division of each module is only for convenience of describing adopted functional division, and in actual implementation, one module may be divided into multiple modules, and the functions of multiple modules may also be implemented by the same module, and these modules may be located in the same device or in different devices.
The hardware modules in the various embodiments may be implemented mechanically or electronically. For example, a hardware module may include a specially designed permanent circuit or logic device (e.g., a special purpose processor such as an FPGA or ASIC) for performing specific operations. A hardware module may also include programmable logic devices or circuits (e.g., including a general-purpose processor or other programmable processor) that are temporarily configured by software to perform certain operations. The implementation of the hardware module in a mechanical manner, or in a dedicated permanent circuit, or in a temporarily configured circuit (e.g., configured by software), may be determined based on cost and time considerations.
The present invention also provides a machine-readable storage medium storing instructions for causing a machine to perform a method as described herein. Specifically, a system or an apparatus equipped with a storage medium on which a software program code that realizes the functions of any of the embodiments described above is stored may be provided, and a computer (or a CPU or MPU) of the system or the apparatus is caused to read out and execute the program code stored in the storage medium. Further, part or all of the actual operations may be performed by an operating system or the like operating on the computer by instructions based on the program code. The functions of any of the above-described embodiments may also be implemented by writing the program code read out from the storage medium to a memory provided in an expansion board inserted into the computer or to a memory provided in an expansion unit connected to the computer, and then causing a CPU or the like mounted on the expansion board or the expansion unit to perform part or all of the actual operations based on the instructions of the program code.
Examples of the storage medium for supplying the program code include floppy disks, hard disks, magneto-optical disks, optical disks (e.g., CD-ROMs, CD-R, CD-RWs, DVD-ROMs, DVD-RAMs, DVD-RWs, DVD + RWs), magnetic tapes, nonvolatile memory cards, and ROMs. Alternatively, the program code may be downloaded from a server computer or the cloud by a communication network.
The above description is only a preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (13)

1. A method (100) of processing a DICOM file, comprising:
generating an image file (101) based on pixel data contained in the DICOM file;
generating a compressed file (102) of the DICOM file;
when an image sending instruction is received, sending the image file; when a file sending instruction is received, the DICOM file or the compressed file is sent (103).
2. The method (100) of processing a DICOM file as claimed in claim 1, wherein the generating an image file (100) based on pixel data contained in the DICOM file comprises:
reducing a sampling rate of pixel data contained in the DICOM file based on a predetermined window width level parameter;
generating the image file based on the pixel data after the sampling rate is reduced, wherein the format of the image file comprises at least one of the following:
a bitmap file format; an image exchange format; label image file format; a joint photographic experts group format; exchanging file formats; the image file format can be exchanged; portable network image formats.
3. The method (100) of processing DICOM files in accordance with claim 1,
the transmitting DICOM file or the compressed file includes:
when the size of the DICOM file exceeds a preset threshold value, transmitting the compressed file;
and when the size of the DICOM file does not exceed the threshold value, sending the DICOM file.
4. The method (100) of processing a DICOM file as claimed in claim 1, further comprising:
transmitting paging information of the image file;
and when a preloading instruction containing the current page number is received, sending the image file in the page number related to the current page number.
5. An apparatus (300) for processing a DICOM file, comprising:
an image file generation module (301) adapted to generate an image file based on pixel data contained in a DICOM file;
a compressed file generation module (302) adapted to generate a compressed file of the DICOM file;
a sending module (303) adapted to send the image file when receiving an image sending instruction; and when a file sending instruction is received, sending the DICOM file or the compressed file.
6. The apparatus (300) for processing a DICOM file in accordance with claim 5,
an image file generation module (301) adapted to reduce a sampling rate of pixel data contained in the DICOM file based on a predetermined window width level parameter; generating the image file based on the pixel data after the sampling rate is reduced, wherein the format of the image file comprises at least one of the following:
a bitmap file format; an image exchange format; label image file format; a joint photographic experts group format; exchanging file formats; the image file format can be exchanged; portable network image formats.
7. The apparatus (300) for processing a DICOM file in accordance with claim 5,
a sending module (303) adapted to send the compressed file when the DICOM file size exceeds a predetermined threshold; and when the size of the DICOM file does not exceed the threshold value, sending the DICOM file.
8. The apparatus (300) for processing a DICOM file in accordance with claim 5,
a sending module (303) adapted to send paging information of the image file; and when a preloading instruction containing the current page number is received, sending the image file in the page number related to the current page number.
9. A system (50) for processing DICOM files, comprising:
a server (54) adapted to generate an image file based on pixel data contained in a DICOM file, generate a compressed file of the DICOM file;
a client (55, 65) adapted to send an image sending instruction or a file sending instruction;
wherein the server (54) is further adapted to send the image file to a client (55, 65) upon receiving the image sending instruction; when the file sending instruction is received, the DICOM file or the compressed file is sent to a client (55, 65).
10. The system (50) for processing DICOM files in claim 9,
the server (54) adapted to send paging information of the image files to a client (55, 65);
the client (55, 65) is adapted to generate a display page based on the paging information, and send a preloading instruction containing a current page number based on a predetermined operation of a user on the display page;
wherein the server (54) is further adapted to send an image file in a page number related to the current page number to a client (55, 65) when receiving the preload instruction.
11. The system (50) for processing DICOM files in claim 9,
the server (54) is adapted to acquire the DICOM file from a medical imaging device (51) or from an image archiving and communication system (53), wherein the image archiving and communication system (53) acquires the DICOM file from the medical imaging device (51) via a data exchange device (52).
12. A server (600) comprising a processor (601), a memory (602) and a computer program stored on the memory (602) and executable on the processor (601), the computer program, when executed by the processor (601), implementing the method (100) of processing a DICOM file as claimed in any one of claims 1 to 4.
13. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out a method (100) of processing a DICOM file according to any one of claims 1 to 4.
CN202010723213.2A 2020-07-24 2020-07-24 Method, device and system for processing DICOM file Pending CN111813755A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202010723213.2A CN111813755A (en) 2020-07-24 2020-07-24 Method, device and system for processing DICOM file
PCT/CN2021/100438 WO2022017085A1 (en) 2020-07-24 2021-06-16 Dicom file processing method, device and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010723213.2A CN111813755A (en) 2020-07-24 2020-07-24 Method, device and system for processing DICOM file

Publications (1)

Publication Number Publication Date
CN111813755A true CN111813755A (en) 2020-10-23

Family

ID=72861234

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010723213.2A Pending CN111813755A (en) 2020-07-24 2020-07-24 Method, device and system for processing DICOM file

Country Status (2)

Country Link
CN (1) CN111813755A (en)
WO (1) WO2022017085A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2022017085A1 (en) * 2020-07-24 2022-01-27 西门子(中国)有限公司 Dicom file processing method, device and system
WO2023013240A1 (en) * 2021-08-04 2023-02-09 株式会社ニデック Ophthalmologic information processing program and ophthalmological computer
CN116627919A (en) * 2023-06-14 2023-08-22 富士胶片(中国)投资有限公司 Medical image display method and system, electronic equipment and storage medium

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115662581A (en) * 2022-12-28 2023-01-31 神州医疗科技股份有限公司 Medical image interaction system, application and method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090103789A1 (en) * 2007-10-23 2009-04-23 Proscan Imaging, Llc Delivering and receiving medical images
CN102075742A (en) * 2009-10-30 2011-05-25 西门子公司 Method and system for transmitting medical image
CN108574807A (en) * 2018-04-28 2018-09-25 上海商汤智能科技有限公司 A kind of image treatment method and relevant device
CN110504020A (en) * 2019-08-23 2019-11-26 苏州浪潮智能科技有限公司 Medical image information system and browser-presented dicom image file method

Family Cites Families (4)

* 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
CN103414904A (en) * 2013-09-05 2013-11-27 苏州皓琪信息科技有限公司 Data compression storage method for medical high-capacity digital imaging and communications in medicine (DICOM) dynamic images
CN109545333A (en) * 2018-11-15 2019-03-29 青岛海信医疗设备股份有限公司 The method and device that Dicom image shows, handles
CN111813755A (en) * 2020-07-24 2020-10-23 西门子(中国)有限公司 Method, device and system for processing DICOM file

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090103789A1 (en) * 2007-10-23 2009-04-23 Proscan Imaging, Llc Delivering and receiving medical images
CN102075742A (en) * 2009-10-30 2011-05-25 西门子公司 Method and system for transmitting medical image
CN108574807A (en) * 2018-04-28 2018-09-25 上海商汤智能科技有限公司 A kind of image treatment method and relevant device
CN110504020A (en) * 2019-08-23 2019-11-26 苏州浪潮智能科技有限公司 Medical image information system and browser-presented dicom image file method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2022017085A1 (en) * 2020-07-24 2022-01-27 西门子(中国)有限公司 Dicom file processing method, device and system
WO2023013240A1 (en) * 2021-08-04 2023-02-09 株式会社ニデック Ophthalmologic information processing program and ophthalmological computer
CN116627919A (en) * 2023-06-14 2023-08-22 富士胶片(中国)投资有限公司 Medical image display method and system, electronic equipment and storage medium

Also Published As

Publication number Publication date
WO2022017085A1 (en) 2022-01-27

Similar Documents

Publication Publication Date Title
CN111813755A (en) Method, device and system for processing DICOM file
Larobina et al. Medical image file formats
US9342654B2 (en) Encoding high quality (medical) images using standard lower quality (web) image formats
JP5484048B2 (en) Large image storage and retrieval method via DICOM
EP2237179A2 (en) PACS optimization techniques
Bhagat et al. Medical images: Formats, compression techniques and DICOM image retrieval a survey
US20120076297A1 (en) Terminal for use in associating an annotation with an image
CN110349654B (en) Image processing method, device, storage medium and computer equipment
CN103678475A (en) Medical image sending device and medical image storing method
JP2006301965A (en) Information processor, image processor, image processing system and method, and storage medium
CN111883235A (en) Method and system for acquiring digital film and report based on medical image
CN110598025A (en) Film reading method, system, device, equipment and storage medium
JP6985721B2 (en) Pathological diagnosis management system, method and program
Ujgare et al. Conversion of DICOM Image in to JPEG, BMP and PNG Image Format
Punitha et al. Analysis of file formats and lossless compression techniques for medical images
Liu et al. Medical image conversion with DICOM
CN116705304A (en) Multi-mode task processing method, device, equipment and medium based on image text
CN106548010A (en) A kind of method and device of DICOM images remote browse
CN110310725B (en) DICOM image display method and device
CN105023217A (en) IHE gateway and medical information processing method for medical information platform
JP2014048884A (en) Medical image storage device and medical image storage reference system
JP4410985B2 (en) Image distribution system, image distribution method, program, and recording medium
WO2005050519A1 (en) Large scale tomography image storage and transmission and system.
CN112599223A (en) Compression method, device, equipment and storage medium for browser film reading data
Rusev A module for visualisation and analysis of digital images in DICOM file format.

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination