CN112951382B - Anonymous uploading method and system for medical images - Google Patents

Anonymous uploading method and system for medical images Download PDF

Info

Publication number
CN112951382B
CN112951382B CN202110156257.6A CN202110156257A CN112951382B CN 112951382 B CN112951382 B CN 112951382B CN 202110156257 A CN202110156257 A CN 202110156257A CN 112951382 B CN112951382 B CN 112951382B
Authority
CN
China
Prior art keywords
text
anonymous
file
user interface
result information
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.)
Active
Application number
CN202110156257.6A
Other languages
Chinese (zh)
Other versions
CN112951382A (en
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.)
Huiying Medical Technology Beijing Co ltd
Original Assignee
Huiying Medical Technology Beijing Co ltd
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 Huiying Medical Technology Beijing Co ltd filed Critical Huiying Medical Technology Beijing Co ltd
Priority to CN202110156257.6A priority Critical patent/CN112951382B/en
Publication of CN112951382A publication Critical patent/CN112951382A/en
Application granted granted Critical
Publication of CN112951382B publication Critical patent/CN112951382B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • G06F21/6245Protecting personal data, e.g. for financial or medical purposes
    • G06F21/6254Protecting personal data, e.g. for financial or medical purposes by anonymising data, e.g. decorrelating personal data from the owner's identification
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Abstract

The application discloses a medical image anonymous uploading method and a medical image anonymous uploading system, and relates to the technical field of medical image processing. The method comprises the following steps: the client uses a browser rendering process to display a user interface, wherein the user interface is used for a user to operate, send a file anonymizing request and display a file anonymizing result; the client sends DICOM file anonymous task information sent by a user to the server through a JS engine; the server executes a DICOM anonymous task by calling a preset program through a node, reads a return text of the preset program in real time, analyzes the return text to obtain a result information text, and sends the result information text to a browser rendering process through a process message through the node; and after receiving the result information text through the browser rendering process, the client updates the file anonymity state of the user interface. The application is suitable for anonymous uploading of medical images, can easily develop a user interface of a high-quality UI according to UI design manuscript, and greatly reduces the beautifying difficulty.

Description

Anonymous uploading method and system for medical images
Technical Field
The application relates to the technical field of medical image processing, in particular to a medical image anonymous uploading method and a medical image anonymous uploading system.
Background
Currently, there are three main modes for uploading medical images for a medical image system based on a B/S architecture, namely, a PACS system push forwarding mode, a web page uploading mode and a client uploading mode. The cross-platform software of the client uploading mode can adopt the technical scheme of C++, qt, java AWT/Swing and the like, and uses C++ or Java language to realize all functions, including the functions of a graphical interface, file selection, file scanning, DICOM file analysis, DICOM file anonymization, uploading and the like.
However, the anonymous uploading client developed by using the C++ Qt and Java AWT/Swing technology has high development, upgrading and maintenance costs, needs independent client developers, cannot reuse the maturity and the existing achievements of the B/S architecture system, is difficult to customize and beautify a user interface, and has poor user experience.
Disclosure of Invention
The application aims to solve the technical problem of providing a medical image anonymous uploading method and a medical image anonymous uploading system aiming at the defects of the prior art.
The technical scheme for solving the technical problems is as follows:
a medical image anonymously uploading method, comprising:
the client uses a browser rendering process to display a user interface, wherein the user interface is used for a user to operate, send out a file anonymizing request and display a file anonymizing result;
the client sends DICOM file anonymous task information sent by a user to a server through a JS engine;
the server executes a DICOM anonymous task by calling a preset program through a node, reads a return text of the preset program in real time, analyzes the return text to obtain a result information text, and sends the result information text to the browser rendering process through a process message through the node;
and after receiving the result information text through the browser rendering process, the client updates the file anonymity state of the user interface.
The other technical scheme for solving the technical problems is as follows:
a medical image anonymizing uploading system, comprising: a client and a server, wherein:
the client is used for displaying a user interface by using a browser rendering process, wherein the user interface is used for being operated by a user, sending a file anonymizing request and displaying a file anonymizing result;
the client is also used for sending DICOM file anonymous task information sent by a user to the server through a JS engine;
the server is used for executing a DICOM anonymous task through a node calling preset program, reading a return text of the preset program in real time, analyzing the return text to obtain a result information text, and sending the result information text to the browser rendering process through a process message through the node;
and the client is also used for updating the file anonymity state of the user interface after receiving the result information text through the browser rendering process.
The beneficial effects of the application are as follows: compared with the traditional uploading mode, the method and the device for the anonymous uploading of the medical images are applicable to anonymous uploading of the medical images, and the web technology is used for developing the user interface, so that the user interface of the high-quality UI can be easily developed according to the UI design draft, and the beautifying difficulty is greatly reduced. In addition, the function which is difficult to realize by the web technology is realized by node calling of the local program, the UI realization capability of the web and the non-web program bottom layer capability are integrated, complementation is realized, development, upgrading and maintenance costs are reduced, a user interface is easy to customize and beautify, and user experience is improved.
Additional aspects of the application will be set forth in part in the description which follows and, in part, will be obvious from the description, or may be learned by practice of the application.
Drawings
Fig. 1 is a schematic flow chart provided in an embodiment of a medical image anonymous uploading method of the present application;
FIG. 2 is a diagram of a user interface provided by an embodiment of a method for anonymously uploading medical images according to the present application;
fig. 3 is a structural framework diagram provided by an embodiment of the medical image anonymous uploading system of the present application.
Detailed Description
The principles and features of the present application are described below with reference to the drawings, the illustrated embodiments are provided for illustration only and are not intended to limit the scope of the present application.
As shown in fig. 1, a flow chart provided for an embodiment of a medical image anonymous uploading method of the present application includes:
s1, a client uses a browser rendering process to display a user interface, wherein the user interface is used for a user to operate, send a file anonymizing request and display a file anonymizing result;
it should be noted that, the user interface may be developed based on the web technology such as HTML, JS, CSS, and displayed through the browser rendering process, and the specific layout of the interface may be developed according to the actually required functions, for example, as shown in fig. 2, an exemplary user interface schematic diagram is provided, and the anonymization of the medical image mainly includes the following steps:
selecting a folder, namely selecting a DICOM file which needs anonymity;
image desensitization, the reliable protection of DICOM file is realized;
and uploading the image, and uploading the anonymous DICOM file to a server.
Based on this, as shown in fig. 2, 4 buttons may be developed, namely "add file", "add folder", "desensitize" and "upload", and a display interface may be set below these 4 buttons to display the information such as serial number, center number, subject number, and inspection device of DICOM file, and may display the anonymity progress and upload progress in real time.
Compared with other technology development clients, the user interface is displayed by using a browser rendering process, the interface can be conveniently beautified through CSS style, and the UX development efficiency is high.
S2, the client sends DICOM file anonymous task information sent by a user to the server through a JS engine;
the JS engine refers to a JavaScript engine, is a virtual machine specially processing JavaScript, and is generally attached to a web browser.
DICOM file refers to (Digital Imaging and Communications in Medicine, digital imaging and communication in medicine) is an international standard for medical images and related information, defining medical image formats that are available for data exchange of quality that meets clinical needs. DICOM is widely used in radiology, cardiovascular imaging and radiodiagnosis equipment, such as X-ray, CT, nuclear magnetic resonance, ultrasound, etc., where the DICOM file is composed of standardized and free-form header plus a series of image data, and a single DICOM object contains only one image, but the image may have multiple sets of images, so as to store dynamic images and other data in multiple forms, and the image data may be compressed for other formats, including JPEG, JPEG Lossless, JPEG 2000, LZW, RLE, etc.
S3, the server executes a DICOM anonymous task by calling a preset program through a node, reads a return text of the preset program in real time, analyzes the return text to obtain a result information text, and sends the result information text to a browser rendering process through a process message through the node;
the node refers to a node process, which belongs to a mature program implemented by non-web technology, and is not described herein.
A specific example is given below to illustrate the execution and resolution of DICOM anonymization tasks.
First, the user interface rendering layer involves system calls such as local file reading, writing, anonymity, etc., and the user interface rendering layer sends instructions to the node host process.
Then, after receiving the instruction of opening the folder or opening the file, the node main process calls the node api to display the folder or the file selection frame, and after the user selects the folder/file, the node main process scans all files.
Then, the node attempts to parse the DICOM file one by one from the scanned file list.
After the analysis is completed, the inspection, sequence and image level data structures are summarized, and the inspection list is transmitted to a user interface rendering layer for display through a process message.
And then, after receiving the anonymizing instruction, the node main process calls the node api to copy the file to be anonymized to the temporary directory.
Then, the node main process local process calls the DICOM anonymous program, transfers the file list to be anonymous in batches, reads and analyzes the returned data stream of the DICOM anonymous program in real time, and transfers the analyzed result to the user interface rendering layer for display through the process message after the call is completed.
And finally, after receiving the uploading instruction, the node main process calls the node api to upload the file to be uploaded by calling the HTTP interface, and the statistical uploading progress is transmitted to the user interface rendering layer for display.
The mature program which is realized by the non-web technology is called by the process message communication and node process calling mechanism, so that the function which is difficult to realize by the web technology is realized.
And S4, after receiving the result information text through the browser rendering process, the client updates the file anonymity state of the user interface.
For example, as shown in FIG. 2, the "anonymized" may be displayed at an upload interface of the user interface.
Compared with the traditional uploading mode, the method provided by the embodiment of the application uses the web technology to develop the user interface, so that the user interface of the high-quality UI can be easily developed according to the UI design manuscript, and the beautifying difficulty is greatly reduced. In addition, the function which is difficult to realize by the web technology is realized by node calling of the local program, the UI realization capability of the web and the non-web program bottom layer capability are integrated, complementation is realized, development, upgrading and maintenance costs are reduced, a user interface is easy to customize and beautify, and user experience is improved.
Optionally, in some possible embodiments, the preset program is a local exe program.
It should be appreciated that the local exe program may be written according to the DICOM file type, which is well known in the art and will not be described in detail herein.
Optionally, in some possible embodiments, the server executes the DICOM anonymous task by calling the preset program through a node, reads a return text of the preset program in real time, parses the return text to obtain a result information text, and specifically includes:
the server calls the local exe program to execute the DICOM anonymous task through the node, reads the return text of the local exe program in real time, regularly matches the return text of the local exe program, and analyzes the result information text containing the result information from the return text after matching is completed.
Optionally, in some possible embodiments, after parsing the returned text, the method further includes:
and summarizing the analyzed data into an inspection, sequence and image level data structure to obtain an inspection list, and sending the inspection list to a browser rendering process through a process message.
It should be appreciated that the specific content of the data summary into the inspection, sequence and image level data structure may be set according to actual requirements, for example, as shown in fig. 2, the inspection data structure may include: subject number, examination device, examination time, examination site, number of images, operation time, status, progress, etc., the sequence data structure may include: sequence type, sequence description, number of images, status and progress, etc., the image hierarchy data structure may include: image format, file path and status, etc.
The detection list is sent to the browser rendering process for display through the process message, so that a user can conveniently grasp the file anonymity progress in real time, and the experience of the user is improved.
Alternatively, in some possible implementations, the user interface is developed using HTML, JS, or CSS.
It will be appreciated that in some embodiments, some or all of the above embodiments may be included.
As shown in fig. 3, a structural framework diagram provided for an embodiment of the medical image anonymous uploading system of the present application, the medical image anonymous uploading system includes: client 1 and server 2, wherein:
the client 1 is used for displaying a user interface by using a browser rendering process, wherein the user interface is used for a user to operate, sending a file anonymizing request and displaying a file anonymizing result;
the client 1 is further configured to send, to the server 2, a DICOM file anonymous task message sent by the user through the JS engine;
the server 2 is used for executing a DICOM anonymous task by calling a preset program through a node, reading a return text of the preset program in real time, analyzing the return text to obtain a result information text, and sending the result information text to a browser rendering process through a process message through the node;
the client 1 is further configured to update a file anonymity state of the user interface after receiving the result information text through the browser rendering process.
Compared with the traditional uploading mode, the system provided by the embodiment of the application uses the web technology to develop the user interface, so that the user interface of the high-quality UI can be easily developed according to the UI design manuscript, and the beautifying difficulty is greatly reduced. In addition, the function which is difficult to realize by the web technology is realized by node calling of the local program, the UI realization capability of the web and the non-web program bottom layer capability are integrated, complementation is realized, development, upgrading and maintenance costs are reduced, a user interface is easy to customize and beautify, and user experience is improved.
Optionally, in some possible embodiments, the preset program is a local exe program.
Optionally, in some possible embodiments, the server 2 is specifically configured to execute a DICOM anonymous task by invoking the local exe program through a node, read a return text of the local exe program in real time, regularly match the return text of the local exe program, and parse a result information text containing result information from the return text after matching is completed.
Optionally, in some possible embodiments, the server 2 is further configured to aggregate the parsed data into an inspection, sequence, and image level data structure, obtain an inspection list, and send the inspection list to the browser rendering process through a process message.
Alternatively, in some possible implementations, the user interface is developed using HTML, JS, or CSS.
It will be appreciated that in some embodiments, some or all of the above embodiments may be included.
It should be noted that, each of the foregoing embodiments is a product example corresponding to the previous method example, and for the description of the product embodiment, reference may be made to the corresponding description in each of the foregoing method embodiments, which is not repeated herein.
The reader will appreciate that in the description of this specification, a description of terms "one embodiment," "some embodiments," "examples," "specific examples," or "some examples," etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the application. In this specification, schematic representations of the above terms are not necessarily directed to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, the different embodiments or examples described in this specification and the features of the different embodiments or examples may be combined and combined by those skilled in the art without contradiction.
In the several embodiments provided by the present application, it should be understood that the disclosed apparatus and method may be implemented in other manners. For example, the method embodiments described above are merely illustrative, e.g., the division of steps is merely a logical function division, and there may be additional divisions of actual implementation, e.g., multiple steps may be combined or integrated into another step, or some features may be omitted or not performed.
The above-described method, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer-readable storage medium. Based on such understanding, the technical solution of the present application is essentially or a part contributing to the prior art, or all or part of the technical solution may be embodied in the form of a software product stored in a storage medium, comprising several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to perform all or part of the steps of the methods of the embodiments of the present application. And the aforementioned storage medium includes: a usb disk, a removable hard disk, a Read-only memory (ROM), a random access memory (RAM, randomAccessMemory), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
The present application is not limited to the above embodiments, and various equivalent modifications and substitutions can be easily made by those skilled in the art within the technical scope of the present application, and these modifications and substitutions are intended to be included in the scope of the present application. Therefore, the protection scope of the application is subject to the protection scope of the claims.

Claims (6)

1. A medical image anonymously uploading method, comprising:
the client uses a browser rendering process to display a user interface, wherein the user interface is used for a user to operate, send out a file anonymizing request and display a file anonymizing result;
the client sends DICOM file anonymous task information sent by a user to a server through a JS engine;
the server executes a DICOM anonymous task by calling a preset program through a node, reads a return text of the preset program in real time, analyzes the return text to obtain a result information text, and sends the result information text to the browser rendering process through a process message through the node;
after receiving the result information text through the browser rendering process, the client updates the file anonymity state of the user interface;
the server executes DICOM anonymous task by calling a preset program through a node, reads a return text of the preset program in real time, analyzes the return text to obtain a result information text, and specifically comprises the following steps:
and the server calls a local exe program to execute a DICOM anonymous task through a node, reads a return text of the local exe program in real time, regularly matches the return text of the local exe program, and analyzes a result information text containing result information from the return text after matching is completed.
2. The method for anonymously uploading a medical image according to claim 1, further comprising, after parsing the return text:
and summarizing the analyzed data into an inspection, sequence and image level data structure to obtain an inspection list, and sending the inspection list to the browser rendering process through a process message.
3. The medical image anonymizing uploading method according to claim 1 or 2, wherein the user interface is developed using HTML, JS or CSS.
4. A medical image anonymizing uploading system, comprising: a client and a server, wherein:
the client is used for displaying a user interface by using a browser rendering process, wherein the user interface is used for being operated by a user, sending a file anonymizing request and displaying a file anonymizing result;
the client is also used for sending DICOM file anonymous task information sent by a user to the server through a JS engine;
the server is used for executing a DICOM anonymous task through a node calling preset program, reading a return text of the preset program in real time, analyzing the return text to obtain a result information text, and sending the result information text to the browser rendering process through a process message through the node;
the client is also used for updating the file anonymity state of the user interface after receiving the result information text through the browser rendering process;
the server executes DICOM anonymous task by calling a preset program through a node, reads a return text of the preset program in real time, analyzes the return text to obtain a result information text, and specifically comprises the following steps:
and the server calls a local exe program to execute a DICOM anonymous task through a node, reads a return text of the local exe program in real time, regularly matches the return text of the local exe program, and analyzes a result information text containing result information from the return text after matching is completed.
5. The system of claim 4, wherein the server is further configured to aggregate the parsed data into an inspection, sequence, image hierarchy data structure, obtain an inspection list, and send the inspection list to the browser rendering process via a process message.
6. The medical image anonymizing uploading system according to claim 4 or 5, wherein the user interface is developed using HTML, JS, or CSS.
CN202110156257.6A 2021-02-04 2021-02-04 Anonymous uploading method and system for medical images Active CN112951382B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110156257.6A CN112951382B (en) 2021-02-04 2021-02-04 Anonymous uploading method and system for medical images

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110156257.6A CN112951382B (en) 2021-02-04 2021-02-04 Anonymous uploading method and system for medical images

