CN116469510A - Pathological report generation method, pathological report generation device, computer equipment and storage medium - Google Patents

Pathological report generation method, pathological report generation device, computer equipment and storage medium Download PDF

Info

Publication number
CN116469510A
CN116469510A CN202310458831.2A CN202310458831A CN116469510A CN 116469510 A CN116469510 A CN 116469510A CN 202310458831 A CN202310458831 A CN 202310458831A CN 116469510 A CN116469510 A CN 116469510A
Authority
CN
China
Prior art keywords
template document
word template
pathology
data
file format
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202310458831.2A
Other languages
Chinese (zh)
Inventor
黄强
王子晗
汤浩铭
邝国涛
靳杰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Shengqiang Technology Co ltd
Original Assignee
Shenzhen Shengqiang Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Shengqiang Technology Co ltd filed Critical Shenzhen Shengqiang Technology Co ltd
Priority to CN202310458831.2A priority Critical patent/CN116469510A/en
Publication of CN116469510A publication Critical patent/CN116469510A/en
Pending legal-status Critical Current

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
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/186Templates
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Theoretical Computer Science (AREA)
  • General Health & Medical Sciences (AREA)
  • Public Health (AREA)
  • Primary Health Care (AREA)
  • Medical Informatics (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Epidemiology (AREA)
  • Document Processing Apparatus (AREA)

Abstract

The invention provides a pathology report generation method, a device, computer equipment and a storage medium, which are used for creating a Word template document of a pathology report, wherein field names in the Word template document are placeholders, uploading the Word template document to a server for storage, setting a unique identifier, acquiring pathology data, the unique identifier of the Word template document and a file format, and generating the pathology report corresponding to the file format according to the pathology data, the unique identifier of the Word template document and the file format; according to the method, the Word template document is designed through the placeholder, and the pathology report corresponding to the file format is generated at one time according to the pathology data, the Word template document and the file format data, so that the generation of pathology reports with different file formats can be supported, and the report format requirements of different medical equipment are met.

Description

Pathological report generation method, pathological report generation device, computer equipment and storage medium
Technical Field
The present invention relates to the field of medical technology, and in particular, to a method, an apparatus, a computer device, and a storage medium for generating a pathology report.
Background
After the diagnostic procedure is completed, the hospital typically needs to output diagnostic documents for patient review and hospital archiving, while supporting different file formats. For example, viewing a file at a web page end, and a common file format is usually Pdf file; the file format that the patient prints through the self-service function is usually Word or Pdf; hospital archives are typically in Pdf or picture format.
The types of hospital equipment are very many, and many of the hospital equipment only support a single file format and cannot support different file formats at the same time, so that the requirements under different scenes are met.
Disclosure of Invention
The invention provides a pathology report generation method, a pathology report generation device, computer equipment and a storage medium, which can support the generation of pathology reports with different file formats on the same equipment.
In a first aspect, the present invention proposes a pathology report generation method, comprising:
creating a Word template document of a pathology report, wherein field names in the Word template document are placeholders;
uploading the Word template document to a server for storage, and setting a unique identifier;
and obtaining pathology data, the unique identification of the Word template document and the file format, and generating a pathology report corresponding to the file format according to the pathology data, the unique identification of the Word template document and the file format.
In one embodiment, the obtaining the pathology data, the unique identifier of the Word template document and the file format, and generating the pathology report corresponding to the file format according to the pathology data, the unique identifier of the Word template document and the file format specifically includes:
inputting pathology data, the unique identification of the Word template document and a file format;
reading the corresponding Word template document according to the unique identifier, matching placeholders in the Word template document one by one according to the pathological data, and replacing the content of the placeholders to obtain a rendered Word template document;
and converting the rendered Word template document into a pathology report corresponding to the file format according to the file format.
In one embodiment, before the step of obtaining the pathology data, the unique identifier of the Word template document and the file format and generating the pathology report corresponding to the file format according to the pathology data, the unique identifier of the Word template document and the file format, the method further includes:
and creating a document generation mode capable of simultaneously supporting the generation of Word files, PDF files and picture files according to the NET database and the tool kit.
In one embodiment, the reading the corresponding Word template document according to the unique identifier, and matching placeholders in the Word template document one by one according to the pathology data and replacing the content of the placeholders to obtain the rendered Word template document specifically includes:
analyzing the pathological data to obtain cache data;
reading a corresponding Word template document according to the unique identifier, and analyzing field types of placeholders in the Word template document, wherein the field types comprise Boolean types, picture types and text types;
and matching the parsed pathological data with the field of the placeholder in the Word template document according to the field type of the placeholder to obtain the rendered Word template document.
In one embodiment, the placeholder is replaced by acquiring specific content of the field type corresponding to the placeholder through regular matching of the placeholder.
In one embodiment, after the analyzing the pathology data and obtaining the cache data, before reading the corresponding Word template document according to the unique identifier, the method further includes,
and judging whether the cache data of the pathological data are stored in the cache, if so, reading the stored cache data, and returning to the file address of the Word template document corresponding to the stored cache data.
In one embodiment, after the generating the pathology report of the corresponding file format according to the pathology data, the unique identification of the Word template document and the file format, the method further comprises,
and storing the pathology report in an object storage of a public network so that an authorized user can acquire the pathology report through the public network.
In a second aspect, the present invention proposes a pathology report generation apparatus comprising:
the template creation unit is used for creating a Word template document of the pathology report, wherein the field names in the Word template document are placeholders;
the storage unit is used for uploading the Word template document to a server for storage and setting a unique identifier;
and the report generation unit is used for acquiring the pathology data, the unique identification of the Word template document and the file format, and generating a pathology report corresponding to the file format according to the pathology data, the unique identification of the Word template document and the file format.
In a third aspect, the invention proposes a computer device comprising a processor and a memory, said memory having stored therein a computer program which, when loaded and executed by said processor, implements the method of any of the preceding claims.
In a fourth aspect, the invention proposes a computer storage medium having stored therein a computer program which, when executed, implements a method as claimed in any of the preceding claims.
The invention relates to a pathology report generation method, a device, computer equipment and a storage medium, which are used for creating a Word template document of a pathology report, wherein field names in the Word template document are placeholders, uploading the Word template document to a server for storage, setting a unique identifier, acquiring pathology data, the unique identifier of the Word template document and a file format, and generating the pathology report corresponding to the file format according to the pathology data, the unique identifier of the Word template document and the file format; according to the method, the Word template document is designed through the placeholder, and the pathology report corresponding to the file format is generated at one time according to the pathology data, the Word template document and the file format data, so that the generation of pathology reports with different file formats can be supported, and the report format requirements of different medical equipment are met.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings required in the embodiments are briefly described below, and the drawings in the following description are only drawings corresponding to some embodiments of the present invention, and it is possible for a person skilled in the art to obtain drawings of other embodiments according to these drawings without inventive effort.
FIG. 1 is a flow chart of a method for generating a pathology report according to one embodiment of the present invention;
FIG. 2 is a flow chart of a method for generating a pathology report according to another embodiment of the present invention;
FIG. 3 is a flow chart of a method for generating a pathology report according to still another embodiment of the present invention;
fig. 4 is a block diagram showing the structure of a pathology report generating apparatus according to one embodiment of the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs.
Referring to fig. 1, in one embodiment, a pathology report generation method of the present invention includes:
step S101, a Word template document of a pathology report is created, wherein field names in the Word template document are placeholders.
Specifically, a Word document is newly built, a placeholder 'field name' is added as a result display item of a pathology report, a Word template document is obtained, and the Word template document is uploaded to a server for storage.
Step S102, uploading the Word template document to a server for storage, and setting a unique identifier.
After uploading the Word template document to the server, setting a unique identifier for the Word template document and storing the unique identifier in a database, wherein the unique identifier comprises a Code field, the value of the field is a unique value of a guide (Globally Unique Identifier, global unique identifier), and the corresponding Word template document can be read according to the unique identifier.
Step S103, obtaining pathology data, the unique identification of the Word template document and the file format, and generating a pathology report corresponding to the file format according to the pathology data, the unique identification of the Word template document and the file format.
In one embodiment, step S103 specifically includes,
and inputting the pathology data, the unique identification of the Word template document and the file format.
And reading the corresponding Word template document according to the unique identifier, and matching placeholders in the Word template document one by one according to the pathological data and replacing the content of the placeholders to obtain the rendered Word template document.
And converting the rendered Word template document into a pathology report corresponding to the file format according to the file format.
When a user needs to print report forms with different file formats on different devices, the method reads pathological data through the background server, acquires Word template documents according to unique identifiers of the template documents, matches placeholders in the Word template documents one by one according to the pathological data and replaces the content of the placeholders to obtain rendered Word template documents, and then can automatically generate pathological reports with corresponding file formats at a user side by combining with the file formats.
Referring to fig. 2, in one embodiment, before step S103, the method further includes:
step S203, a document generation mode capable of simultaneously supporting generation of Word files, PDF files and picture files is created according to the NET database in combination with the tool kit.
Specifically, the implementation can be performed using Freespire. Doc, NPOI toolkit. The method of the embodiment can simultaneously support the generation of three file formats of Word files, PDF files and picture files.
Referring to fig. 3, in one embodiment, a pathology report generation method includes:
in step S301, the caller transmits in pathology data.
The pathology data is stored in the server and can be called by various devices needing to print pathology reports in hospitals, so that corresponding pathology reports are generated.
Step S302, analyzing the pathological data to obtain cache data.
After the pathological data are analyzed, the pathological data are put into a cache, so that the rendering speed of the Word template document can be improved.
Step S303, judging whether the cache data of the pathological data is already stored in the cache.
And step S304, if yes, reading the stored cache data, returning the file address of the Word template document corresponding to the stored cache data, and ending.
If the cache data of the pathological data are stored in the cache, the pathological data are rendered to generate corresponding Word template documents, the file address of the Word template documents is directly returned to read the corresponding Word template documents, and the template rendering is not needed again.
Step S305, if not, reading the corresponding Word template document according to the unique identifier, and analyzing the field type of the placeholder in the Word template document, wherein the field type comprises a Boolean type, a picture type and a text type.
The Boolean type, the picture type and the text type can cover the types of result display items in a hospital pathology report, and can be used for text result display, check picture result display, check whether result display is checked and the like.
Step S306, matching the analyzed pathology data with the field of the placeholder in the Word template document according to the field type of the placeholder to obtain the rendered Word template document.
Specifically, specific content of a field type corresponding to the placeholder is obtained through regular matching of the placeholder to replace the placeholder. Such as a picture link, the program automatically recognizes the picture and inserts it into the word template document.
Step S307, converting the rendered Word template document into a pathology report corresponding to the file format according to the file format.
Step S308, if the file format is PDF, outputting the PDF file.
Step S310, if the file format is Word, outputting the Word file.
In step S312, whether the file format is a picture, if so, the picture file is output.
In step S314, the generated pathology report and pathology data are calculated using MD5 and stored in a database.
Further, after the pathology report is generated, the pathology report is stored in an object storage of the public network, so that an authorized user can acquire the pathology report through the public network.
Step S315, the file is returned.
According to the pathology report generation method, when a user prints a pathology report, pathology data is called from a server, the pathology data is analyzed and stored in a cache, whether the cache data is stored in the cache or not is judged, if yes, the fact that the pathology data is rendered and generated a Word template document is indicated, an address of the Word template document is directly returned, the corresponding Word template document is read, re-rendering is not needed, and the obtaining efficiency and the generating speed of the Word template document are improved. The type of the placeholder is designed to cover the type of a result display item of the hospital pathology report, regular matching is supported to render a Word template file, and then the pathology report with a corresponding format is generated according to the file type. After the pathological report is generated, the pathological report is stored in a public network, so that the pathological report can be conveniently and directly read by authorized users, and the utilization rate of the pathological report can be effectively improved.
Referring to fig. 4, an embodiment of the present application further provides a pathology report generating apparatus, including:
the template creation unit 10 is used for creating a Word template document of the pathology report, wherein field names in the Word template document are placeholders.
And the storage unit 20 is used for uploading the Word template document to a server for storage and setting a unique identifier.
And a report generating unit 30, configured to acquire pathology data, the unique identifier of the Word template document, and a file format, and generate a pathology report corresponding to the file format according to the pathology data, the unique identifier of the Word template document, and the file format.
In one embodiment, the report generating unit 30 includes,
an information input unit 301, configured to input pathology data, a unique identifier of the Word template document, and a file format;
the template rendering unit 302 reads the corresponding Word template document according to the unique identifier, and matches placeholders in the Word template document one by one according to the pathological data and replaces the content of the placeholders to obtain a rendered Word template document;
a format generating unit 303, configured to convert the rendered Word template document into a pathology report corresponding to the file format according to the file format.
In one embodiment, the pathology report generation apparatus further comprises:
and the format creation unit creates a document generation mode capable of simultaneously supporting the generation of Word files, PDF files and picture files according to the NET database and the tool kit.
In one embodiment, the template rendering unit 302 is specifically configured to:
analyzing the pathological data to obtain cache data;
reading a corresponding Word template document according to the unique identifier, and analyzing field types of placeholders in the Word template document, wherein the field types comprise Boolean types, picture types and text types;
and matching the parsed pathological data with the field of the placeholder in the Word template document according to the field type of the placeholder to obtain the rendered Word template document.
In one embodiment, the template rendering unit 302 obtains the specific content corresponding to the field type of the placeholder through regular matching of the placeholder to replace the placeholder.
In one embodiment, the pathology report generation apparatus further comprises:
and the judging unit is used for judging whether the cache data of the pathological data are stored in the cache, if so, reading the stored cache data, and returning the file address of the Word template document corresponding to the stored cache data.
In one embodiment, the pathology report generation apparatus further comprises:
and the object storage unit is used for storing the pathology report in an object storage of the public network so that an authorized user can acquire the pathology report through the public network.
The specific process of executing the corresponding steps by each unit is described in detail in the above method embodiment, and is not described herein for brevity.
The embodiment of the invention also provides a computer device, which comprises a processor and a memory, wherein the memory stores a computer program, and the computer program realizes the steps of any one of the above method embodiments when being loaded and executed by the processor.
The embodiment of the invention also provides a computer storage medium, wherein a computer program is stored in the computer storage medium, and when the computer program is executed, the method steps of any one of the above method embodiments are realized.
In the foregoing embodiments of the present invention, it should be understood that the disclosed systems, devices and methods may be implemented in other manners. For example, the apparatus embodiments described above are merely illustrative, e.g., the division of the units is merely a logical function division, and there may be additional divisions when actually implemented, e.g., multiple units or components may be combined or integrated into another system, or some features may be omitted or not performed. Alternatively, the coupling or direct coupling or communication connection shown or discussed with each other may be an indirect coupling or communication connection via some interfaces, devices or units, which may be in electrical, mechanical or other form.
The units described as separate units may or may not be physically separate, and units shown as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of this embodiment.
In addition, each functional unit in each embodiment of the present application may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit. The integrated units may be implemented in hardware or in software functional units. The integrated units, if implemented in the form of software functional units and sold or used as stand-alone products, may be stored in a computer readable storage medium.
Based on such understanding, the technical solution of the present application may be embodied in essence or contributing part or all or part of the technical solution in the form of a software product stored in a storage medium, including several instructions for causing a computer device (which may be a mobile terminal, a personal computer, a server, or a network device, etc.) to perform all or part of the steps of the methods described in the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
In summary, although the present invention has been described with reference to the preferred embodiments, the scope of the invention is not limited thereto, and any person skilled in the art who is skilled in the art should make equivalent substitutions or modifications according to the technical scheme of the present invention within the scope of the present invention.
The technical features of the above-described embodiments may be arbitrarily combined, and all possible combinations of the technical features in the above-described embodiments are not described for brevity of description, however, as long as there is no contradiction between the combinations of the technical features, they should be considered as the scope of the description.

Claims (10)

1. A pathology report generation method, comprising:
creating a Word template document of a pathology report, wherein field names in the Word template document are placeholders;
uploading the Word template document to a server for storage, and setting a unique identifier;
and obtaining pathology data, the unique identification of the Word template document and the file format, and generating a pathology report corresponding to the file format according to the pathology data, the unique identification of the Word template document and the file format.
2. The method of claim 1, wherein the obtaining pathology data, the unique identifier of the Word template document, and the file format, and generating the pathology report corresponding to the file format according to the pathology data, the unique identifier of the Word template document, and the file format is specifically:
inputting pathology data, the unique identification of the Word template document and a file format;
reading the corresponding Word template document according to the unique identifier, matching placeholders in the Word template document one by one according to the pathological data, and replacing the content of the placeholders to obtain a rendered Word template document;
and converting the rendered Word template document into a pathology report corresponding to the file format according to the file format.
3. The method of claim 1, wherein the step of obtaining pathology data, the unique identification of the Word template document, and the file format, and generating a pathology report corresponding to the file format based on the pathology data, the unique identification of the Word template document, and the file format, further comprises, prior to the step of:
and creating a document generation mode capable of simultaneously supporting the generation of Word files, PDF files and picture files according to the NET database and the tool kit.
4. The method of claim 2, wherein the reading the corresponding Word template document according to the unique identifier, and matching placeholders in the Word template document one by one according to the pathology data and replacing the content of the placeholders, and the obtaining the rendered Word template document specifically includes:
analyzing the pathological data to obtain cache data;
reading a corresponding Word template document according to the unique identifier, and analyzing field types of placeholders in the Word template document, wherein the field types comprise Boolean types, picture types and text types;
and matching the parsed pathological data with the field of the placeholder in the Word template document according to the field type of the placeholder to obtain the rendered Word template document.
5. The method of claim 4, wherein the placeholder is replaced by obtaining concrete content corresponding to a field type of the placeholder through placeholder canonical matching.
6. The method of claim 4, wherein after parsing the pathology data to obtain cached data, before reading the corresponding Word template document according to the unique identifier, further comprises,
and judging whether the cache data of the pathological data are stored in the cache, if so, reading the stored cache data, and returning to the file address of the Word template document corresponding to the stored cache data.
7. The method of claim 1, wherein after generating the pathology report in the corresponding file format based on the pathology data, the unique identification of the Word template document, and the file format, further comprising,
and storing the pathology report in an object storage of a public network so that an authorized user can acquire the pathology report through the public network.
8. A pathology report generation apparatus, comprising:
the template creation unit is used for creating a Word template document of the pathology report, wherein the field names in the Word template document are placeholders;
the storage unit is used for uploading the Word template document to a server for storage and setting a unique identifier;
and the report generation unit is used for acquiring the pathology data, the unique identification of the Word template document and the file format, and generating a pathology report corresponding to the file format according to the pathology data, the unique identification of the Word template document and the file format.
9. A computer device comprising a processor and a memory, the memory having stored therein a computer program which, when loaded and executed by the processor, implements the method of any of claims 1 to 7.
10. A computer storage medium, characterized in that the computer storage medium has stored therein a computer program which, when executed, implements the method according to any of claims 1 to 7.
CN202310458831.2A 2023-04-19 2023-04-19 Pathological report generation method, pathological report generation device, computer equipment and storage medium Pending CN116469510A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310458831.2A CN116469510A (en) 2023-04-19 2023-04-19 Pathological report generation method, pathological report generation device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310458831.2A CN116469510A (en) 2023-04-19 2023-04-19 Pathological report generation method, pathological report generation device, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN116469510A true CN116469510A (en) 2023-07-21

Family

ID=87182260

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310458831.2A Pending CN116469510A (en) 2023-04-19 2023-04-19 Pathological report generation method, pathological report generation device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN116469510A (en)

Similar Documents

Publication Publication Date Title
US8271544B2 (en) Data file having more than one mode of operation
JP6193986B2 (en) How to view images
JP4954718B2 (en) Document conversion / incorporation system
JP2012038343A (en) Actionable e-mail document
CN107526755B (en) Data processing method and device
US20110029850A1 (en) Document processor and re-aggregator
CN113672204A (en) Interface document generation method, system, electronic equipment and storage medium
CN112001159A (en) Document generation method and device, electronic equipment and storage medium
CN110716739A (en) Code change information statistical method, system and readable storage medium
Hutchins Testing software tools of potential interest for digital preservation activities at the national library of australia
US6714950B1 (en) Methods for reproducing and recreating original data
US10984184B2 (en) Maintenance of a metafile using spreadsheet software
CN116469510A (en) Pathological report generation method, pathological report generation device, computer equipment and storage medium
CN102298669A (en) Medical image processing server and managing method for medical image processing server
KR20110024874A (en) System for scrap of web contents and method thereof
JP2009271844A (en) Information processor, information processing method, and program
CN111833165A (en) Expenditure budget management system, device and medium
JP2007065778A5 (en)
CN113033177B (en) Method and device for analyzing electronic medical record data
CN117252543A (en) Flow form processing method and device and readable storage medium
Alberti et al. A computer data bank system for otolaryngologic and audiologic data
KR100277834B1 (en) Book reading system and service processing method
Ball et al. Briefing Paper: File Format and XML Schema Registries
CN113553812A (en) News processing method and device combining RPA and AI
CN112988737A (en) Data storage method and device, data acquisition method and device, and electronic equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication