WO2020107895A1 - Chronic disease examination report generation method and apparatus, device, and storage medium - Google Patents

Chronic disease examination report generation method and apparatus, device, and storage medium Download PDF

Info

Publication number
WO2020107895A1
WO2020107895A1 PCT/CN2019/096008 CN2019096008W WO2020107895A1 WO 2020107895 A1 WO2020107895 A1 WO 2020107895A1 CN 2019096008 W CN2019096008 W CN 2019096008W WO 2020107895 A1 WO2020107895 A1 WO 2020107895A1
Authority
WO
WIPO (PCT)
Prior art keywords
report
examination
reference information
preset
medical examination
Prior art date
Application number
PCT/CN2019/096008
Other languages
French (fr)
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 WO2020107895A1 publication Critical patent/WO2020107895A1/en

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
    • G16H15/00ICT specially adapted for medical reports, e.g. generation or transmission thereof
    • 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
    • G16H50/00ICT specially adapted for medical diagnosis, medical simulation or medical data mining; ICT specially adapted for detecting, monitoring or modelling epidemics or pandemics
    • G16H50/30ICT specially adapted for medical diagnosis, medical simulation or medical data mining; ICT specially adapted for detecting, monitoring or modelling epidemics or pandemics for calculating health indices; for individual health risk assessment

Definitions

  • the present application relates to the technical field of report generation, and in particular to a method, device, equipment, and storage medium for generating a chronic disease examination report.
  • Chronic disease usually refers to chronic diseases such as high blood pressure, hyperlipidemia, diabetes, mental illness, etc.
  • a patient undergoes a medical examination in the hospital he may need to check multiple items, each item has a corresponding test report, when faced with the need to print multiple test reports , Often need to receive the test results in different equipment or different outpatient departments, for example, it is usually necessary to print the blood test report in the blood test area, when printing the image test report, you need to print the corresponding report in the image test area, which consumes the patient A lot of time and energy also waste a lot of equipment resources, which cannot improve the intelligence of report generation.
  • the main purpose of this application is to propose a method, device, equipment and storage medium for generating chronic disease examination report, aiming to improve the intelligence of report generation.
  • the present application provides a method for generating a chronic disease examination report.
  • the method for generating a chronic disease examination report includes the following steps:
  • the index parameters in the filled reference information are extracted, the index parameters are generated according to preset rules, and the medical report is generated, and the medical report is displayed and printed.
  • the present application also provides a chronic disease examination report generation device, the chronic disease examination report generation device includes:
  • the acquisition module is used to receive the print request of the medical report of the chronically ill patient
  • An extraction module for extracting the medical examination items in the print request of the medical examination report, and sending a reference information generation request of the medical examination report to each examination device according to the medical examination items, so that the examination device receives the reference information Acquiring the examination information of the current chronically ill patient after generating the request, and generating the reference information according to the examination information;
  • the filling module is used to obtain a preset report template, extract a device identifier corresponding to the reference information sent by the inspection device, and determine the type of the reference information according to the device identifier; obtain the preset report template A mapping table of the relationship between the type of reference information and the filling position, searching for the corresponding filling position in the relationship mapping table according to the type of the reference information, and filling the preset report template according to the filling position;
  • the generating module is used for extracting the index parameters in the filled reference information, generating the medical report according to the preset rules, and displaying and printing the medical report.
  • the present application also proposes a device, the device comprising: a memory, a processor, and computer-readable instructions stored on the memory and executable on the processor, the computer may The read instruction is configured to implement the steps of the chronic disease examination report generation method as described above.
  • the present application also proposes a storage medium that stores computer readable instructions, which when executed by the processor, realizes the generation of the chronic disease examination report as described above Method steps.
  • the chronic disease examination report generation method proposed in this application by obtaining reference information sent by each examination center, fills in the preset report template according to the type of the reference information, and presets the index parameters in the filled reference information according to the preset
  • the rules generate the medical examination report, so as to perform multi-dimensional analysis on the results of the medical examination report, generate an evaluation report conforming to the patient, and realize the intelligent generation of the report.
  • FIG. 1 is a schematic diagram of a device structure of a hardware operating environment involved in an embodiment of the present application
  • FIG. 2 is a schematic flowchart of a first embodiment of a method for generating a chronic disease examination report of the application
  • FIG. 3 is a schematic flowchart of a second embodiment of a method for generating a chronic disease examination report of the application
  • FIG. 4 is a schematic flowchart of a third embodiment of a method for generating a chronic disease examination report of the application
  • FIG. 5 is a schematic diagram of functional modules of the first embodiment of the chronic disease examination report generating device of the present application.
  • FIG. 1 is a schematic structural diagram of a device in a hardware operating environment involved in an embodiment of the present application.
  • the device may include: a processor 1001, such as a CPU, a communication bus 1002, a user interface 1003, a network interface 1004, and a memory 1005.
  • the communication bus 1002 is used to implement connection communication between these components.
  • the user interface 1003 may include a display (Display), an input unit such as a key, and the optional user interface 1003 may also include a standard wired interface and a wireless interface.
  • the network interface 1004 may optionally include a standard wired interface and a wireless interface (such as a WI-FI interface).
  • the memory 1005 may be a high-speed RAM memory or a stable memory (non-volatile memory), such as disk storage.
  • the memory 1005 may optionally be a storage device independent of the foregoing processor 1001.
  • FIG. 1 does not constitute a limitation on the device, and may include more or less components than shown, or combine certain components, or arrange different components.
  • the memory 1005 as a storage medium may include an operating system, a network communication module, a user interface module, and computer-readable instructions.
  • the network interface 1004 is mainly used to connect to an external network and perform data communication with other network devices;
  • the user interface 1003 is mainly used to connect to user devices and perform data communication with the device;
  • the device of this application passes the processor 1001 Invoke the computer-readable instructions stored in the memory 1005, and execute the implementation method for generating the chronic disease examination report provided by the embodiment of the present application.
  • FIG. 2 is a schematic flowchart of a first embodiment of a method for generating a chronic disease examination report of the present application.
  • the chronic disease examination report generation method includes the following steps:
  • Step S10 Receive a print request for the medical report of the chronically ill patient.
  • the print request of the medical examination report may be a print request of the medical examination report issued by the patient through the report generation terminal of the hospital, for example, a medical card is swiped on the report generation terminal to perform a card swiping operation, or through the mobile terminal
  • the query instruction of the application (APP) operation report may also be in other same or similar forms, which is not limited in this embodiment.
  • the card swiping operation performed on the report generation terminal is taken as an example for description.
  • label information is set for the printing request of the medical examination report initiated by each patient, and the label information may be an ID card randomly generated by the patient when performing the card swiping operation , ID) number, which can also be the ID number in the patient's personal information, and can also be other forms of label information for distinguishing from other patients, which is not limited in this embodiment.
  • a random() function is defined.
  • a random function is called to generate a random number, and the random number is used as the label information of the patient to distinguish it from other patients, and the random number is carried into the patient.
  • the already generated random number may be pre-stored in the judgment storage area for generating a new random number Whether the currently generated random number is stored, when the current random number is not stored, the current random number is used as the patient's label information, and when the current random number is stored, the current random number is adjusted to generate a new Random numbers, so as to avoid conflicting random numbers.
  • Step S20 extract the medical examination items in the print request of the medical examination report, and send a reference information generation request of the medical examination report to each examination device according to the medical examination items, so that the examination device receives the reference information generation request After that, the examination information of the current chronically ill patient is acquired, and the reference information is generated according to the examination information.
  • the examination device may be a blood examination device, a chest X-ray examination device, or an examination device with other functions, which is not limited in this embodiment.
  • a report printing device in order to achieve intelligent report generation , Can realize the interconnection with each inspection equipment in the hospital, so as to obtain the inspection report information sent by each inspection equipment, in order to print the corresponding inspection report without the need for each corresponding report generation device, a report printing device can complete each The inspection results of the inspection items are printed so as to save equipment resources.
  • the medical examination items include blood pressure, blood sugar, blood lipids, etc., and may also include Kia's medical examination items, which is not limited in this embodiment, and the corresponding examination equipment can be found through the medical examination items, such as obtaining a medical examination Items include blood pressure, blood sugar, blood lipids, etc., so as to find the corresponding test equipment is a blood test equipment, and then send a report acquisition request to the blood test equipment, so as to obtain a more targeted test report, rather than send a report request to each test equipment , Thereby improving system processing efficiency.
  • the reference information is various parameter information required for generating the medical examination report, for example, parameter information requiring blood pressure or other examination items in the medical examination report.
  • the examination device when acquiring the examination information of the chronically ill patient, extracts the label information in the examination information, wherein the label information is the identification of the examination content in the examination information, such as platelets Parameter information, leukocyte parameter information, etc., to judge the label information, to obtain the parameter content in the target label information, for example, only to obtain the platelet parameter content in the inspection content, and use the parameter content as the reference information, Thereby obtaining effective reference information and improving the accuracy of inspection report generation.
  • the label information is the identification of the examination content in the examination information, such as platelets Parameter information, leukocyte parameter information, etc.
  • Step S30 Obtain a preset report template, extract a device identifier corresponding to the reference information sent by the checking device, and determine the type of the reference information according to the device identifier.
  • an examination report template is pre-stored in a preset area, and the examination report template is composed of several parts, and a connection relationship between each part is provided, for example, the user in the first area fills in the patient’s personal information and label information Etc., by acquiring the type of collected information, for example, acquiring the personal information of the patient, and finding the corresponding filling position, that is, the first area, through the personal information, thereby filling the first area of the examination report.
  • Step S40 Obtain a relationship mapping table between the type of reference information and a filling position in the preset report template, find a corresponding filling position in the relationship mapping table according to the type of the reference information, and according to the filling position Fill in the preset report template.
  • mapping table of the relationship between each inspection report type and the filling position for example, the first area of the report corresponding to personal information, and the corresponding filling position can be found in the relationship mapping table by obtaining the type of the inspection report, so that Generate inspection report information.
  • report types can be corresponding to different inspection devices, for example, a blood test device generates a blood test type, and a blood lipid test device generates a blood lipid test type, so as to realize identification of types of test reports generated by different test devices.
  • Step S50 Extract the index parameters in the filled reference information, generate the medical report according to the preset rules, and display and print the medical report.
  • the index parameter is the test result in each test report.
  • the index parameter is a blood pressure index, a blood glucose index, etc.
  • the preset rule may be a comparative analysis of each index parameter
  • the blood pressure index can be compared with the preset blood pressure threshold, and a corresponding icon display is generated according to the comparison result, for example, the current blood pressure systolic pressure is 120, and the set threshold value is not less than 130. It can be seen that the current blood pressure systolic pressure is low At the set threshold, a downward arrow is generated to indicate that it is too low, and other forms of warning can be used to improve the intelligence of the inspection report.
  • the user's edit instruction can also be obtained, and the editable function is called according to the edit instruction, and the attribute of the editable function is modified to ture, thereby modifying the target evaluation report, for example, in the target evaluation
  • the user's medical examination report information is wrong, such as the user's personal information is wrong, in this case, if the report needs to be regenerated based on the new user's personal information, which takes a lot of time, in this implementation
  • an editing instruction is received, and online revision is performed on the generated evaluation report through the editing instruction, thereby improving the flexibility of processing the evaluation report.
  • the preset report template is filled according to the type of the reference information, and the index parameters in the filled reference information are generated according to the preset rules Medical examination report, so as to carry out multi-dimensional analysis on the results of the medical examination report, generate an evaluation report conforming to the patient, and realize intelligent report generation.
  • the step S20 includes:
  • Step S201 extract the medical examination items in the print request of the medical examination report, search for inspection equipment information according to the medical examination items, determine whether the connection with each inspection equipment is normal, and send the inspection information to each inspection equipment when the connection with each inspection equipment is normal Describe the reference information generation request of the medical examination report.
  • a connection request is sent to each testing device, and within a preset time, when feedback information from each testing device is received, it indicates that the connection with each testing device is normal, and in this case, a check is sent to each testing device Report requests to avoid disconnection with each device, Sending an inspection report request results in failure to receive inspection reports from various inspection devices for a long time, which affects data processing efficiency.
  • the method further includes:
  • Step S301 Find corresponding tag information in a preset relationship mapping table according to the medical examination item, and obtain the preset report template according to the tag information.
  • report templates are pre-stored in a preset area, such as a slow assessment report template, a routine health check template, etc., in order to obtain the chronic disease assessment report template, it can be determined according to the physical examination item by obtaining a medical examination item To find the corresponding report template, so as to achieve the correct collection of report templates.
  • the corresponding report template can be obtained according to the different medical examination items, of course, the preset report template can also be obtained according to other parameter information, for example, according to the user's historical disease information Therefore, the medical examination items are obtained from the disease information of the user's historical record, so as to obtain the corresponding report template, and the preset report template can also be obtained through other methods, which is not limited in this embodiment.
  • a preset report template is obtained through a medical examination project, so that the correct report template is collected from multiple report templates to achieve the correctness of report generation.
  • a third embodiment of the method for generating a chronic disease examination report of the present application is proposed based on the first embodiment or the second embodiment.
  • the description is based on the first embodiment, and the steps S40 includes:
  • Step S401 Obtain a relationship mapping table between the type of reference information and a filling position in the preset report template, find a corresponding filling position in the relationship mapping table according to the type of the reference information, and search for
  • the preset report template corresponds to the logic engine, and the preset report template is filled according to the filling position and the logic engine.
  • a logic engine is obtained, and the inspection report is filled accordingly according to the logic engine.
  • the content of the report recommended by the doctor in the inspection report is based on the individualized control target in the inspection report. Adjust the inspection results accordingly.
  • the logic engine is generated according to the logic relationship and stored in the preset area, and when the position to be filled is obtained, it is completed according to the logic engine Filling in other relevant information, thereby enriching the content of the evaluation report, achieving a comprehensive coverage of the medical examination content required by the patient, and making the evaluation report more in line with the needs of the patient.
  • the editing instruction of the user can also be received, and the content frame in the preset report template can be edited online according to the editing instruction, thereby achieving flexibility in report generation.
  • step S50 includes:
  • step S501 the index parameters in the filled reference information are extracted, the index parameters are displayed in multiple dimensions, and corresponding weights are searched in a preset area according to the index parameters.
  • the index parameters include blood glucose or blood lipid parameter information, and may also include other parameters.
  • the blood lipid parameters include specific parameters such as total cholesterol, low-density lipoprotein, low-density lipoprotein, and triglyceride, thereby evaluating the report Multi-dimensional display of the parameter information in the inspection report.
  • the blood test equipment When generating the report, it is not to fill in the report results directly generated by the inspection equipment, but to obtain the specific parameters, the overall judgment of the specific parameters through the terminal report to generate Report the results, for example, under normal circumstances, when the blood is tested, the blood test equipment directly displays the blood test results, such as the increase in hemoglobin and displays it with the corresponding arrow, but in this embodiment, the blood is not
  • the inspection results generated by the inspection equipment are directly filled, but instead, the entire multi-dimensional parameters are comprehensively analyzed to generate inspection results that are more in line with the current patient. For example, when performing multiple parameter analysis, the failure of a certain parameter does not mean abnormality
  • an integrated analysis of multi-dimensional parameters is performed to obtain an examination result more in line with the patient.
  • Step S502 Find the target index parameter with the highest weight among the weights, obtain the corresponding relationship between the historical index parameter and the historical inspection result, and search for the target inspection result in the corresponding relationship according to the target index parameter.
  • Step S503 Analyze the target examination result to generate the medical examination report, and display and print the medical examination report.
  • the reference information of the corresponding judgment and condition is searched in the preset relationship mapping table according to the current patient's condition, and the reference information is set with a higher weight.
  • the weight value of the reference information is used to obtain the final inspection result, so as to analyze the indicator parameters as a whole and improve the accuracy of the evaluation report generation.
  • the method further includes:
  • Step S504 Acquire historical index parameters, set the historical index parameters to preset weights, and save the correspondence between the historical index parameters and the preset weights in the preset area.
  • the index parameter includes the patient's weight and blood lipid information.
  • weight is an important reference index information, but for hyperglycemic patients, body weight is not an important parameter index, so that more detailed analysis of each index parameter can improve the accuracy of the evaluation report.
  • the method further includes:
  • Step S505 establishing a correspondence between the historical inspection result and historical suggestion information
  • step S503 includes:
  • Step S506 Find corresponding recommendation information in the correspondence between the historical inspection result and historical recommendation information according to the target inspection result, generate the medical examination report according to the recommendation information, and display and print the medical examination report .
  • the suggestion information is a preset field, which is pre-stored in a preset area, such as quitting smoking, alcohol, and a peaceful mindset. According to the inspection result, the corresponding preset field is searched for display, thereby improving the friendliness of the inspection report Sex.
  • the solution provided by this embodiment integrates and analyzes each index parameter in the inspection report, and adjusts the evaluation report accordingly by the weight corresponding to each index parameter to improve the accuracy of the evaluation report, and also adds a corresponding Propose information, realize the function expansion of the evaluation report, and improve the friendliness and flexibility of the evaluation report.
  • the present application further provides a chronic disease examination report generating device.
  • FIG. 5 is a schematic diagram of functional modules of the first embodiment of the chronic disease examination report generating device of the present application.
  • the chronic disease examination report generating device includes:
  • the obtaining module 10 is configured to receive a print request of a medical examination report of a chronically ill patient.
  • the print request of the medical examination report may be a print request of the medical examination report issued by the patient through the report generation terminal of the hospital, for example, a medical card is swiped on the report generation terminal to perform a card swiping operation
  • the query instruction of the application (APP) operation report may also be in other same or similar forms, which is not limited in this embodiment.
  • the card swiping operation performed on the report generation terminal is taken as an example for description.
  • label information is set for the printing request of the medical examination report initiated by each patient, and the label information may be an ID card randomly generated by the patient when performing the card swiping operation , ID) number, which can also be the ID number in the patient's personal information, and can also be other forms of label information for distinguishing from other patients, which is not limited in this embodiment.
  • a random() function is defined.
  • a random function is called to generate a random number, and the random number is used as the label information of the patient to distinguish it from other patients, and the random number is carried into the patient.
  • the already generated random number may be pre-stored in the judgment storage area for generating a new random number Whether the currently generated random number is stored, when the current random number is not stored, the current random number is used as the patient's label information, and when the current random number is stored, the current random number is adjusted to generate a new Random numbers, so as to avoid conflicting random numbers.
  • the extraction module 20 is configured to extract the medical examination items in the print request of the medical examination report, and send a reference information generation request of the medical examination report to each examination device according to the medical examination items, so that the examination device receives the reference After the information generation request, the examination information of the current chronically ill patient is acquired, and the reference information is generated according to the examination information.
  • the examination device may be a blood examination device, a chest X-ray examination device, or an examination device with other functions, which is not limited in this embodiment.
  • a report printing device in order to achieve intelligent report generation , Can realize the interconnection with each inspection equipment in the hospital, so as to obtain the inspection report information sent by each inspection equipment, in order to print the corresponding inspection report without the need for each corresponding report generation device, a report printing device can complete each The inspection results of the inspection items are printed so as to save equipment resources.
  • the medical examination items include blood pressure, blood sugar, blood lipids, etc., and may also include Kia's medical examination items, which is not limited in this embodiment, and the corresponding examination equipment can be found through the medical examination items, such as obtaining a medical examination Items include blood pressure, blood sugar, blood lipids, etc., so as to find the corresponding test equipment is a blood test equipment, and then send a report acquisition request to the blood test equipment, so as to obtain a more targeted test report, rather than send a report request to each test equipment , Thereby improving system processing efficiency.
  • the reference information is various parameter information required for generating the medical examination report, for example, parameter information requiring blood pressure or other examination items in the medical examination report.
  • the examination device when acquiring the examination information of the chronically ill patient, extracts the label information in the examination information, wherein the label information is the identification of the examination content in the examination information, such as platelets Parameter information, leukocyte parameter information, etc., to judge the label information, to obtain the parameter content in the target label information, for example, only to obtain the platelet parameter content in the inspection content, and use the parameter content as the reference information, Thereby obtaining effective reference information and improving the accuracy of inspection report generation.
  • the label information is the identification of the examination content in the examination information, such as platelets Parameter information, leukocyte parameter information, etc.
  • the determining module 30 is configured to obtain a preset report template, extract a device identifier corresponding to the reference information sent by the inspection device, and determine the type of the reference information according to the device identifier.
  • an examination report template is pre-stored in a preset area, and the examination report template is composed of several parts, and a connection relationship between each part is provided, for example, the user in the first area fills in the patient’s personal information and label information Etc., by acquiring the type of collected information, for example, acquiring the personal information of the patient, and finding the corresponding filling position, that is, the first area, through the personal information, thereby filling the first area of the examination report.
  • the filling module 40 is configured to obtain a relationship mapping table between the type of reference information and the filling position in the preset report template, and find the corresponding filling position in the relationship mapping table according to the type of the reference information, according to the The filling position fills the preset report template.
  • mapping table of the relationship between each inspection report type and the filling position for example, the first area of the report corresponding to personal information, and the corresponding filling position can be found in the relationship mapping table by obtaining the type of the inspection report, so that Generate inspection report information.
  • report types can be corresponding to different inspection devices, for example, a blood test device generates a blood test type, and a blood lipid test device generates a blood lipid test type, so as to realize identification of types of test reports generated by different test devices.
  • the generating module 50 is configured to extract index parameters in the reference information after filling, generate the medical examination report according to a preset rule, and display and print the medical examination report.
  • the index parameter is the test result in each test report.
  • the index parameter is a blood pressure index, a blood glucose index, etc.
  • the preset rule may be a comparative analysis of each index parameter
  • the blood pressure index can be compared with the preset blood pressure threshold, and a corresponding icon display is generated according to the comparison result, for example, the current blood pressure systolic pressure is 120, and the set threshold value is not less than 130. It can be seen that the current blood pressure systolic pressure is low At the set threshold, a downward arrow is generated to indicate that it is too low, and other forms of warning can be used to improve the intelligence of the inspection report.
  • the user's edit instruction can also be obtained, and the editable function is called according to the edit instruction, and the attribute of the editable function is modified to ture, thereby modifying the target evaluation report, for example, in the target evaluation
  • the user's medical examination report information is wrong, such as the user's personal information is wrong, in this case, if the report needs to be regenerated based on the new user's personal information, which takes a lot of time, in this implementation
  • an editing instruction is received, and online revision is performed on the generated evaluation report through the editing instruction, thereby improving the flexibility of processing the evaluation report.
  • the preset report template is filled according to the type of the reference information, and the index parameters in the filled reference information are generated according to the preset rules Medical examination report, so as to carry out multi-dimensional analysis on the results of the medical examination report, generate an evaluation report conforming to the patient, and realize intelligent report generation.
  • the present application also proposes a device, the device comprising: a memory, a processor, and computer-readable instructions stored on the memory and executable on the processor, the computer may The read instruction is configured to implement the steps of the chronic disease examination report generation method as described above.
  • the embodiments of the present application also provide a storage medium, and the computer-readable storage medium may be a non-volatile readable storage medium.
  • the storage medium of the present application stores computer readable instructions, and the computer readable instructions are executed by the processor to perform the steps of the chronic disease examination report generation method as described above.
  • the method implemented when the computer-readable instruction is executed can refer to various embodiments of the method for generating a chronic disease examination report of the present application, which will not be repeated here.