Publications (2)

Publication Number Publication Date
CN112951382A CN112951382A (en) 2021-06-11
CN112951382B true CN112951382B (en) 2023-09-29

Family

ID=76244050

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110156257.6A Active CN112951382B (en) 2021-02-04 2021-02-04 Anonymous uploading method and system for medical images

Country Status (1)

Country Link
CN (1) CN112951382B (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104572293A (en) * 2013-10-29 2015-04-29 蓝网科技有限公司 Implementation method of medical image reading system based on BS (Browser/Server) structure
CN106709240A (en) * 2016-12-01 2017-05-24 彭志勇 Medical DICOM (Digital Imaging and Communications in Medicine) image display method
CN106934245A (en) * 2017-03-21 2017-07-07 上海辉明软件有限公司 A kind of DICOM image display methods, device and system
CN107948159A (en) * 2017-11-27 2018-04-20 宁波市科技园区明天医网科技有限公司 A kind of method of medical image simultaneous display and diagnostic operation based on browser
CN108563728A (en) * 2018-04-04 2018-09-21 沈阳东软医疗系统有限公司 A kind of method and apparatus that medical image file is uploaded by browser
CN109859825A (en) * 2018-12-28 2019-06-07 杭州英放生物科技有限公司 A kind of anonymization data transmission system
CN110827959A (en) * 2019-11-04 2020-02-21 武汉联影医疗科技有限公司 Medical image processing method, device and storage medium
CN111145874A (en) * 2018-11-02 2020-05-12 北京赛迈特锐医疗科技有限公司 Medical image underlying basic data management system and management method thereof
CN112073453A (en) * 2020-07-21 2020-12-11 重庆市中迪医疗信息科技股份有限公司 Medical image cloud processing method, system and medium
CN112233774A (en) * 2020-09-23 2021-01-15 杭州英放生物科技有限公司 Personalized medical image management system

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120070045A1 (en) * 2009-12-17 2012-03-22 Gregory Vesper Global medical imaging repository
US8553965B2 (en) * 2012-02-14 2013-10-08 TerraRecon, Inc. Cloud-based medical image processing system with anonymous data upload and download
US10331852B2 (en) * 2014-01-17 2019-06-25 Arterys Inc. Medical imaging and efficient sharing of medical imaging information
JP7433038B2 (en) * 2018-12-19 2024-02-19 キヤノンメディカルシステムズ株式会社 Medical information anonymization system and anonymization method setting device

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104572293A (en) * 2013-10-29 2015-04-29 蓝网科技有限公司 Implementation method of medical image reading system based on BS (Browser/Server) structure
CN106709240A (en) * 2016-12-01 2017-05-24 彭志勇 Medical DICOM (Digital Imaging and Communications in Medicine) image display method
CN106934245A (en) * 2017-03-21 2017-07-07 上海辉明软件有限公司 A kind of DICOM image display methods, device and system
CN107948159A (en) * 2017-11-27 2018-04-20 宁波市科技园区明天医网科技有限公司 A kind of method of medical image simultaneous display and diagnostic operation based on browser
CN108563728A (en) * 2018-04-04 2018-09-21 沈阳东软医疗系统有限公司 A kind of method and apparatus that medical image file is uploaded by browser
CN111145874A (en) * 2018-11-02 2020-05-12 北京赛迈特锐医疗科技有限公司 Medical image underlying basic data management system and management method thereof
CN109859825A (en) * 2018-12-28 2019-06-07 杭州英放生物科技有限公司 A kind of anonymization data transmission system
CN110827959A (en) * 2019-11-04 2020-02-21 武汉联影医疗科技有限公司 Medical image processing method, device and storage medium
CN112073453A (en) * 2020-07-21 2020-12-11 重庆市中迪医疗信息科技股份有限公司 Medical image cloud processing method, system and medium
CN112233774A (en) * 2020-09-23 2021-01-15 杭州英放生物科技有限公司 Personalized medical image management system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Webbase Online Consulting System for quasi real time consultations of cardiac images;Csaba Jenei,等;Computing in Cardiology 2013;第975-978页 *
基于Nodejs的云PACS系统的设计与实现;杨振宇;中国优秀硕士学位论文全文数据库 信息科技辑(第02期);第I138-748页 *

Also Published As

Publication number Publication date
CN112951382A (en) 2021-06-11

Similar Documents

Publication Publication Date Title
CN111552473B (en) Application processing method, device and equipment
JP5322399B2 (en) Image management system, medical image management server, medical image management program
WO2011102309A1 (en) Medical coordination system
US20100287481A1 (en) Activity Management System and Method, Active Management Apparatus, Client Terminal, and Computer Program
CN101254135B (en) Medical image storage device
CN110311973B (en) Multi-tenant-oriented image cloud service system and method
CN102334096A (en) Platform agnostic screen capture tool
CN110532182B (en) Automatic testing method and device for virtualization platform
US6281893B1 (en) Method and apparatus for providing an object oriented approach to a device independent graphics control system
TWI448909B (en) A font file with graphic images
US20210064693A1 (en) Automated Front-End Code Generating Method and System for a Website
CN109545333A (en) The method and device that Dicom image shows, handles
CN110968395A (en) Method for processing rendering instruction in simulator and mobile terminal
CN111243712B (en) File processing method and device
US20080303839A1 (en) Facilitating caching in an image-processing system
US20100229083A1 (en) Screen display program generating apparatus, screen display system, computer readable storage medium having stored therein a computer program causing a computer to function as the screen display program generating apparatus, and screen display program generating method
US9286061B2 (en) Generating and managing electronic documentation
CN112951382B (en) Anonymous uploading method and system for medical images
US8751267B2 (en) Medical image processing server and managing method for medical image processing server
Jodogne et al. Open implementation of DICOM for whole-slide microscopic imaging
CN113157275B (en) Frame animation rendering method and device, electronic equipment and storage medium
CN108305161A (en) A kind of paying taxes service interface carding method and device
CN110310725B (en) DICOM image display method and device
CN113190509A (en) Animation processing method and device, electronic equipment and computer readable storage medium
US10425543B2 (en) Information processing device, information processing method, and computer-readable medium

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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 100192 A206, 2 / F, building B-2, Dongsheng Science Park, Zhongguancun, 66 xixiaokou Road, Haidian District, Beijing

Applicant after: Huiying medical technology (Beijing) Co.,Ltd.

Address before: 100192 A206, 2 / F, building B-2, Dongsheng Science Park, Zhongguancun, 66 xixiaokou Road, Haidian District, Beijing

Applicant before: HUIYING MEDICAL TECHNOLOGY (BEIJING) Co.,Ltd.

GR01 Patent grant
GR01 Patent grant