WO2017128618A1 - Procédé et système de génération de rapport électronique de diagnostic médical - Google Patents

Procédé et système de génération de rapport électronique de diagnostic médical Download PDF

Info

Publication number
WO2017128618A1
WO2017128618A1 PCT/CN2016/088437 CN2016088437W WO2017128618A1 WO 2017128618 A1 WO2017128618 A1 WO 2017128618A1 CN 2016088437 W CN2016088437 W CN 2016088437W WO 2017128618 A1 WO2017128618 A1 WO 2017128618A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
electronic report
file
signature
report file
Prior art date
Application number
PCT/CN2016/088437
Other languages
English (en)
Chinese (zh)
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 深圳市科曼医疗设备有限公司
Publication of WO2017128618A1 publication Critical patent/WO2017128618A1/fr

Links

Classifications

    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16ZINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS, NOT OTHERWISE PROVIDED FOR
    • G16Z99/00Subject matter not provided for in other main groups of this subclass
    • 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
    • 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
    • G16H10/00ICT specially adapted for the handling or processing of patient-related medical or healthcare data
    • G16H10/60ICT specially adapted for the handling or processing of patient-related medical or healthcare data for patient-specific data, e.g. for electronic patient records

Definitions

  • the present invention relates to the field of data storage technologies, and in particular, to a medical diagnosis electronic report generation method and system.
  • An electronic report is a document in the form of an electronic file generated based on collected or calculated data for data storage or recall, and is widely used in people's daily work and life.
  • the traditional medical diagnosis report is generated by the clinician after printing a check in the ward or outpatient clinic, and printing a paper report to the corresponding doctor's office of the report laboratory.
  • the doctor is on paper after reading the report.
  • Fill in the diagnosis results and opinions on the report then manually sign the name, and finally manually report the signed paper to the clinician, and the clinician will report the treatment to the patient according to the report.
  • This kind of paper report is easy to be lost during the transfer process between departments, and it is difficult to read it.
  • the number of reports reaches a certain level, it is more difficult to read out the required report. Since there is only one paper report, only one doctor can access it at the same time, and the data sharing of the whole hospital cannot be achieved. At the same time, the paper report is slow and inefficient during the transmission process.
  • the traditional medical diagnosis report generation method has the disadvantages of low management convenience and low reliability.
  • a medical diagnostic electronic report generation method includes the following steps:
  • the body of the electronic report file is compressed according to a message digest algorithm to obtain the tag information
  • the signature information is received, and the indication information and the received signature information are combined and output to an electronic report file.
  • a medical diagnostic electronic report generation system comprising:
  • a report generation module configured to acquire inspection data, and generate an electronic report file body according to the inspection data and the received diagnostic data
  • a file compression module configured to compress the text of the electronic report file according to a message digest algorithm to obtain the tag information
  • the document review module is configured to receive the signature information, synthesize the indication information and the received signature information, and output the information to the electronic report file.
  • the above medical diagnosis electronic report generation method and system acquires inspection data, and generates an electronic report file body according to the inspection data and the received diagnosis data; compresses the electronic report file body according to the information summary algorithm to obtain the indication information; and receives the signature information, The indication information and the received signature information are synthesized and output to the electronic report file.
  • the use of existing computer and network applications is popular, electronic reports are used instead of paper reports, and the signature information generated by the electronic report body is bound to the received signature information and output to the electronic report file.
  • Electronic reports are easy to store or circulate, and can effectively prevent counterfeiting and theft of others, improving management convenience and reliability.
  • FIG. 1 is a flow chart of a method for generating a medical diagnosis electronic report in an embodiment
  • FIG. 2 is a flow chart of a method for generating a medical diagnosis electronic report in another embodiment
  • FIG. 3 is a structural diagram of a medical diagnosis electronic report generation system in an embodiment
  • FIG. 4 is a structural diagram of a medical diagnostic electronic report generation system in another embodiment.
  • the invention discloses a medical diagnosis electronic report generation method, which is suitable for electronic form storage of data such as an electrocardiogram in the medical field. As shown in FIG. 1, the above method includes the following steps:
  • Step S110 Acquire inspection data, and generate an electronic report file body based on the inspection data and the received diagnostic data.
  • the inspection data refers to the received data that needs to be stored or circulated. Taking the medical data storage as an example, when the clinician completes the electrocardiogram or other examination, the measured data can be transmitted to the laboratory as inspection data. The inspector measures the analytical data, fills in the diagnostic results and comments, and uploads the diagnostic results and opinions as diagnostic data. By collating the acquired inspection data and the received diagnostic data, an electronic report file body can be generated for recording the patient's detection and diagnosis results.
  • Step S120 compress the text of the electronic report file according to the information digest algorithm to obtain the label information.
  • the body of the electronic report file is compressed to obtain the mark information, which is used to identify the corresponding electronic report file.
  • the message digest algorithm is to combine the input of any length to generate a pseudo-random input with a fixed length.
  • the encryption process does not require a key, and the encrypted data cannot be decrypted. Only the same plaintext data can be input through the same message digest algorithm. Get the same ciphertext.
  • the electronic report file is compressed by the message digest algorithm, which is convenient to operate and has high data compression security.
  • step S120 specifically includes utilizing DM5 (message-digest) Algorithm, information digest algorithm 5)
  • the algorithm compresses the body of the electronic report file and generates a string as the tag information.
  • the string can be composed of numbers and English letters.
  • the DM5 algorithm allows large-capacity information to be "compressed" into a confidential format before signing the private key with the digital signature software, avoiding the dissemination and forgery of others, without third-party generation and authentication. To further improve data compression security. It can be understood that other compression algorithms of the same nature can be used for file compression in other embodiments, not limited to DM5.
  • Step S130 receiving the signature information, synthesizing the indication information and the received signature information, and outputting the information to the electronic report file.
  • medical data storage is taken as an example.
  • the personal signature is written as a signature information through the signature board after filling in the diagnosis result and the opinion.
  • the label information and the received signature information are synthesized and output to an electronic report file, and the file information, the reviewer information and the electronic report file are bound, so that the user can query and read at any time. Stored in electronic reports for quick access at any time. Binding related information to electronic report files can prevent others from stealing and refusing doctors afterwards.
  • the synthesizing the indication information and the received signature information in the step S130 and outputting the information to the electronic report file specifically includes: synthesizing the label information and the signature information, and outputting the signature information to the signature of the electronic report file.
  • the signature can be pre-set in the electronic report file for information display.
  • the watermark synthesis outputs the indication information and the signature information to the signature of the electronic report file, thereby completing the superimposition and synthesis with the electronic report file, and the operation is simple and quick.
  • the character string is used as the indication information.
  • the character string is a string of 128-bit and hexadecimal characters, and the watermark is synthesized by using a format of 4 lines and 8 characters per line. .
  • the string depends on the number of bits generated by the compression algorithm used, and is not limited to the string in hexadecimal form. It can also be other forms of strings, such as binary or decimal. In addition, the exact arrangement of strings is not unique.
  • the electronic report generating method may further include step S140.
  • Step S140 storing the electronic report file with the indication information and the signature information. After the indication information and the signature information are output to the electronic report file, the electronic report file with the indication information and the signature information can be stored in the data service center of the hospital, so that it is convenient to query and read at any time, and provide data management convenience.
  • the electronic report generating method may further include steps S150 to S170.
  • Step S150 Receive a verification instruction, and compress the electronic report file with the indication information and the signature information according to the verification instruction to obtain verification information.
  • Step S150 may be before step S140 or after step S140.
  • the terminal can input the verification instruction, and after receiving the verification instruction, the marking information and the signature information of the signature of the corresponding electronic report file can be emptied, and then the same information digest algorithm is used to compress the text of the electronic report file to obtain verification information. .
  • Step S160 Determine whether the verification information is consistent with the indication information of the corresponding electronic report file.
  • the compressed verification information is compared with the indication information of the corresponding electronic report file to determine whether they are consistent; if yes, the process may be stopped; if not, proceed to step S170.
  • Step S170 Output alarm prompt information.
  • the verification information and the label information are inconsistent, the electronic report file is a forged file, the alarm prompt information is outputted so that the user can know in time, and the electronic report file is checked, thereby improving the security of the file management.
  • the medical diagnosis electronic report generation method utilizes an existing computer and network application popularization, adopts an electronic report instead of a paper report, and binds the generated signature information according to the electronic report body to the received signature information, and outputs the same to the electronic report file.
  • Electronic reports are easy to store or circulate, and can effectively prevent counterfeiting and theft of others, improving management convenience and reliability.
  • the invention also provides a medical diagnosis electronic report generation system, which is suitable for electronic form storage of data such as electrocardiogram in the medical field.
  • the above system includes a report generation module 110, a file compression module 120, and a file review module 130.
  • the report generation module 110 is configured to acquire inspection data, and generate an electronic report file body according to the inspection data and the received diagnostic data.
  • the inspection data refers to the received data that needs to be stored or circulated. Taking the medical data storage as an example, when the clinician completes the electrocardiogram or other examination, the measured data can be transmitted to the laboratory as inspection data. The inspector measures the analytical data, fills in the diagnostic results and comments, and uploads the diagnostic results and opinions as diagnostic data. By collating the acquired inspection data and the received diagnostic data, an electronic report file body can be generated for recording the patient's detection and diagnosis results.
  • the file compression module 120 is configured to compress the text of the electronic report file according to the information digest algorithm to obtain the indication information. After the text of the electronic report file is obtained according to the relevant data, the body of the electronic report file is compressed to obtain the mark information, which is used to identify the corresponding electronic report file.
  • the message digest algorithm combines inputs of arbitrary length to produce a pseudo-random input of fixed length. The encryption process does not require a key, and the encrypted data cannot be decrypted. Only the same plaintext data can be obtained by the same message digest algorithm. The same ciphertext.
  • the electronic report file is compressed by the message digest algorithm, which is convenient to operate and has high data compression security.
  • the file compression module 120 compresses the text of the electronic report file according to the information digest algorithm.
  • Obtaining the label information includes: compressing the text of the electronic report file by using the DM5 algorithm, and generating a character string as the label information.
  • the string can be composed of numbers and English letters.
  • the DM5 algorithm allows large-capacity information to be "compressed" into a confidential format before signing the private key with the digital signature software, avoiding the dissemination and forgery of others, without third-party generation and authentication. To further improve data compression security. It can be understood that other compression algorithms of the same nature can be used for file compression in other embodiments, not limited to DM5.
  • the file review module 130 is configured to receive the signature information, synthesize the indication information and the received signature information, and output the information to the electronic report file.
  • medical data storage is taken as an example.
  • the personal signature is written as a signature information through the signature board after filling in the diagnosis result and the opinion.
  • the label information and the received signature information are synthesized and output to an electronic report file, and the file information, the reviewer information and the electronic report file are bound, so that the user can query and read at any time. Stored in electronic reports for quick access at any time. Binding related information to electronic report files can prevent others from stealing and refusing doctors afterwards.
  • the file review module 130 synthesizes the indication information and the received signature information and outputs the information to the electronic report file.
  • the identifier information and the signature information are watermarked and then output to the signature of the electronic report file.
  • the signature can be pre-set in the electronic report file for information display.
  • the watermark synthesis outputs the indication information and the signature information to the signature of the electronic report file, thereby completing the superimposition and synthesis with the electronic report file, and the operation is simple and quick.
  • the character string is used as the indication information.
  • the character string is a string of 128-bit and hexadecimal characters, and the watermark is synthesized by using a format of 4 lines and 8 characters per line. .
  • the string depends on the number of bits generated by the compression algorithm used, and is not limited to the string in hexadecimal form. It can also be other forms of strings, such as binary or decimal. In addition, the exact arrangement of strings is not unique.
  • the electronic report generation system may further include a file storage module 140 for receiving signature information at the file review module 130, and synthesizing the identification information and the received signature information. After outputting to the electronic report file, the electronic report file with the identification information and the signature information is stored. After the indication information and the signature information are output to the electronic report file, the electronic report file with the indication information and the signature information can be stored in the data service center of the hospital, so that it is convenient to query and read at any time, and provide data management convenience.
  • the electronic report generation system may further include a file verification module 150, and the file verification module 150 is configured to receive the signature information in the file review module 130, synthesize the identification information and the received signature information, and output the verification information to the electronic report file, and then receive the verification.
  • the instruction according to the verification instruction, compresses the electronic report file with the indication information and the signature information to obtain the verification information, and outputs the alarm prompt information when the verification information is inconsistent with the indication information of the corresponding electronic report file.
  • the terminal can input the verification instruction, and after receiving the verification instruction, the marking information and the signature information of the signature of the corresponding electronic report file can be emptied, and then the same information digest algorithm is used to compress the text of the electronic report file to obtain verification information.
  • the verification information and the label information are inconsistent, the electronic report file is a forged file, the alarm prompt information is outputted so that the user can know in time, and the electronic report file is checked, thereby improving the security of the file management.
  • the medical diagnosis electronic report generation system utilizes the existing computer and network application popularization, adopts an electronic report instead of a paper report, and binds the generated signature information according to the electronic report body to the received signature information, and outputs the same to the electronic report file.
  • Electronic reports are easy to store or circulate, and can effectively prevent counterfeiting and theft of others, improving management convenience and reliability.