Abstract

Disclosed are a chronic disease examination report generation method and apparatus based on big data processing, a device, and a storage medium. The method comprises: extracting physical examination items from a printing request of a physical examination report of a current chronic disease patient, and sending a reference information generation request to examination devices according to the physical examination items; obtaining a preset report template, searching the preset report template for a corresponding filling position according to a type of the examination report, and performing filling according to the filling position; and extracting index parameters from the filled examination report, and generating a target evaluation report on the basis of the index parameters according to a preset rule and displaying same.

Description

慢病检查报告生成方法、装置、设备及存储介质 Method, device, equipment and storage medium for generating chronic disease examination report The
本申请要求于2018年11月30日提交中国专利局、申请号为201811462222.X、发明名称为“慢病检查报告生成方法、装置、设备及存储介质”的中国专利申请的优先权,其全部内容通过引用结合在申请中。This application requires the priority of the Chinese patent application submitted to the Chinese Patent Office on November 30, 2018, with the application number 201811462222.X and the invention titled "Method, device, equipment and storage medium for generating chronic disease examination report", all of which are The content is incorporated into the application by reference.
技术领域Technical field
本申请涉及报告生成技术领域,尤其涉及一种慢病检查报告生成方法、装置、设备及存储介质。The present application relates to the technical field of report generation, and in particular to a method, device, equipment, and storage medium for generating a chronic disease examination report.
背景技术Background technique
慢病通常是指高血压、高血脂、糖尿病、精神病等慢性病,患者在医院进行病情检查时,可能需要检查多个项目,每个项目有对应的检查报告,在面临需要打印多个检查报告时,常常需要在不同的设备或者不同的门诊部门领取检查结果,例如通常需要在血液检查区域打印查血的检查报告,在打印影像检查报告时,需要在影像检查区域打印相应的报告,从而耗费患者大量的时间和精力,也浪费了较多的设备资源,无法提高报告生成的智能化。Chronic disease usually refers to chronic diseases such as high blood pressure, hyperlipidemia, diabetes, mental illness, etc. When a patient undergoes a medical examination in the hospital, he may need to check multiple items, each item has a corresponding test report, when faced with the need to print multiple test reports , Often need to receive the test results in different equipment or different outpatient departments, for example, it is usually necessary to print the blood test report in the blood test area, when printing the image test report, you need to print the corresponding report in the image test area, which consumes the patient A lot of time and energy also waste a lot of equipment resources, which cannot improve the intelligence of report generation.
发明内容Summary of the invention
本申请的主要目的在于提出一种慢病检查报告生成方法、装置、设备及存储介质,旨在提高报告生成的智能化。The main purpose of this application is to propose a method, device, equipment and storage medium for generating chronic disease examination report, aiming to improve the intelligence of report generation.
为实现上述目的,本申请提供一种慢病检查报告生成方法,所述慢病检查报告生成方法包括以下步骤:To achieve the above object, the present application provides a method for generating a chronic disease examination report. The method for generating a chronic disease examination report includes the following steps:
接收当前慢病患者的体检报告的打印请求;Receive a print request for the medical report of the chronically ill patient;
提取所述体检报告的打印请求中的体检项目,根据所述体检项目向各个检查设备发送所述体检报告的参考信息生成请求,以使所述检查设备在接收所述参考信息生成请求之后获取所述当前慢病患者的检查信息,并根据所述检查信息生成所述参考信息;Extract the medical examination items in the print request of the medical examination report, and send the reference information generation request of the medical examination report to each examination device according to the medical examination items, so that the examination device obtains the examination information after receiving the reference information generation request Describing the examination information of the current chronically ill patient, and generating the reference information according to the examination information;
获取预设报告模板,提取所述检查设备发送的所述参考信息对应的设备标识,根据所述设备标识确定所述参考信息的类型;Obtaining a preset report template, extracting a device identifier corresponding to the reference information sent by the inspection device, and determining the type of the reference information according to the device identifier;
获取所述预设报告模板中所述参考信息的类型与填充位置的关系映射表,根据所述参考信息的类型在所述关系映射表中查找对应的填充位置,根据所述填充位置对所述预设报告模板进行填充;Obtaining a relationship mapping table between the type of reference information and the filling position in the preset report template, searching for the corresponding filling position in the relationship mapping table according to the type of the reference information, and according to the filling position Preset report template to fill;
提取填充后的所述参考信息中的指标参数,将所述指标参数按照预设规则生成所述体检报告,并将所述体检报告进行展示及打印。The index parameters in the filled reference information are extracted, the index parameters are generated according to preset rules, and the medical report is generated, and the medical report is displayed and printed.
此外,为实现上述目的,本申请还提出一种慢病检查报告生成装置,所述慢病检查报告生成装置包括:In addition, in order to achieve the above purpose, the present application also provides a chronic disease examination report generation device, the chronic disease examination report generation device includes:
获取模块,用于接收当前慢病患者的体检报告的打印请求;The acquisition module is used to receive the print request of the medical report of the chronically ill patient;
提取模块,用于提取所述体检报告的打印请求中的体检项目,根据所述体检项目向各个检查设备发送所述体检报告的参考信息生成请求,以使所述检查设备在接收所述参考信息生成请求之后获取所述当前慢病患者的检查信息,并根据所述检查信息生成所述参考信息;An extraction module for extracting the medical examination items in the print request of the medical examination report, and sending a reference information generation request of the medical examination report to each examination device according to the medical examination items, so that the examination device receives the reference information Acquiring the examination information of the current chronically ill patient after generating the request, and generating the reference information according to the examination information;
填充模块,用于获取预设报告模板,提取所述检查设备发送的所述参考信息对应的设备标识,根据所述设备标识确定所述参考信息的类型;获取所述预设报告模板中所述参考信息的类型与填充位置的关系映射表,根据所述参考信息的类型在所述关系映射表中查找对应的填充位置,根据所述填充位置对所述预设报告模板进行填充;The filling module is used to obtain a preset report template, extract a device identifier corresponding to the reference information sent by the inspection device, and determine the type of the reference information according to the device identifier; obtain the preset report template A mapping table of the relationship between the type of reference information and the filling position, searching for the corresponding filling position in the relationship mapping table according to the type of the reference information, and filling the preset report template according to the filling position;
生成模块,用于提取填充后的所述参考信息中的指标参数,将所述指标参数按照预设规则生成所述体检报告,并将所述体检报告进行展示及打印。The generating module is used for extracting the index parameters in the filled reference information, generating the medical report according to the preset rules, and displaying and printing the medical report.
此外,为实现上述目的,本申请还提出一种设备,所述设备包括:存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机可读指令,所述计算机可读指令配置为实现如上所述的慢病检查报告生成方法的步骤。In addition, in order to achieve the above object, the present application also proposes a device, the device comprising: a memory, a processor, and computer-readable instructions stored on the memory and executable on the processor, the computer may The read instruction is configured to implement the steps of the chronic disease examination report generation method as described above.
此外,为实现上述目的,本申请还提出一种存储介质,所述存储介质上存储有计算机可读指令,所述计算机可读指令被处理器执行时实现如上文所述的慢病检查报告生成方法的步骤。In addition, in order to achieve the above object, the present application also proposes a storage medium that stores computer readable instructions, which when executed by the processor, realizes the generation of the chronic disease examination report as described above Method steps.
本申请提出的慢病检查报告生成方法,通过获取各个检查中心发送的参考信息,根据所述参考信息的类型对预设报告模板进行填充,并对填充后的参考信息中的指标参数按照预设规则生成所述体检报告,从而对体检报告的结果进行多维度分析,生成符合患者的评估报告,实现报告生成的智能化。The chronic disease examination report generation method proposed in this application, by obtaining reference information sent by each examination center, fills in the preset report template according to the type of the reference information, and presets the index parameters in the filled reference information according to the preset The rules generate the medical examination report, so as to perform multi-dimensional analysis on the results of the medical examination report, generate an evaluation report conforming to the patient, and realize the intelligent generation of the report.
附图说明BRIEF DESCRIPTION
图1是本申请实施例方案涉及的硬件运行环境的设备结构示意图;FIG. 1 is a schematic diagram of a device structure of a hardware operating environment involved in an embodiment of the present application;
图2为本申请慢病检查报告生成方法第一实施例的流程示意图;2 is a schematic flowchart of a first embodiment of a method for generating a chronic disease examination report of the application;
图3为本申请慢病检查报告生成方法第二实施例的流程示意图;3 is a schematic flowchart of a second embodiment of a method for generating a chronic disease examination report of the application;
图4为本申请慢病检查报告生成方法第三实施例的流程示意图;4 is a schematic flowchart of a third embodiment of a method for generating a chronic disease examination report of the application;
图5为本申请慢病检查报告生成装置第一实施例的功能模块示意图。FIG. 5 is a schematic diagram of functional modules of the first embodiment of the chronic disease examination report generating device of the present application.
本申请目的的实现、功能特点及优点将结合实施例,参照附图做进一步说明。The implementation, functional characteristics and advantages of the present application will be further described in conjunction with the embodiments and with reference to the drawings.
具体实施方式detailed description
应当理解,此处所描述的具体实施例仅仅用以解释本申请,并不用于限定本申请。It should be understood that the specific embodiments described herein are only used to explain the present application, and are not used to limit the present application.
参照图1,图1为本申请实施例方案涉及的硬件运行环境的设备结构示意图。Referring to FIG. 1, FIG. 1 is a schematic structural diagram of a device in a hardware operating environment involved in an embodiment of the present application.
如图1所示,该设备可以包括:处理器1001,例如CPU,通信总线1002、用户接口1003,网络接口1004,存储器1005。其中,通信总线1002用于实现这些组件之间的连接通信。用户接口1003可以包括显示屏(Display)、输入单元比如按键,可选用户接口1003还可以包括标准的有线接口、无线接口。网络接口1004可选的可以包括标准的有线接口、无线接口(如WI-FI接口)。存储器1005可以是高速RAM存储器,也可以是稳定的存储器(non-volatile memory),例如磁盘存储器。存储器1005可选的还可以是独立于前述处理器1001的存储装置。As shown in FIG. 1, the device may include: a processor 1001, such as a CPU, a communication bus 1002, a user interface 1003, a network interface 1004, and a memory 1005. Among them, the communication bus 1002 is used to implement connection communication between these components. The user interface 1003 may include a display (Display), an input unit such as a key, and the optional user interface 1003 may also include a standard wired interface and a wireless interface. The network interface 1004 may optionally include a standard wired interface and a wireless interface (such as a WI-FI interface). The memory 1005 may be a high-speed RAM memory or a stable memory (non-volatile memory), such as disk storage. The memory 1005 may optionally be a storage device independent of the foregoing processor 1001.
本领域技术人员可以理解,图1中示出的设备结构并不构成对设备的限定,可以包括比图示更多或更少的部件,或者组合某些部件,或者不同的部件布置。Those skilled in the art may understand that the device structure shown in FIG. 1 does not constitute a limitation on the device, and may include more or less components than shown, or combine certain components, or arrange different components.
如图1所示,作为一种存储介质的存储器1005中可以包括操作系统、网络通信模块、用户接口模块以及计算机可读指令。As shown in FIG. 1, the memory 1005 as a storage medium may include an operating system, a network communication module, a user interface module, and computer-readable instructions.
在图1所示的设备中,网络接口1004主要用于连接外网,与其他网络设备进行数据通信;用户接口1003主要用于连接用户设备,与设备进行数据通信;本申请设备通过处理器1001调用存储器1005中存储的计算机可读指令,并执行本申请实施例提供的慢病检查报告生成的实施方法。In the device shown in FIG. 1, the network interface 1004 is mainly used to connect to an external network and perform data communication with other network devices; the user interface 1003 is mainly used to connect to user devices and perform data communication with the device; the device of this application passes the processor 1001 Invoke the computer-readable instructions stored in the memory 1005, and execute the implementation method for generating the chronic disease examination report provided by the embodiment of the present application.
基于上述硬件结构,提出本申请慢病检查报告生成方法实施例。Based on the above hardware structure, an embodiment of the method for generating a chronic disease examination report of the present application is proposed.
参照图2,图2为本申请慢病检查报告生成方法第一实施例的流程示意图。Referring to FIG. 2, FIG. 2 is a schematic flowchart of a first embodiment of a method for generating a chronic disease examination report of the present application.
在第一实施例中,所述慢病检查报告生成方法包括以下步骤:In the first embodiment, the chronic disease examination report generation method includes the following steps:
步骤S10,接收当前慢病患者的体检报告的打印请求。Step S10: Receive a print request for the medical report of the chronically ill patient.
需要说明的是,所述体检报告的打印请求可为患者通过医院的报告生成终端发出的体检报告的打印请求,例如将就诊卡在所述报告生成终端上执行刷卡操作,还可通过移动终端的应用程序(Application,APP)操作报告的查询指令,还可为其他相同或相似的形式,本实施例对此不作限制,在本实施例中,以报告生成终端上执行刷卡操作为例进行说明。It should be noted that the print request of the medical examination report may be a print request of the medical examination report issued by the patient through the report generation terminal of the hospital, for example, a medical card is swiped on the report generation terminal to perform a card swiping operation, or through the mobile terminal The query instruction of the application (APP) operation report may also be in other same or similar forms, which is not limited in this embodiment. In this embodiment, the card swiping operation performed on the report generation terminal is taken as an example for description.
可以理解的是,为了便识别不同的慢病患者,为每个患者发起的体检报告的打印请求设置相应的标签信息,所述标签信息可为患者在执行刷卡操作时随机生成的身份证(Identification,ID)编号,还可为患者的个人信息中身份证号,还可为其他形式的标签信息,用于与其他患者进行区分,本实施例对此不作限制。It can be understood that, in order to identify different chronically ill patients, corresponding label information is set for the printing request of the medical examination report initiated by each patient, and the label information may be an ID card randomly generated by the patient when performing the card swiping operation , ID) number, which can also be the ID number in the patient's personal information, and can also be other forms of label information for distinguishing from other patients, which is not limited in this embodiment.
在具体实现中,定义一个random()函数,在患者就诊时,调用随机函数生成随机数,将随机数作为患者的标签信息,从而与其他患者进行区分,并将所述随机数携带写入患者的就诊卡中,还可直接将就诊卡信息作为患者的标签信息。In a specific implementation, a random() function is defined. When a patient visits a doctor, a random function is called to generate a random number, and the random number is used as the label information of the patient to distinguish it from other patients, and the random number is carried into the patient. In the visit card, you can also directly use the visit card information as the patient's label information.
可以理解的是,在生成随机函数时,可能出现两个或者三个一样的随机数,在这种情况下,可将已经生成的随机数进行预存,在生成新的随机数的判断存储区域中是否存有当前生成的随机数,在未存有当前的随机数时,将当前的随机数作为患者的标签信息,在存有当前的随机数时,将当前的随机数进行调整,生成新的随机数,从而避免出现冲突的随机数,例如在生成ID=110的随机数时,在存储区域中已存有ID=110的随机数时,可将当前的随机数进行+1处理,ID=111,从而生成新的随机数,如果当前的随机数还存在冲突的情况,则继续进行处理,直至生成的随机数在存储区域中未出现过。It is understandable that when generating a random function, two or three identical random numbers may appear. In this case, the already generated random number may be pre-stored in the judgment storage area for generating a new random number Whether the currently generated random number is stored, when the current random number is not stored, the current random number is used as the patient's label information, and when the current random number is stored, the current random number is adjusted to generate a new Random numbers, so as to avoid conflicting random numbers. For example, when generating a random number with ID=110, when a random number with ID=110 is already stored in the storage area, the current random number can be +1 processed, ID= 111, thereby generating a new random number, if the current random number still has a conflict, then continue processing until the generated random number has not appeared in the storage area.
步骤S20,提取所述体检报告的打印请求中的体检项目,根据所述体检项目向各个检查设备发送所述体检报告的参考信息生成请求,以使所述检查设备在接收所述参考信息生成请求之后获取所述当前慢病患者的检查信息,并根据所述检查信息生成所述参考信息。Step S20, extract the medical examination items in the print request of the medical examination report, and send a reference information generation request of the medical examination report to each examination device according to the medical examination items, so that the examination device receives the reference information generation request After that, the examination information of the current chronically ill patient is acquired, and the reference information is generated according to the examination information.
需要说明的是,所述检查设备可为血液检查设备、胸透检查设备,还可为其他功能的检查设备,本实施例对此不作限制,在本实施例中,为了实现报告生成的智能化,可实现与医院中的各个检查设备的互连,从而获取各个检查设备发送的检查报告信息,为无需通过每个对应的报告生成设备打印相应的检查报告,通过一个报告打印设备即可完成各项检查项目的检查结果的打印,从而达到节约设备资源的目的。It should be noted that the examination device may be a blood examination device, a chest X-ray examination device, or an examination device with other functions, which is not limited in this embodiment. In this embodiment, in order to achieve intelligent report generation , Can realize the interconnection with each inspection equipment in the hospital, so as to obtain the inspection report information sent by each inspection equipment, in order to print the corresponding inspection report without the need for each corresponding report generation device, a report printing device can complete each The inspection results of the inspection items are printed so as to save equipment resources.
可以理解的是,所述体检项目包括血压、血糖、血脂等,还可包括起亚的体检项目,本实施例对此不作限制,通过所述体检项目从而可查找到对应的检查设备,例如获取体检项目包括血压、血糖、血脂等,从而查找到对应的检查设备为血液检查设备,然后向血液检查设备发送报告获取请求,从而更有针对性地获取检查报告,而不是向各个检查设备发送报告请求,从而提高系统处理效率。It can be understood that the medical examination items include blood pressure, blood sugar, blood lipids, etc., and may also include Kia's medical examination items, which is not limited in this embodiment, and the corresponding examination equipment can be found through the medical examination items, such as obtaining a medical examination Items include blood pressure, blood sugar, blood lipids, etc., so as to find the corresponding test equipment is a blood test equipment, and then send a report acquisition request to the blood test equipment, so as to obtain a more targeted test report, rather than send a report request to each test equipment , Thereby improving system processing efficiency.
在本实施例中,所述参考信息为生成体检报告所需的各个参数信息,例如在体检报告中需要血压的参数信息或者其他检查项目的参数信息。In this embodiment, the reference information is various parameter information required for generating the medical examination report, for example, parameter information requiring blood pressure or other examination items in the medical examination report.
在具体实现中,所述检查设备在获取所述慢病患者的检查信息时,提取所述检查信息中的标签信息,其中,所述标签信息为对检查信息中的检查内容的识别,例如血小板参数信息,白细胞参数信息等,对所述标签信息进行判断,获取目标标签信息中的参数内容,例如只需获得所述检查内容中的血小板参数内容,将所述参数内容作为所述参考信息,从而获取有效的参考信息,提高检查报告生成的准确性。In a specific implementation, when acquiring the examination information of the chronically ill patient, the examination device extracts the label information in the examination information, wherein the label information is the identification of the examination content in the examination information, such as platelets Parameter information, leukocyte parameter information, etc., to judge the label information, to obtain the parameter content in the target label information, for example, only to obtain the platelet parameter content in the inspection content, and use the parameter content as the reference information, Thereby obtaining effective reference information and improving the accuracy of inspection report generation.
步骤S30,获取预设报告模板,提取所述检查设备发送的所述参考信息对应的设备标识,根据所述设备标识确定所述参考信息的类型。Step S30: Obtain a preset report template, extract a device identifier corresponding to the reference information sent by the checking device, and determine the type of the reference information according to the device identifier.
在本实施例中,在预设区域预存有检查报告模板,检查报告模板由几个部分组成,并设有各个组成部分之间的连接关系,例如第一区域用户填充患者的个人信息以及标签信息等,通过获取采集信息的类型,例如获取患者的个人信息,通过个人信息查找到对应的填充位置,即第一区域,从而实现对检查报告的第一区域的填充。In this embodiment, an examination report template is pre-stored in a preset area, and the examination report template is composed of several parts, and a connection relationship between each part is provided, for example, the user in the first area fills in the patient’s personal information and label information Etc., by acquiring the type of collected information, for example, acquiring the personal information of the patient, and finding the corresponding filling position, that is, the first area, through the personal information, thereby filling the first area of the examination report.
步骤S40,获取所述预设报告模板中所述参考信息的类型与填充位置的关系映射表,根据所述参考信息的类型在所述关系映射表中查找对应的填充位置,根据所述填充位置对所述预设报告模板进行填充。Step S40: Obtain a relationship mapping table between the type of reference information and a filling position in the preset report template, find a corresponding filling position in the relationship mapping table according to the type of the reference information, and according to the filling position Fill in the preset report template.
在具体实现中,设有各个检查报告类型与填充位置的关系映射表,例如个人信息对应报告的第一区域,通过获取检查报告的类型在关系映射表中查找对应的填充位置,从而更精确的生成检查报告信息。In the specific implementation, there is a mapping table of the relationship between each inspection report type and the filling position, for example, the first area of the report corresponding to personal information, and the corresponding filling position can be found in the relationship mapping table by obtaining the type of the inspection report, so that Generate inspection report information.
需要说明的是,可根据各个检查设备的不同对应不同的报告类型,例如血液检查设备生成血液检查类型,血脂检查设备生成血脂检查类型,从而实现对各个不同检查设备生成检查报告类型的识别。It should be noted that different report types can be corresponding to different inspection devices, for example, a blood test device generates a blood test type, and a blood lipid test device generates a blood lipid test type, so as to realize identification of types of test reports generated by different test devices.
步骤S50,提取填充后的所述参考信息中的指标参数,将所述指标参数按照预设规则生成所述体检报告,并将所述体检报告进行展示及打印。Step S50: Extract the index parameters in the filled reference information, generate the medical report according to the preset rules, and display and print the medical report.
需要说明的是,所述指标参数为各个检查报告中的检查结果,例如在获取血液检查报告中,指标参数为血压指标,血糖指标等,所述预设规则可为对各个指标参数进行对比分析,例如可将血压指标与预设血压阈值进行比较,根据比较结果,生成相应的图标展示,例如当前血压的收缩压为120,设定的阈值为不低于130,可见,当前血压的收缩压低于设定的阈值,生成向下的箭头表示,表示过低,还可通过其他形式进行警示,从而提高检查报告的智能化。It should be noted that the index parameter is the test result in each test report. For example, in obtaining a blood test report, the index parameter is a blood pressure index, a blood glucose index, etc., and the preset rule may be a comparative analysis of each index parameter For example, the blood pressure index can be compared with the preset blood pressure threshold, and a corresponding icon display is generated according to the comparison result, for example, the current blood pressure systolic pressure is 120, and the set threshold value is not less than 130. It can be seen that the current blood pressure systolic pressure is low At the set threshold, a downward arrow is generated to indicate that it is too low, and other forms of warning can be used to improve the intelligence of the inspection report.
在本实施例中,还可获取用户的编辑指令,根据所述编辑指令调用可编辑函数,将所述可编辑函数的属性修改为ture,从而实现对目标评估报告的修改,例如,在目标评估报告已生成时,但是用户的体检报告信息出现错误,例如用户的个人资料有误,在这种情况下,如果根据新的用户的个人资料需要重新生成报告,从而花费大量的时间,在本实施例中,在出现信息错误时,接收编辑指令,通过所述编辑指令在生成的评估报告进行在线修改,从而提高评估报告处理的灵活性。In this embodiment, the user's edit instruction can also be obtained, and the editable function is called according to the edit instruction, and the attribute of the editable function is modified to ture, thereby modifying the target evaluation report, for example, in the target evaluation When the report has been generated, but the user's medical examination report information is wrong, such as the user's personal information is wrong, in this case, if the report needs to be regenerated based on the new user's personal information, which takes a lot of time, in this implementation In an example, when an information error occurs, an editing instruction is received, and online revision is performed on the generated evaluation report through the editing instruction, thereby improving the flexibility of processing the evaluation report.
本实施例通过上述方案,通过获取各个检查中心发送的参考信息,根据所述参考信息的类型对预设报告模板进行填充,并对填充后的参考信息中的指标参数按照预设规则生成所述体检报告,从而对体检报告的结果进行多维度分析,生成符合患者的评估报告,实现报告生成的智能化。In this embodiment, through the above solution, by obtaining the reference information sent by each inspection center, the preset report template is filled according to the type of the reference information, and the index parameters in the filled reference information are generated according to the preset rules Medical examination report, so as to carry out multi-dimensional analysis on the results of the medical examination report, generate an evaluation report conforming to the patient, and realize intelligent report generation.
进一步地,如图3所示,基于第一实施例提出本申请慢病检查报告生成方法第二实施例,在本实施例中,所述步骤S20包括:Further, as shown in FIG. 3, a second embodiment of the method for generating a chronic disease examination report of the present application is proposed based on the first embodiment. In this embodiment, the step S20 includes:
步骤S201,提取所述体检报告的打印请求中的体检项目,根据所述体检项目查找检查设备信息,判断与各个检查设备是否连接正常,在与各个检查设备连接正常时,向各个检查设备发送所述体检报告的参考信息生成请求。Step S201, extract the medical examination items in the print request of the medical examination report, search for inspection equipment information according to the medical examination items, determine whether the connection with each inspection equipment is normal, and send the inspection information to each inspection equipment when the connection with each inspection equipment is normal Describe the reference information generation request of the medical examination report.
在具体实现中,发送连接请求至各个检测设备,在预设时间内,接收各个检查设备的反馈信息时,表明与各个检查设备的连接正常,在这种情况下,再向各个检查设备发送检查报告请求,从而避免与各个设备未连接的状态下, 发送检查报告请求,导致由于长时间未接收到各个检查设备的检查报告,从而影响数据处理效率。In a specific implementation, a connection request is sent to each testing device, and within a preset time, when feedback information from each testing device is received, it indicates that the connection with each testing device is normal, and in this case, a check is sent to each testing device Report requests to avoid disconnection with each device, Sending an inspection report request results in failure to receive inspection reports from various inspection devices for a long time, which affects data processing efficiency.
进一步地,所述步骤30之前,所述方法还包括:Further, before the step 30, the method further includes:
步骤S301,根据所述体检项目在预设关系映射表中查找对应的标签信息,根据所述标签信息获取所述预设报告模板。Step S301: Find corresponding tag information in a preset relationship mapping table according to the medical examination item, and obtain the preset report template according to the tag information.
需要说明的是,由于在预设区域预先存储不同类型的报告模板,例如慢评估报告模板,常规健康检查模板等,为了获取所述慢病评估报告模板,可通过获取体检项目,根据体检项目确定的标签信息查找对应的报告模板,从而实现报告模板的正确采集。It should be noted that since different types of report templates are pre-stored in a preset area, such as a slow assessment report template, a routine health check template, etc., in order to obtain the chronic disease assessment report template, it can be determined according to the physical examination item by obtaining a medical examination item To find the corresponding report template, so as to achieve the correct collection of report templates.
可以理解的是,因为不同体检项目的检测目的不一样,从而可根据体检项目的不同从而获取对应的报告模板,当然还可根据其他参数信息获取预设报告模板,例如可根据用户的历史疾病信息,从而根据用户的历史记录的疾病信息中得到体检项目,从而获取对应的报告模板,还可通过其他方式获取预设报告模板,本实施例对此不作限制。It can be understood that because different medical examination items have different detection purposes, the corresponding report template can be obtained according to the different medical examination items, of course, the preset report template can also be obtained according to other parameter information, for example, according to the user's historical disease information Therefore, the medical examination items are obtained from the disease information of the user's historical record, so as to obtain the corresponding report template, and the preset report template can also be obtained through other methods, which is not limited in this embodiment.
本实施例提供的方案,通过体检项目获取预设报告模板,从而从多个报告模板中采集正确的报告模板,实现报告生成的正确性。In the solution provided in this embodiment, a preset report template is obtained through a medical examination project, so that the correct report template is collected from multiple report templates to achieve the correctness of report generation.
进一步地,如图4所示,基于第一实施例或第二实施例提出本申请慢病检查报告生成方法第三实施例,在本实施例中,基于第一实施例进行说明,所述步骤S40包括:Further, as shown in FIG. 4, a third embodiment of the method for generating a chronic disease examination report of the present application is proposed based on the first embodiment or the second embodiment. In this embodiment, the description is based on the first embodiment, and the steps S40 includes:
步骤S401,获取所述预设报告模板中所述参考信息的类型与填充位置的关系映射表,根据所述参考信息的类型在所述关系映射表中查找对应的填充位置,并查找与所述预设报告模板对应逻辑引擎,根据所述填充位置以及所述逻辑引擎对所述预设报告模板进行填充。Step S401: Obtain a relationship mapping table between the type of reference information and a filling position in the preset report template, find a corresponding filling position in the relationship mapping table according to the type of the reference information, and search for The preset report template corresponds to the logic engine, and the preset report template is filled according to the filling position and the logic engine.
需要说明的是,在对预设报告模板进行填充时,获取逻辑引擎,根据逻辑引擎将检查报告进行相应的填充,例如检查报告中医生建议的报告内容为根据检查报告中的个体化控制目标中的检查结果进行相应的调整。It should be noted that when filling the preset report template, a logic engine is obtained, and the inspection report is filled accordingly according to the logic engine. For example, the content of the report recommended by the doctor in the inspection report is based on the individualized control target in the inspection report. Adjust the inspection results accordingly.
在具体实现中,根据预设报告模板中填充的各个参数之间的逻辑关系,根据所述逻辑关系生成所述逻辑引擎保存在预设区域,在获取待填充位置时,根据所述逻辑引擎完成其他相关信息的填充,从而丰富评估报告的内容,实现对患者所需的体检内容的全面覆盖,使评估报告更符合患者的需求。In a specific implementation, according to the logical relationship between the parameters filled in the preset report template, the logic engine is generated according to the logic relationship and stored in the preset area, and when the position to be filled is obtained, it is completed according to the logic engine Filling in other relevant information, thereby enriching the content of the evaluation report, achieving a comprehensive coverage of the medical examination content required by the patient, and making the evaluation report more in line with the needs of the patient.
可以理解的是,还可接收用户的编辑指令,根据所述编辑指令对预设报告模板中的内容框架进行在线编辑,从而实现报告生成的灵活性。It can be understood that the editing instruction of the user can also be received, and the content frame in the preset report template can be edited online according to the editing instruction, thereby achieving flexibility in report generation.
进一步地,所述步骤S50包括:Further, the step S50 includes:
步骤S501,提取填充后的所述参考信息中的指标参数,将所述指标参数进行多维度展示,并根据所述指标参数在预设区域查找对应的权重。In step S501, the index parameters in the filled reference information are extracted, the index parameters are displayed in multiple dimensions, and corresponding weights are searched in a preset area according to the index parameters.
需要说明的是,所述指标参数包括血糖或者血脂的参数信息,还可包括其他,其中,血脂参数包括总胆固醇、低密度脂蛋白、低密度脂蛋白、甘油三脂等具体参数,从而评估报告将检查报告中的参数信息进行多维度的展示,在进行报告生成时,并不是将检查设备直接生成的报告结果进行填充,而是获取具体参数时,通过终端报告对具体参数进行整体判断,生成报告结果,例如一般情况下,对血液进行检查时,血液的检查设备将血液的检查结果直接进行展示,例如血红蛋白升高,并用相应的箭头进行展示,但是在本实施例中,并不是将血液检查设备生成的检查结果直接填充,而是,将整个多维度的参数进行综合分析,生成更符合当前患者的检查结果,例如在进行多项参数分析时,某一参数的不合格并不代表异常,本实施例通过对多维度的参数进行整合分析得到更更符合患者的检查结果。It should be noted that the index parameters include blood glucose or blood lipid parameter information, and may also include other parameters. Among them, the blood lipid parameters include specific parameters such as total cholesterol, low-density lipoprotein, low-density lipoprotein, and triglyceride, thereby evaluating the report Multi-dimensional display of the parameter information in the inspection report. When generating the report, it is not to fill in the report results directly generated by the inspection equipment, but to obtain the specific parameters, the overall judgment of the specific parameters through the terminal report to generate Report the results, for example, under normal circumstances, when the blood is tested, the blood test equipment directly displays the blood test results, such as the increase in hemoglobin and displays it with the corresponding arrow, but in this embodiment, the blood is not The inspection results generated by the inspection equipment are directly filled, but instead, the entire multi-dimensional parameters are comprehensively analyzed to generate inspection results that are more in line with the current patient. For example, when performing multiple parameter analysis, the failure of a certain parameter does not mean abnormality In this embodiment, an integrated analysis of multi-dimensional parameters is performed to obtain an examination result more in line with the patient.
步骤S502,在所述权重中查找权重靠前的目标指标参数,获取历史指标参数与历史检查结果的对应关系,根据所述目标指标参数在所述对应关系中查找所述目标检查结果。Step S502: Find the target index parameter with the highest weight among the weights, obtain the corresponding relationship between the historical index parameter and the historical inspection result, and search for the target inspection result in the corresponding relationship according to the target index parameter.
步骤S503,将所述目标检查结果进行分析生成所述体检报告,并将所述体检报告进行展示及打印。Step S503: Analyze the target examination result to generate the medical examination report, and display and print the medical examination report.
在进行具体分析时,通过当前患者的病情在预设关系映射表中查找对应的判断并病情的参考信息,将所述参考信息设置较高的权重,在进行综合分析时,根据检查结果中的参考信息的权重值得到最终的检查结果,从而从给整体上对指标参数进行分析,提高评估报告生成的正确性。During the specific analysis, the reference information of the corresponding judgment and condition is searched in the preset relationship mapping table according to the current patient's condition, and the reference information is set with a higher weight. When performing comprehensive analysis, according to the results of the examination The weight value of the reference information is used to obtain the final inspection result, so as to analyze the indicator parameters as a whole and improve the accuracy of the evaluation report generation.
进一步地,所述步骤S501之前,所述方法还包括:Further, before the step S501, the method further includes:
步骤S504,获取历史指标参数,将所述历史指标参数设置预设权重,并将所述历史指标参数与所述预设权重的对应关系保存在所述预设区域。Step S504: Acquire historical index parameters, set the historical index parameters to preset weights, and save the correspondence between the historical index parameters and the preset weights in the preset area.
需要说明的是,在本实施例中对各个指标参数设定相应的权重,例如指标参数包括患者的体重和血脂信息,对于高血脂的患者来说,体重是一个重要的参考指标信息,但是对于高血糖患者来说,体重并不是一个重要的参数指标,从而对各个指标参数进行更细化的分析,提高评估报告的准确性。It should be noted that in this embodiment, corresponding weights are set for each index parameter. For example, the index parameter includes the patient's weight and blood lipid information. For patients with high blood lipid, weight is an important reference index information, but for For hyperglycemic patients, body weight is not an important parameter index, so that more detailed analysis of each index parameter can improve the accuracy of the evaluation report.
进一步地,所述步骤S503之前,所述方法还包括:Further, before the step S503, the method further includes:
步骤S505,建立历史检查结果与历史建议信息的对应关系;Step S505, establishing a correspondence between the historical inspection result and historical suggestion information;
相应的,所述步骤S503包括:Correspondingly, the step S503 includes:
步骤S506,根据所述目标检查结果在所述历史检查结果与历史建议信息的对应关系中查找对应的建议信息,根据所述建议信息生成所述体检报告,并将所述体检报告进行展示及打印。Step S506: Find corresponding recommendation information in the correspondence between the historical inspection result and historical recommendation information according to the target inspection result, generate the medical examination report according to the recommendation information, and display and print the medical examination report .
可以理解的是,所述建议信息为预设字段,预先保存在预设区域,例如戒烟,酒,要有平和心态等,根据检查结果查找对应的预设字段进行展示,从而提高检查报告的友好性。It can be understood that the suggestion information is a preset field, which is pre-stored in a preset area, such as quitting smoking, alcohol, and a peaceful mindset. According to the inspection result, the corresponding preset field is searched for display, thereby improving the friendliness of the inspection report Sex.
本实施例提供的方案,从检查报告中的各个指标参数进行整合分析,并通过各个指标参数对应的权重对评估报告进行相应的调整,提高评估报告的准确性,另外还针对检查结果添加相应的建议信息,实现对评估报告的功能扩展,提高评估报告的友好性以及灵活性。The solution provided by this embodiment integrates and analyzes each index parameter in the inspection report, and adjusts the evaluation report accordingly by the weight corresponding to each index parameter to improve the accuracy of the evaluation report, and also adds a corresponding Propose information, realize the function expansion of the evaluation report, and improve the friendliness and flexibility of the evaluation report.
本申请进一步提供一种慢病检查报告生成装置。The present application further provides a chronic disease examination report generating device.
参照图5,图5为本申请慢病检查报告生成装置第一实施例的功能模块示意图。Referring to FIG. 5, FIG. 5 is a schematic diagram of functional modules of the first embodiment of the chronic disease examination report generating device of the present application.
本申请慢病检查报告生成装置第一实施例中,该慢病检查报告生成装置包括:In the first embodiment of the chronic disease examination report generating device of the present application, the chronic disease examination report generating device includes:
获取模块10,用于接收当前慢病患者的体检报告的打印请求。The obtaining module 10 is configured to receive a print request of a medical examination report of a chronically ill patient.
需要说明的是,所述体检报告的打印请求可为患者通过医院的报告生成终端发出的体检报告的打印请求,例如将就诊卡在所述报告生成终端上执行刷卡操作,还可通过移动终端的应用程序(Application,APP)操作报告的查询指令,还可为其他相同或相似的形式,本实施例对此不作限制,在本实施例中,以报告生成终端上执行刷卡操作为例进行说明。It should be noted that the print request of the medical examination report may be a print request of the medical examination report issued by the patient through the report generation terminal of the hospital, for example, a medical card is swiped on the report generation terminal to perform a card swiping operation, The query instruction of the application (APP) operation report may also be in other same or similar forms, which is not limited in this embodiment. In this embodiment, the card swiping operation performed on the report generation terminal is taken as an example for description.
可以理解的是,为了便识别不同的慢病患者,为每个患者发起的体检报告的打印请求设置相应的标签信息,所述标签信息可为患者在执行刷卡操作时随机生成的身份证(Identification,ID)编号,还可为患者的个人信息中身份证号,还可为其他形式的标签信息,用于与其他患者进行区分,本实施例对此不作限制。It can be understood that, in order to identify different chronically ill patients, corresponding label information is set for the printing request of the medical examination report initiated by each patient, and the label information may be an ID card randomly generated by the patient when performing the card swiping operation , ID) number, which can also be the ID number in the patient's personal information, and can also be other forms of label information for distinguishing from other patients, which is not limited in this embodiment.
在具体实现中,定义一个random()函数,在患者就诊时,调用随机函数生成随机数,将随机数作为患者的标签信息,从而与其他患者进行区分,并将所述随机数携带写入患者的就诊卡中,还可直接将就诊卡信息作为患者的标签信息。In a specific implementation, a random() function is defined. When a patient visits a doctor, a random function is called to generate a random number, and the random number is used as the label information of the patient to distinguish it from other patients, and the random number is carried into the patient. In the visit card, you can also directly use the visit card information as the patient's label information.
可以理解的是,在生成随机函数时,可能出现两个或者三个一样的随机数,在这种情况下,可将已经生成的随机数进行预存,在生成新的随机数的判断存储区域中是否存有当前生成的随机数,在未存有当前的随机数时,将当前的随机数作为患者的标签信息,在存有当前的随机数时,将当前的随机数进行调整,生成新的随机数,从而避免出现冲突的随机数,例如在生成ID=110的随机数时,在存储区域中已存有ID=110的随机数时,可将当前的随机数进行+1处理,ID=111,从而生成新的随机数,如果当前的随机数还存在冲突的情况,则继续进行处理,直至生成的随机数在存储区域中未出现过。It is understandable that when generating a random function, two or three identical random numbers may appear. In this case, the already generated random number may be pre-stored in the judgment storage area for generating a new random number Whether the currently generated random number is stored, when the current random number is not stored, the current random number is used as the patient's label information, and when the current random number is stored, the current random number is adjusted to generate a new Random numbers, so as to avoid conflicting random numbers. For example, when generating a random number with ID=110, when a random number with ID=110 is already stored in the storage area, the current random number can be +1 processed, ID= 111, thereby generating a new random number, if the current random number still has a conflict, then continue processing until the generated random number has not appeared in the storage area.
提取模块20,用于提取所述体检报告的打印请求中的体检项目,根据所述体检项目向各个检查设备发送所述体检报告的参考信息生成请求,以使所述检查设备在接收所述参考信息生成请求之后获取所述当前慢病患者的检查信息,并根据所述检查信息生成所述参考信息。The extraction module 20 is configured to extract the medical examination items in the print request of the medical examination report, and send a reference information generation request of the medical examination report to each examination device according to the medical examination items, so that the examination device receives the reference After the information generation request, the examination information of the current chronically ill patient is acquired, and the reference information is generated according to the examination information.
需要说明的是,所述检查设备可为血液检查设备、胸透检查设备,还可为其他功能的检查设备,本实施例对此不作限制,在本实施例中,为了实现报告生成的智能化,可实现与医院中的各个检查设备的互连,从而获取各个检查设备发送的检查报告信息,为无需通过每个对应的报告生成设备打印相应的检查报告,通过一个报告打印设备即可完成各项检查项目的检查结果的打印,从而达到节约设备资源的目的。It should be noted that the examination device may be a blood examination device, a chest X-ray examination device, or an examination device with other functions, which is not limited in this embodiment. In this embodiment, in order to achieve intelligent report generation , Can realize the interconnection with each inspection equipment in the hospital, so as to obtain the inspection report information sent by each inspection equipment, in order to print the corresponding inspection report without the need for each corresponding report generation device, a report printing device can complete each The inspection results of the inspection items are printed so as to save equipment resources.
可以理解的是,所述体检项目包括血压、血糖、血脂等,还可包括起亚的体检项目,本实施例对此不作限制,通过所述体检项目从而可查找到对应的检查设备,例如获取体检项目包括血压、血糖、血脂等,从而查找到对应的检查设备为血液检查设备,然后向血液检查设备发送报告获取请求,从而更有针对性地获取检查报告,而不是向各个检查设备发送报告请求,从而提高系统处理效率。It can be understood that the medical examination items include blood pressure, blood sugar, blood lipids, etc., and may also include Kia's medical examination items, which is not limited in this embodiment, and the corresponding examination equipment can be found through the medical examination items, such as obtaining a medical examination Items include blood pressure, blood sugar, blood lipids, etc., so as to find the corresponding test equipment is a blood test equipment, and then send a report acquisition request to the blood test equipment, so as to obtain a more targeted test report, rather than send a report request to each test equipment , Thereby improving system processing efficiency.
在本实施例中,所述参考信息为生成体检报告所需的各个参数信息,例如在体检报告中需要血压的参数信息或者其他检查项目的参数信息。In this embodiment, the reference information is various parameter information required for generating the medical examination report, for example, parameter information requiring blood pressure or other examination items in the medical examination report.
在具体实现中,所述检查设备在获取所述慢病患者的检查信息时,提取所述检查信息中的标签信息,其中,所述标签信息为对检查信息中的检查内容的识别,例如血小板参数信息,白细胞参数信息等,对所述标签信息进行判断,获取目标标签信息中的参数内容,例如只需获得所述检查内容中的血小板参数内容,将所述参数内容作为所述参考信息,从而获取有效的参考信息,提高检查报告生成的准确性。In a specific implementation, when acquiring the examination information of the chronically ill patient, the examination device extracts the label information in the examination information, wherein the label information is the identification of the examination content in the examination information, such as platelets Parameter information, leukocyte parameter information, etc., to judge the label information, to obtain the parameter content in the target label information, for example, only to obtain the platelet parameter content in the inspection content, and use the parameter content as the reference information, Thereby obtaining effective reference information and improving the accuracy of inspection report generation.
确定模块30,用于获取预设报告模板,提取所述检查设备发送的所述参考信息对应的设备标识,根据所述设备标识确定所述参考信息的类型。The determining module 30 is configured to obtain a preset report template, extract a device identifier corresponding to the reference information sent by the inspection device, and determine the type of the reference information according to the device identifier.
在本实施例中,在预设区域预存有检查报告模板,检查报告模板由几个部分组成,并设有各个组成部分之间的连接关系,例如第一区域用户填充患者的个人信息以及标签信息等,通过获取采集信息的类型,例如获取患者的个人信息,通过个人信息查找到对应的填充位置,即第一区域,从而实现对检查报告的第一区域的填充。In this embodiment, an examination report template is pre-stored in a preset area, and the examination report template is composed of several parts, and a connection relationship between each part is provided, for example, the user in the first area fills in the patient’s personal information and label information Etc., by acquiring the type of collected information, for example, acquiring the personal information of the patient, and finding the corresponding filling position, that is, the first area, through the personal information, thereby filling the first area of the examination report.
填充模块40,用于获取所述预设报告模板中所述参考信息的类型与填充位置的关系映射表,根据所述参考信息的类型在所述关系映射表中查找对应的填充位置,根据所述填充位置对所述预设报告模板进行填充。The filling module 40 is configured to obtain a relationship mapping table between the type of reference information and the filling position in the preset report template, and find the corresponding filling position in the relationship mapping table according to the type of the reference information, according to the The filling position fills the preset report template.
在具体实现中,设有各个检查报告类型与填充位置的关系映射表,例如个人信息对应报告的第一区域,通过获取检查报告的类型在关系映射表中查找对应的填充位置,从而更精确的生成检查报告信息。In the specific implementation, there is a mapping table of the relationship between each inspection report type and the filling position, for example, the first area of the report corresponding to personal information, and the corresponding filling position can be found in the relationship mapping table by obtaining the type of the inspection report, so that Generate inspection report information.
需要说明的是,可根据各个检查设备的不同对应不同的报告类型,例如血液检查设备生成血液检查类型,血脂检查设备生成血脂检查类型,从而实现对各个不同检查设备生成检查报告类型的识别。It should be noted that different report types can be corresponding to different inspection devices, for example, a blood test device generates a blood test type, and a blood lipid test device generates a blood lipid test type, so as to realize identification of types of test reports generated by different test devices.
生成模块50,用于提取填充后的所述参考信息中的指标参数,将所述指标参数按照预设规则生成所述体检报告,并将所述体检报告进行展示及打印。The generating module 50 is configured to extract index parameters in the reference information after filling, generate the medical examination report according to a preset rule, and display and print the medical examination report.
需要说明的是,所述指标参数为各个检查报告中的检查结果,例如在获取血液检查报告中,指标参数为血压指标,血糖指标等,所述预设规则可为对各个指标参数进行对比分析,例如可将血压指标与预设血压阈值进行比较,根据比较结果,生成相应的图标展示,例如当前血压的收缩压为120,设定的阈值为不低于130,可见,当前血压的收缩压低于设定的阈值,生成向下的箭头表示,表示过低,还可通过其他形式进行警示,从而提高检查报告的智能化。It should be noted that the index parameter is the test result in each test report. For example, in obtaining a blood test report, the index parameter is a blood pressure index, a blood glucose index, etc., and the preset rule may be a comparative analysis of each index parameter For example, the blood pressure index can be compared with the preset blood pressure threshold, and a corresponding icon display is generated according to the comparison result, for example, the current blood pressure systolic pressure is 120, and the set threshold value is not less than 130. It can be seen that the current blood pressure systolic pressure is low At the set threshold, a downward arrow is generated to indicate that it is too low, and other forms of warning can be used to improve the intelligence of the inspection report.
在本实施例中,还可获取用户的编辑指令,根据所述编辑指令调用可编辑函数,将所述可编辑函数的属性修改为ture,从而实现对目标评估报告的修改,例如,在目标评估报告已生成时,但是用户的体检报告信息出现错误,例如用户的个人资料有误,在这种情况下,如果根据新的用户的个人资料需要重新生成报告,从而花费大量的时间,在本实施例中,在出现信息错误时,接收编辑指令,通过所述编辑指令在生成的评估报告进行在线修改,从而提高评估报告处理的灵活性。In this embodiment, the user's edit instruction can also be obtained, and the editable function is called according to the edit instruction, and the attribute of the editable function is modified to ture, thereby modifying the target evaluation report, for example, in the target evaluation When the report has been generated, but the user's medical examination report information is wrong, such as the user's personal information is wrong, in this case, if the report needs to be regenerated based on the new user's personal information, which takes a lot of time, in this implementation In an example, when an information error occurs, an editing instruction is received, and online revision is performed on the generated evaluation report through the editing instruction, thereby improving the flexibility of processing the evaluation report.
本实施例通过上述方案,通过获取各个检查中心发送的参考信息,根据所述参考信息的类型对预设报告模板进行填充,并对填充后的参考信息中的指标参数按照预设规则生成所述体检报告,从而对体检报告的结果进行多维度分析,生成符合患者的评估报告,实现报告生成的智能化。In this embodiment, through the above solution, by obtaining the reference information sent by each inspection center, the preset report template is filled according to the type of the reference information, and the index parameters in the filled reference information are generated according to the preset rules Medical examination report, so as to carry out multi-dimensional analysis on the results of the medical examination report, generate an evaluation report conforming to the patient, and realize intelligent report generation.
此外,为实现上述目的,本申请还提出一种设备,所述设备包括:存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机可读指令,所述计算机可读指令配置为实现如上文所述的慢病检查报告生成方法的步骤。In addition, in order to achieve the above object, the present application also proposes a device, the device comprising: a memory, a processor, and computer-readable instructions stored on the memory and executable on the processor, the computer may The read instruction is configured to implement the steps of the chronic disease examination report generation method as described above.
此外,本申请实施例还提出一种存储介质,所述计算机可读存储介质可以为非易失性可读存储介质。In addition, the embodiments of the present application also provide a storage medium, and the computer-readable storage medium may be a non-volatile readable storage medium.
本申请存储介质上存储有计算机可读指令,所述计算机可读指令被处理器执行如上文所述的慢病检查报告生成方法的步骤。The storage medium of the present application stores computer readable instructions, and the computer readable instructions are executed by the processor to perform the steps of the chronic disease examination report generation method as described above.
其中,该计算机可读指令被执行时所实现的方法可参照本申请慢病检查报告生成方法的各个实施例,此处不再赘述。The method implemented when the computer-readable instruction is executed can refer to various embodiments of the method for generating a chronic disease examination report of the present application, which will not be repeated here.

Claims (20)

  1. 一种慢病检查报告生成方法,其中,所述慢病检查报告生成方法包括: A chronic disease examination report generation method, wherein the chronic disease examination report generation method includes:
    接收当前慢病患者的体检报告的打印请求;Receive a print request for the medical report of the chronically ill patient;
    提取所述体检报告的打印请求中的体检项目,根据所述体检项目向各个检查设备发送所述体检报告的参考信息生成请求,以使所述检查设备在接收所述参考信息生成请求之后获取所述当前慢病患者的检查信息,并根据所述检查信息生成所述参考信息;Extract the medical examination items in the print request of the medical examination report, and send the reference information generation request of the medical examination report to each examination device according to the medical examination items, so that the examination device obtains the examination information after receiving the reference information generation request Describing the examination information of the current chronically ill patient, and generating the reference information according to the examination information;
    获取预设报告模板,提取所述检查设备发送的所述参考信息对应的设备标识,根据所述设备标识确定所述参考信息的类型;Obtaining a preset report template, extracting a device identifier corresponding to the reference information sent by the inspection device, and determining the type of the reference information according to the device identifier;
    获取所述预设报告模板中所述参考信息的类型与填充位置的关系映射表,根据所述参考信息的类型在所述关系映射表中查找对应的填充位置,根据所述填充位置对所述预设报告模板进行填充;Obtaining a relationship mapping table between the type of reference information and the filling position in the preset report template, searching for the corresponding filling position in the relationship mapping table according to the type of the reference information, and according to the filling position Preset report template to fill;
    提取填充后的所述参考信息中的指标参数,将所述指标参数按照预设规则生成所述体检报告,并将所述体检报告进行展示及打印。The index parameters in the filled reference information are extracted, the index parameters are generated according to preset rules, and the medical report is generated, and the medical report is displayed and printed.
  2. 如权利要求1所述的慢病检查报告生成方法,其中,所述提取所述体检报告的打印请求中的体检项目,根据所述体检项目向各个检查设备发送所述体检报告的参考信息生成请求包括:The chronic disease examination report generating method according to claim 1, wherein the medical examination items in the print request for the medical examination report are extracted, and a reference information generation request for the medical examination report is sent to each examination device based on the medical examination items include:
    提取所述体检报告的打印请求中的体检项目,根据所述体检项目查找检查设备信息,判断与各个检查设备是否连接正常,在与各个检查设备连接正常时,向各个检查设备发送所述体检报告的参考信息生成请求。Extract the medical examination items in the print request of the medical examination report, search for inspection equipment information according to the medical examination items, determine whether the connection with each inspection equipment is normal, and send the medical examination report to each inspection equipment when the connection with each inspection equipment is normal Request for reference information.
  3. 如权利要求1所述的慢病检查报告生成方法,其中,所述获取预设报告模板,提取所述检查设备发送的所述参考信息对应的设备标识,根据所述设备标识确定所述参考信息的类型之前,所述方法还包括:The method for generating a chronic disease examination report according to claim 1, wherein the acquiring a preset report template, extracting the equipment identification corresponding to the reference information sent by the examination equipment, and determining the reference information according to the equipment identification Before the type, the method also includes:
    根据所述体检项目在预设关系映射表中查找对应的标签信息,根据所述标签信息获取所述预设报告模板。Find corresponding tag information in a preset relationship mapping table according to the medical examination item, and obtain the preset report template according to the tag information.
  4. 如权利要求1所述的慢病检查报告生成方法,其中,所述获取所述预设报告模板中所述参考信息的类型与填充位置的关系映射表,根据所述参考信息的类型在所述关系映射表中查找对应的填充位置,根据所述填充位置对所述预设报告模板进行填充包括:The method for generating a chronic disease examination report according to claim 1, wherein the mapping table of the relationship between the type of reference information and the filling position in the preset report template is obtained according to the type of reference information in the Finding the corresponding filling position in the relationship mapping table, and filling the preset report template according to the filling position includes:
    获取所述预设报告模板中所述参考信息的类型与填充位置的关系映射表,根据所述参考信息的类型在所述关系映射表中查找对应的填充位置,并查找与所述预设报告模板对应逻辑引擎,根据所述填充位置以及所述逻辑引擎对所述预设报告模板进行填充。Obtaining a mapping table of the relationship between the type of reference information and the filling position in the preset report template, searching for the corresponding filling position in the relationship mapping table according to the type of the reference information, and searching for the preset report The template corresponds to a logic engine, and the preset report template is filled according to the filling position and the logic engine.
  5. 如权利要求1所述的慢病检查报告生成方法,其中,所述提取填充后的所述参考信息中的指标参数,将所述指标参数按照预设规则生成所述体检报告,并将所述体检报告进行展示及打印包括:The method for generating a chronic disease examination report according to claim 1, wherein the index parameter in the reference information after the extraction is filled, the index parameter is used to generate the medical examination report according to a preset rule, and the The presentation and printing of the medical report include:
    提取填充后的所述参考信息中的指标参数,将所述指标参数进行多维度展示,并根据所述指标参数在预设区域查找对应的权重;Extract the index parameters in the reference information after filling, display the index parameters in multiple dimensions, and find corresponding weights in a preset area according to the index parameters;
    在所述权重中查找权重靠前的目标指标参数,获取历史指标参数与历史检查结果的对应关系,根据所述目标指标参数在所述对应关系中查找所述目标检查结果;Searching for the target index parameter with the highest weight in the weight, obtaining the correspondence between the historical index parameter and the historical inspection result, and searching for the target inspection result in the correspondence based on the target index parameter;
    将所述目标检查结果进行分析生成所述体检报告,并将所述体检报告进行展示及打印。The target examination result is analyzed to generate the medical examination report, and the medical examination report is displayed and printed.
  6. 如权利要求5所述的慢病检查报告生成方法,其中,所述提取填充后的所述参考信息中的指标参数,将所述指标参数进行多维度展示,并根据所述指标参数在预设区域查找对应的权重之前,所述方法还包括:The method for generating a chronic disease examination report according to claim 5, wherein the index parameter in the reference information after the extraction is filled, the index parameter is displayed in multiple dimensions, and preset according to the index parameter Before searching the corresponding weight of the area, the method further includes:
    获取历史指标参数,将所述历史指标参数设置预设权重,并将所述历史指标参数与所述预设权重的对应关系保存在所述预设区域。Obtain historical index parameters, set the historical index parameters to preset weights, and save the correspondence between the historical index parameters and the preset weights in the preset area.
  7. 如权利要求5所述的慢病检查报告生成方法,其中,所述将所述目标检查结果进行分析生成所述体检报告,并将所述体检报告进行展示及打印之前,所述方法还包括:The method for generating a chronic disease examination report according to claim 5, wherein before analyzing the target examination result to generate the medical examination report, and before displaying and printing the medical examination report, the method further comprises:
    建立历史检查结果与历史建议信息的对应关系; Establish a correspondence between historical inspection results and historical suggested information;
    所述将所述目标检查结果进行分析生成所述体检报告,并将所述体检报告进行展示及打印包括:The analyzing the target examination result to generate the medical examination report, and displaying and printing the medical examination report includes:
    根据所述目标检查结果在所述历史检查结果与历史建议信息的对应关系中查找对应的建议信息,根据所述建议信息生成所述体检报告,并将所述体检报告进行展示及打印。Find corresponding suggestion information in the correspondence between the historical examination result and historical recommendation information according to the target examination result, generate the medical examination report according to the recommendation information, and display and print the medical examination report.
  8. 一种慢病检查报告生成装置,其中,所述慢病检查报告生成装置包括:A chronic disease examination report generating device, wherein the chronic disease examination report generating device includes:
    获取模块,用于接收当前慢病患者的体检报告的打印请求;The acquisition module is used to receive the print request of the medical report of the chronically ill patient;
    提取模块,用于提取所述体检报告的打印请求中的体检项目,根据所述体检项目向各个检查设备发送所述体检报告的参考信息生成请求,以使所述检查设备在接收所述参考信息生成请求之后获取所述当前慢病患者的检查信息,并根据所述检查信息生成所述参考信息;An extraction module for extracting the medical examination items in the print request of the medical examination report, and sending a reference information generation request of the medical examination report to each examination device according to the medical examination items, so that the examination device receives the reference information Acquiring the examination information of the current chronically ill patient after generating the request, and generating the reference information according to the examination information;
    确定模块,用于获取预设报告模板,提取所述检查设备发送的所述参考信息对应的设备标识,根据所述设备标识确定所述参考信息的类型;A determining module, configured to obtain a preset report template, extract a device identifier corresponding to the reference information sent by the checking device, and determine the type of the reference information according to the device identifier;
    填充模块,用于获取所述预设报告模板中所述参考信息的类型与填充位置的关系映射表,根据所述参考信息的类型在所述关系映射表中查找对应的填充位置,根据所述填充位置对所述预设报告模板进行填充;The filling module is used to obtain a relationship mapping table between the type of reference information and the filling position in the preset report template, and find a corresponding filling position in the relationship mapping table according to the type of the reference information, according to the The filling position fills in the preset report template;
    生成模块,用于提取填充后的所述参考信息中的指标参数,将所述指标参数按照预设规则生成所述体检报告,并将所述体检报告进行展示及打印。The generating module is used for extracting the index parameters in the filled reference information, generating the medical report according to the preset rules, and displaying and printing the medical report.
  9. 一种设备,其中,所述设备包括:存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机可读指令,所述计算机可读指令配置为实现以下步骤:An apparatus, wherein the apparatus includes: a memory, a processor, and computer-readable instructions stored on the memory and executable on the processor, the computer-readable instructions configured to implement the following steps:
    接收当前慢病患者的体检报告的打印请求;Receive a print request for the medical report of the chronically ill patient;
    提取所述体检报告的打印请求中的体检项目,根据所述体检项目向各个检查设备发送所述体检报告的参考信息生成请求,以使所述检查设备在接收所述参考信息生成请求之后获取所述当前慢病患者的检查信息,并根据所述检查信息生成所述参考信息;Extract the medical examination items in the print request of the medical examination report, and send the reference information generation request of the medical examination report to each examination device according to the medical examination items, so that the examination device obtains the examination information after receiving the reference information generation request Describing the examination information of the current chronically ill patient, and generating the reference information according to the examination information;
    获取预设报告模板,提取所述检查设备发送的所述参考信息对应的设备标识,根据所述设备标识确定所述参考信息的类型;Obtaining a preset report template, extracting a device identifier corresponding to the reference information sent by the inspection device, and determining the type of the reference information according to the device identifier;
    获取所述预设报告模板中所述参考信息的类型与填充位置的关系映射表,根据所述参考信息的类型在所述关系映射表中查找对应的填充位置,根据所述填充位置对所述预设报告模板进行填充;Obtaining a relationship mapping table between the type of reference information and the filling position in the preset report template, searching for the corresponding filling position in the relationship mapping table according to the type of the reference information, and according to the filling position Preset report template to fill;
    提取填充后的所述参考信息中的指标参数,将所述指标参数按照预设规则生成所述体检报告,并将所述体检报告进行展示及打印。The index parameters in the filled reference information are extracted, the index parameters are generated according to preset rules, and the medical report is generated, and the medical report is displayed and printed.
  10. 如权利要求9所述的设备,其中,所述计算机可读指令还配置为实现以下步骤:The device of claim 9, wherein the computer-readable instructions are further configured to implement the following steps:
    提取所述体检报告的打印请求中的体检项目,根据所述体检项目查找检查设备信息,判断与各个检查设备是否连接正常,在与各个检查设备连接正常时,向各个检查设备发送所述体检报告的参考信息生成请求。Extract the medical examination items in the print request of the medical examination report, search for inspection equipment information according to the medical examination items, determine whether the connection with each inspection equipment is normal, and send the medical examination report to each inspection equipment when the connection with each inspection equipment is normal Request for reference information.
  11. 如权利要求9所述的设备,其中,所述计算机可读指令还配置为实现以下步骤:The device of claim 9, wherein the computer-readable instructions are further configured to implement the following steps:
    根据所述体检项目在预设关系映射表中查找对应的标签信息,根据所述标签信息获取所述预设报告模板。Find corresponding tag information in a preset relationship mapping table according to the medical examination item, and obtain the preset report template according to the tag information.
  12. 如权利要求9所述的设备,其中,所述计算机可读指令还配置为实现以下步骤:The device of claim 9, wherein the computer-readable instructions are further configured to implement the following steps:
    获取所述预设报告模板中所述参考信息的类型与填充位置的关系映射表,根据所述参考信息的类型在所述关系映射表中查找对应的填充位置,并查找与所述预设报告模板对应逻辑引擎,根据所述填充位置以及所述逻辑引擎对所述预设报告模板进行填充。Obtaining a mapping table of the relationship between the type of reference information and the filling position in the preset report template, searching for the corresponding filling position in the relationship mapping table according to the type of the reference information, and searching for the preset report The template corresponds to a logic engine, and the preset report template is filled according to the filling position and the logic engine.
  13. 如权利要求9所述的设备,其中,所述计算机可读指令还配置为实现以下步骤:The device of claim 9, wherein the computer-readable instructions are further configured to implement the following steps:
    提取填充后的所述参考信息中的指标参数,将所述指标参数进行多维度展示,并根据所述指标参数在预设区域查找对应的权重;Extract the index parameters in the reference information after filling, display the index parameters in multiple dimensions, and find corresponding weights in a preset area according to the index parameters;
    在所述权重中查找权重靠前的目标指标参数,获取历史指标参数与历史检查结果的对应关系,根据所述目标指标参数在所述对应关系中查找所述目标检查结果;Searching for the target index parameter with the highest weight in the weight, obtaining the correspondence between the historical index parameter and the historical inspection result, and searching for the target inspection result in the correspondence based on the target index parameter;
    将所述目标检查结果进行分析生成所述体检报告,并将所述体检报告进行展示及打印。The target examination result is analyzed to generate the medical examination report, and the medical examination report is displayed and printed.
  14. 如权利要求13所述的设备,其中,所述计算机可读指令还配置为实现以下步骤:The apparatus of claim 13, wherein the computer-readable instructions are further configured to implement the following steps:
    获取历史指标参数,将所述历史指标参数设置预设权重,并将所述历史指标参数与所述预设权重的对应关系保存在所述预设区域。Obtain historical index parameters, set the historical index parameters to preset weights, and save the correspondence between the historical index parameters and the preset weights in the preset area.
  15. 如权利要求13所述的设备,其中,所述计算机可读指令还配置为实现以下步骤:The apparatus of claim 13, wherein the computer-readable instructions are further configured to implement the following steps:
    建立历史检查结果与历史建议信息的对应关系; Establish a correspondence between historical inspection results and historical suggested information;
    所述将所述目标检查结果进行分析生成所述体检报告,并将所述体检报告进行展示及打印包括:The analyzing the target examination result to generate the medical examination report, and displaying and printing the medical examination report includes:
    根据所述目标检查结果在所述历史检查结果与历史建议信息的对应关系中查找对应的建议信息,根据所述建议信息生成所述体检报告,并将所述体检报告进行展示及打印。Find corresponding suggestion information in the correspondence between the historical examination result and historical recommendation information according to the target examination result, generate the medical examination report according to the recommendation information, and display and print the medical examination report.
  16. 一种存储介质,其中,所述存储介质上存储有计算机可读指令,所述计算机可读指令被处理器执行时实现如以下步骤:A storage medium, wherein computer-readable instructions are stored on the storage medium, and when the computer-readable instructions are executed by a processor, the following steps are implemented:
    接收当前慢病患者的体检报告的打印请求;Receive a print request for the medical report of the chronically ill patient;
    提取所述体检报告的打印请求中的体检项目,根据所述体检项目向各个检查设备发送所述体检报告的参考信息生成请求,以使所述检查设备在接收所述参考信息生成请求之后获取所述当前慢病患者的检查信息,并根据所述检查信息生成所述参考信息;Extract the medical examination items in the print request of the medical examination report, and send the reference information generation request of the medical examination report to each examination device according to the medical examination items, so that the examination device obtains the examination information after receiving the reference information generation request Describing the examination information of the current chronically ill patient, and generating the reference information according to the examination information;
    获取预设报告模板,提取所述检查设备发送的所述参考信息对应的设备标识,根据所述设备标识确定所述参考信息的类型;Obtaining a preset report template, extracting a device identifier corresponding to the reference information sent by the inspection device, and determining the type of the reference information according to the device identifier;
    获取所述预设报告模板中所述参考信息的类型与填充位置的关系映射表,根据所述参考信息的类型在所述关系映射表中查找对应的填充位置,根据所述填充位置对所述预设报告模板进行填充;Obtaining a relationship mapping table between the type of reference information and the filling position in the preset report template, searching for the corresponding filling position in the relationship mapping table according to the type of the reference information, and according to the filling position Preset report template to fill;
    提取填充后的所述参考信息中的指标参数,将所述指标参数按照预设规则生成所述体检报告,并将所述体检报告进行展示及打印。The index parameters in the filled reference information are extracted, the index parameters are generated according to preset rules, and the medical report is generated, and the medical report is displayed and printed.
  17. 如权利要求16所述的存储介质,其中,所述计算机可读指令还配置为实现以下步骤:The storage medium of claim 16, wherein the computer-readable instructions are further configured to implement the following steps:
    提取所述体检报告的打印请求中的体检项目,根据所述体检项目查找检查设备信息,判断与各个检查设备是否连接正常,在与各个检查设备连接正常时,向各个检查设备发送所述体检报告的参考信息生成请求。Extract the medical examination items in the print request of the medical examination report, search for inspection equipment information according to the medical examination items, determine whether the connection with each inspection equipment is normal, and send the medical examination report to each inspection equipment when the connection with each inspection equipment is normal Request for reference information.
  18. 如权利要求16所述的存储介质,其中,所述计算机可读指令还配置为实现以下步骤:The storage medium of claim 16, wherein the computer-readable instructions are further configured to implement the following steps:
    根据所述体检项目在预设关系映射表中查找对应的标签信息,根据所述标签信息获取所述预设报告模板。Find corresponding tag information in a preset relationship mapping table according to the medical examination item, and obtain the preset report template according to the tag information.
  19. 如权利要求16所述的存储介质,其中,所述计算机可读指令还配置为实现以下步骤:The storage medium of claim 16, wherein the computer-readable instructions are further configured to implement the following steps:
    获取所述预设报告模板中所述参考信息的类型与填充位置的关系映射表,根据所述参考信息的类型在所述关系映射表中查找对应的填充位置,并查找与所述预设报告模板对应逻辑引擎,根据所述填充位置以及所述逻辑引擎对所述预设报告模板进行填充。Obtaining a mapping table of the relationship between the type of reference information and the filling position in the preset report template, searching for the corresponding filling position in the relationship mapping table according to the type of the reference information, and searching for the preset report The template corresponds to a logic engine, and the preset report template is filled according to the filling position and the logic engine.
  20. 如权利要求16所述的存储介质,其中,所述计算机可读指令还配置为实现以下步骤:The storage medium of claim 16, wherein the computer-readable instructions are further configured to implement the following steps:
    提取填充后的所述参考信息中的指标参数,将所述指标参数进行多维度展示,并根据所述指标参数在预设区域查找对应的权重;Extract the index parameters in the reference information after filling, display the index parameters in multiple dimensions, and find corresponding weights in a preset area according to the index parameters;
    在所述权重中查找权重靠前的目标指标参数,获取历史指标参数与历史检查结果的对应关系,根据所述目标指标参数在所述对应关系中查找所述目标检查结果;Searching for the target index parameter with the highest weight in the weight, obtaining the correspondence between the historical index parameter and the historical inspection result, and searching for the target inspection result in the correspondence based on the target index parameter;
    将所述目标检查结果进行分析生成所述体检报告,并将所述体检报告进行展示及打印。 The target examination result is analyzed to generate the medical examination report, and the medical examination report is displayed and printed.