Landscapes

  • Engineering & Computer Science (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Bioethics (AREA)
  • Theoretical Computer Science (AREA)
  • Medical Informatics (AREA)
  • Databases & Information Systems (AREA)
  • Public Health (AREA)
  • Primary Health Care (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Epidemiology (AREA)
  • Medical Treatment And Welfare Office Work (AREA)
  • Measuring And Recording Apparatus For Diagnosis (AREA)

Abstract

L'invention concerne un procédé et un système de génération de rapport électronique de diagnostic médical. Le procédé consiste à : acquérir des données de vérification, et générer un texte de corps de fichier de rapport électronique selon les données de vérification et des données de diagnostic reçues (S110) ; compresser le texte de corps de fichier de rapport électronique selon un algorithme de condensé d'informations, de façon à obtenir des informations d'étiquetage (S120) ; et recevoir des informations de signature, combiner les informations d'étiquetage et les informations de signature reçues, puis délivrer celles-ci à un fichier de rapport électronique (S130). En profitant de la population de l'ordinateur et de l'application de réseau existants, un rapport papier est remplacé par un rapport électronique, des informations d'étiquetage sont générées selon un texte de corps de rapport électronique et sont délivrées à un fichier de rapport électronique après avoir été liées avec des informations de signature reçues. Un rapport électronique est stocké et mis en circulation de manière commode, et peut également être empêché d'être contrefait et détourné par d'autres, permettant ainsi d'améliorer la commodité et la fiabilité de gestion.
PCT/CN2016/088437 2016-01-26 2016-07-04 Procédé et système de génération de rapport électronique de diagnostic médical WO2017128618A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610051274.2 2016-01-26
CN201610051274.2A CN105740609A (zh) 2016-01-26 2016-01-26 医疗诊断电子报告生成方法和系统

Publications (1)

Publication Number Publication Date
WO2017128618A1 true WO2017128618A1 (fr) 2017-08-03

Family

ID=56246645

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/088437 WO2017128618A1 (fr) 2016-01-26 2016-07-04 Procédé et système de génération de rapport électronique de diagnostic médical

Country Status (2)

Country Link
CN (1) CN105740609A (fr)
WO (1) WO2017128618A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112185501A (zh) * 2020-09-30 2021-01-05 联仁健康医疗大数据科技股份有限公司 一种心电图报告关联方法、装置和电子设备

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106570331A (zh) * 2016-11-07 2017-04-19 万里云医疗信息科技(北京)有限公司 一种动态诊断报告的生成方法及生成系统

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101051337A (zh) * 2007-05-24 2007-10-10 北京中盾安民分析技术有限公司 用于门诊的电子病案系统
US20140019160A1 (en) * 2012-07-16 2014-01-16 CMO RX Inc. Verifying Charge Codes
CN104376396A (zh) * 2014-10-10 2015-02-25 邓洵 一种眼底检查记录随访管理系统
CN104992393A (zh) * 2015-07-18 2015-10-21 深圳市前海安测信息技术有限公司 O2o模式下的电子诊疗单生成方法和网络医院平台

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8234496B1 (en) * 2009-03-06 2012-07-31 Trend Micro, Inc. Image leak prevention using digital watermark
CN101894238B (zh) * 2010-08-09 2012-07-04 中国人民解放军海军工程大学 基于双重认证的word文档电子印章系统及方法
CN102164037B (zh) * 2011-03-31 2014-04-30 飞天诚信科技股份有限公司 一种数字签章系统和方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101051337A (zh) * 2007-05-24 2007-10-10 北京中盾安民分析技术有限公司 用于门诊的电子病案系统
US20140019160A1 (en) * 2012-07-16 2014-01-16 CMO RX Inc. Verifying Charge Codes
CN104376396A (zh) * 2014-10-10 2015-02-25 邓洵 一种眼底检查记录随访管理系统
CN104992393A (zh) * 2015-07-18 2015-10-21 深圳市前海安测信息技术有限公司 O2o模式下的电子诊疗单生成方法和网络医院平台

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112185501A (zh) * 2020-09-30 2021-01-05 联仁健康医疗大数据科技股份有限公司 一种心电图报告关联方法、装置和电子设备

Also Published As

Publication number Publication date
CN105740609A (zh) 2016-07-06

Similar Documents

Publication Publication Date Title
CN107194267B (zh) 数据处理方法、数据处理设备以及计算机可读存储介质
Cao et al. Medical image security in a HIPAA mandated PACS environment
Kelman et al. Research use of linked health data—a best practice protocol
CN109241756B (zh) 基于区块链的数据处理方法、系统、服务器和介质
Kobayashi et al. Providing integrity and authenticity in DICOM images: a novel approach
Al-Haj Providing integrity, authenticity, and confidentiality for header and pixel data of DICOM images
Rahman et al. A lossless DNA data hiding approach for data authenticity in mobile cloud based healthcare systems
US20030233556A1 (en) Method and apparatus for secured digital video and access tracking
JPH06501571A (ja) 数値文書にタイムスタンプを確実に押す方法
CN101911090A (zh) 信息交换系统及设备
CN108538345A (zh) 一种基于数字证书的电子病历系统
CN109493054B (zh) 多链信息管理方法、装置、存储介质和区块链身份解析器
WO2017128618A1 (fr) Procédé et système de génération de rapport électronique de diagnostic médical
WO2019095552A1 (fr) Système de soins de santé régional et procédé pour améliorer la sécurité et l'intégration synergique d'un dossier médical électronique
CN111128325A (zh) 医疗数据存储方法及装置、电子设备和存储介质
CN112560062B (zh) 处方签名的防伪方法、装置、电子设备及存储介质
CN113806776A (zh) 基于区块链的医疗档案查询方法、装置、电子设备及介质
JP2005242530A (ja) 履歴記録システム、履歴記録方法、履歴記録プログラム、及び受領譲渡者用端末
EP4029190A1 (fr) Données génétiques dans des transactions
JPH11143956A (ja) 診療情報を他医療機関に開示する方法及び装置
Mohananthini et al. Secured different disciplinaries in electronic medical record based on watermarking and consortium blockchain technology
CN115758423A (zh) 基于区块链的养老保障数据传输方法、装置、设备及介质
WO2023172190A1 (fr) Procédé et appareil d'accès à des données dans une pluralité de supports lisibles par machine
CN115238315A (zh) 一种实现医患共同签章认证电子病历系统的方法
CN112786134A (zh) 一种心理测评云系统

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: 16887498

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: 16887498

Country of ref document: EP

Kind code of ref document: A1