PCT/CN2019/096008 2018-11-30 2019-07-15 Chronic disease examination report generation method and apparatus, device, and storage medium WO2020107895A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201811462222.XA CN109658999B (en) 2018-11-30 2018-11-30 Chronic disease inspection report generation method, device, equipment and storage medium
CN201811462222.X 2018-11-30

Publications (1)

Publication Number Publication Date
WO2020107895A1 true WO2020107895A1 (en) 2020-06-04

Family

ID=66112577

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/096008 WO2020107895A1 (en) 2018-11-30 2019-07-15 Chronic disease examination report generation method and apparatus, device, and storage medium

Country Status (2)

Country Link
CN (1) CN109658999B (en)
WO (1) WO2020107895A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113268537A (en) * 2021-06-23 2021-08-17 北京深度制耀科技有限公司 Genetic resource declaration writing method and device

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109658999B (en) * 2018-11-30 2023-02-03 深圳平安医疗健康科技服务有限公司 Chronic disease inspection report generation method, device, equipment and storage medium
CN112397159B (en) * 2019-08-19 2024-03-22 金色熊猫有限公司 Automatic entry method and device for clinical test report, electronic equipment and storage medium
CN110580942A (en) * 2019-08-23 2019-12-17 和宇健康科技股份有限公司 novel physical examination report generation method, device, medium and terminal equipment
CN111061858A (en) * 2019-11-22 2020-04-24 用友网络科技股份有限公司 Report generation method, report generation device, and computer-readable storage medium
CN112270609B (en) * 2020-11-18 2024-03-01 德联易控科技(北京)有限公司 Vehicle risk analysis method and device and electronic equipment
CN112632944A (en) * 2020-12-15 2021-04-09 深圳壹账通智能科技有限公司 Method, system, equipment and storage medium for generating inspection report
CN113140315B (en) * 2020-12-31 2023-05-26 上海明品医学数据科技有限公司 Health self-testing system, server and health detection system
CN113436699A (en) * 2021-06-29 2021-09-24 深圳市核子基因科技有限公司 Method, system, electronic device and storage medium for generating new corona nucleic acid detection report
CN114300079B (en) * 2021-12-30 2023-05-30 卫宁健康科技集团股份有限公司 Case discussion report acquisition method, electronic equipment and storage medium
CN115762698B (en) * 2022-12-01 2024-02-13 武汉博科国泰信息技术有限公司 Medical chronic disease examination report data extraction method and system
CN117252176A (en) * 2023-09-18 2023-12-19 广东企企通科技有限公司 Intelligent survey report generation method, device, equipment and medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004111904A1 (en) * 2003-06-14 2004-12-23 Ezcaretech Co., Ltd. Method for managing medical information online
CN102903067A (en) * 2011-07-26 2013-01-30 航伟科技股份有限公司 Health examination system
CN105931165A (en) * 2016-07-12 2016-09-07 广州市中钛新电子科技有限公司 System, device and method for self-service physical examination
CN106021932A (en) * 2016-05-24 2016-10-12 镇江泰和益元生物科技有限公司 Medical physical examination management system
CN107025368A (en) * 2016-01-29 2017-08-08 北京弘达君康健康科技有限公司 The self-service method for customizing and system of physical examination project alternative are obtained for physical examination of healthy population
CN109658999A (en) * 2018-11-30 2019-04-19 平安医疗健康管理股份有限公司 Slow disease audit report generation method, device, equipment and storage medium

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6684276B2 (en) * 2001-03-28 2004-01-27 Thomas M. Walker Patient encounter electronic medical record system, method, and computer product
JP2007094810A (en) * 2005-09-29 2007-04-12 Toshiba Corp Diagnostic result report system
US20100076780A1 (en) * 2008-09-23 2010-03-25 General Electric Company, A New York Corporation Methods and apparatus to organize patient medical histories
US20120035963A1 (en) * 2009-03-26 2012-02-09 Koninklijke Philips Electronics N.V. System that automatically retrieves report templates based on diagnostic information
JP5837745B2 (en) * 2010-12-28 2015-12-24 Psp株式会社 Medical report creation support device
CN104915908A (en) * 2015-06-10 2015-09-16 湖南菜鸟网络科技有限公司 Medical total examination method and system
CN105095645A (en) * 2015-06-26 2015-11-25 深圳市前海安测信息技术有限公司 Method and system for querying health report under O2O mode
CN107818074A (en) * 2017-09-27 2018-03-20 阿里巴巴集团控股有限公司 A kind of generation method of data report, device and electronic equipment
CN108399953A (en) * 2018-03-12 2018-08-14 平安健康互联网股份有限公司 Health score assigning method, apparatus and storage medium based on physical examination report

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004111904A1 (en) * 2003-06-14 2004-12-23 Ezcaretech Co., Ltd. Method for managing medical information online
CN102903067A (en) * 2011-07-26 2013-01-30 航伟科技股份有限公司 Health examination system
CN107025368A (en) * 2016-01-29 2017-08-08 北京弘达君康健康科技有限公司 The self-service method for customizing and system of physical examination project alternative are obtained for physical examination of healthy population
CN106021932A (en) * 2016-05-24 2016-10-12 镇江泰和益元生物科技有限公司 Medical physical examination management system
CN105931165A (en) * 2016-07-12 2016-09-07 广州市中钛新电子科技有限公司 System, device and method for self-service physical examination
CN109658999A (en) * 2018-11-30 2019-04-19 平安医疗健康管理股份有限公司 Slow disease audit report generation method, device, equipment and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113268537A (en) * 2021-06-23 2021-08-17 北京深度制耀科技有限公司 Genetic resource declaration writing method and device

Also Published As

Publication number Publication date
CN109658999B (en) 2023-02-03
CN109658999A (en) 2019-04-19

Similar Documents

Publication Publication Date Title
WO2020107895A1 (en) Chronic disease examination report generation method and apparatus, device, and storage medium
WO2010067981A9 (en) System and method for interfacing medical device information
WO2017051945A1 (en) Method and apparatus for providing medical information service on basis of disease model
WO2016171341A1 (en) Cloud-based pathology analysis system and method
WO2020015064A1 (en) System fault processing method, apparatus, device and storage medium
WO2022169037A1 (en) Method for predicting mental health and providing mental health solutions by learning psychological indicator data and physical indicator data on basis of machine learning, and mental health evaluation device using same
WO2020107909A1 (en) Method, apparatus and device for determining abnormal treatment expense, and computer storage medium
WO2022145782A2 (en) Big data and cloud system-based artificial intelligence emergency medical care decision making and emergency patient transporting system and method therefor
WO2020119384A1 (en) Medical insurance abnormity detection method, apparatus and device based on big data analysis, and medium
WO2022225199A1 (en) System for remote health status measurement through camera-based vital signs data extraction and electronic medical examination, and method therefor
WO2021045367A1 (en) Method and computer program for determining psychological state through drawing process of counseling recipient
WO2020073494A1 (en) Webpage backdoor detecting method, device, storage medium and apparatus
WO2018105995A2 (en) Device and method for health information prediction using big data
WO2020107899A1 (en) Medical cost prediction method, device and equipment, and computer-readable storage medium
WO2016179880A1 (en) Network hospital platform, expert platform and emergency expert consultation request method based on expert platform
WO2023132598A1 (en) Artificial intelligence-based hemodialysis data processing method and system
WO2013100319A1 (en) Device and method for managing medical image data by using reference coordinates
CN111863201A (en) Medical information processing apparatus and medical information processing method
WO2020237858A1 (en) Breakpoint data transmission method, apparatus, device, and non-volatile storage medium
WO2018076635A1 (en) Language text loading method and device
WO2011053060A2 (en) Information-processing device, information-processing method and program
WO2016200243A1 (en) Computing apparatus and method for aiding classification of mibyeong
WO2018169219A1 (en) Printing through automatic sorting
WO2016036049A1 (en) Search service providing apparatus, system, method, and computer program
WO2021040200A1 (en) Data transmission system and data transmission method for transmitting/receiving medical information data

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

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

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

122 Ep: pct application non-entry in european phase

Ref document number: 19889884

Country of ref document: EP

Kind code of ref document: A1