CN115718775A - Medical data processing method and medical information system - Google Patents

Medical data processing method and medical information system Download PDF

Info

Publication number
CN115718775A
CN115718775A CN202110977763.1A CN202110977763A CN115718775A CN 115718775 A CN115718775 A CN 115718775A CN 202110977763 A CN202110977763 A CN 202110977763A CN 115718775 A CN115718775 A CN 115718775A
Authority
CN
China
Prior art keywords
information
medical
data
format
medical data
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
CN202110977763.1A
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.)
Guangzhou Shiyuan Electronics Thecnology Co Ltd
Guangzhou Shizhen Information Technology Co Ltd
Original Assignee
Guangzhou Shiyuan Electronics Thecnology Co Ltd
Guangzhou Shizhen Information 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 Guangzhou Shiyuan Electronics Thecnology Co Ltd, Guangzhou Shizhen Information Technology Co Ltd filed Critical Guangzhou Shiyuan Electronics Thecnology Co Ltd
Priority to CN202110977763.1A priority Critical patent/CN115718775A/en
Publication of CN115718775A publication Critical patent/CN115718775A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Medical Treatment And Welfare Office Work (AREA)

Abstract

The application provides a medical data processing method and a medical information system, wherein the medical data processing method comprises the following steps: determining target medical configuration information of the medical data information, wherein the target medical configuration information comprises interface configuration information, and the interface configuration information at least comprises standard condition information representing whether the medical data information is in a standard format; determining whether the data format of the medical data information is a standard format or not according to the target medical configuration information; in the case that the data format of the medical data information is not a standard format, the data format of the medical data information is converted into the standard format by using a template engine. The medical data processing method realizes the conversion of various acquired data into standard formats, and can realize the format conversion of various data without customized development, thereby solving the problem of higher cost caused by the fact that the customized development is needed to convert the data in various formats into the standard data in the prior art.

Description

Medical data processing method and medical information system
Technical Field
The present application relates to the field of medical data processing, and in particular, to a medical data processing method, a computer-readable storage medium, and a medical information system.
Background
In recent years, in order to enhance medical informatization construction, diversified data terminals are generated, including a medical care large screen, a bedside screen, a gallery screen and a door screen, as well as an internet of things device for infusion monitoring, mattress monitoring and the like, and the purpose of comprehensively creating a comprehensive intelligent scene (called a smart medical system for short) in the medical industry is achieved.
In the information service construction, data are acquired from an information system used in a hospital, and intelligent scene display and interaction are performed after the data are processed through a specific algorithm. Different hospitals usually adopt different hospital information systems, in order to collect required data, the intelligent medical system sets up own standard data format, and the hospital information system can provide data service according to the standard data format so that the intelligent medical system can automatically collect data. However, since some hospital information systems do not provide data collection services according to standard data formats, the intelligent medical system needs to perform separate data collection for the medical information systems.
At present, the intelligent medical system carries out data acquisition, and various data acquisition is required, so that the work is complicated and repeated. For a software system, a large amount of customized development makes system services become complicated and difficult to understand step by step, and also increases system maintenance cost.
Therefore, a method for converting data in various formats into standard data without customized development is needed.
The above information disclosed in this background section is only for enhancement of understanding of the background of the technology described herein and, therefore, certain information may be included in the background that does not form the prior art that is already known in this country to a person of ordinary skill in the art.
Disclosure of Invention
The present application mainly aims to provide a medical data processing method, a computer-readable storage medium and a medical information system, so as to solve the problem of high cost caused by the need of customized development to convert data in multiple formats into standard data in the prior art.
According to an aspect of an embodiment of the present invention, there is provided a method for processing medical data, including: determining target medical configuration information of medical data information, wherein the target medical configuration information comprises interface configuration information, and the interface configuration information at least comprises standard condition information representing whether the standard condition information is in a standard format; determining whether the data format of the medical data information is the standard format or not according to the target medical configuration information; and under the condition that the data format of the medical data information is not the standard format, converting the data format of the medical data information into the standard format by adopting a template engine.
Optionally, determining target medical configuration information of the medical data information includes: receiving medical data information sent by a sending end, wherein the medical data information carries first identification information; and determining the target medical configuration information according to the first identification information.
Optionally, the target medical configuration information includes second identification information, and determining the target medical configuration information according to the first identification information includes: comparing the first identification information with the second identification information in a plurality of medical configuration information; determining that the medical configuration information corresponding to the second identification information matched with the first identification information is the target medical configuration information, wherein the target medical configuration information is the second identification information matched with the first identification information.
Optionally, the first identification information includes at least one of: first patient ID information, a first key, the second identification information comprising at least one of: second patient ID information, second key.
Optionally, determining whether a data format of the medical data information is the standard format according to the target medical configuration information includes: and determining whether the data format of the medical data information is the standard format or not according to the standard condition information in the target medical configuration information.
Optionally, in a case that the data format of the medical data information is not the standard format, converting the data format of the medical data information into the standard format includes: under the condition that the data format of the medical data information is not the standard format, acquiring the mapping relation between the medical data information and the information in the standard format according to a template engine; and converting the data format of the medical data information into the standard format according to the mapping relation.
Optionally, the method further comprises: determining whether the target medical configuration information comprises forwarding information, wherein the forwarding information comprises forwarding address information and forwarding mode information; determining that the medical data information needs to be forwarded under the condition that the target medical configuration information comprises the forwarding information, and forwarding the medical data information in the standard format according to the forwarding address information and the forwarding mode information; and sending the medical data information in the standard format to the sending end under the condition that the medical data information is determined not to be forwarded.
Optionally, the receiving the medical data information sent by the sending end includes: receiving first medical data information sent by a first sending end, wherein the first medical data information is request information.
Optionally, the receiving the medical data information sent by the sending end further includes: and receiving second medical data information sent by a second sending end, wherein the second medical data information is response information for forwarding the request information in the standard format.
Optionally, the interface configuration information further includes at least one of: the medical data information interface comprises interface name information, interface group selection information, data format selection information, data synchronization mode information and docking mode information, wherein the interface name information is information representing an interface name, the interface group selection information is information representing a selected interface group, the data format information is information representing a data format, the data synchronization mode information is information representing a synchronization mode of the medical data information, and the docking mode information is information representing a docking mode of the medical data information.
Optionally, the medical configuration information further includes interface group configuration information, and the interface group configuration information includes interface group name information and custom parameter information.
According to still another aspect of embodiments of the present invention, there is also provided a computer-readable storage medium including a stored program, wherein the program executes any one of the methods.
According to another aspect of the embodiments of the present invention, there is also provided a medical information system including: one or more processors, memory, and one or more programs stored in the memory and configured to be executed by the one or more processors, the one or more programs including instructions for performing any of the methods described herein.
In the embodiment of the invention, in the method for processing medical data, first, target medical configuration information of medical data information is determined, wherein the target medical configuration information comprises interface configuration information, and the interface configuration information at least comprises standard condition information representing whether the interface configuration information is in a standard format; then, according to the target medical configuration information, determining whether the data format of the medical data information is the standard format; and finally, under the condition that the data format of the medical data information is not the standard format, converting the data format of the medical data information into the standard format by adopting a template engine. According to the processing method, under the condition that the data format of the medical data information is not the standard format, the template engine is adopted to convert the data format of the data into the standard format, so that the acquired various data are converted into the standard format, and the format conversion of the various data can be realized without customized development, so that the problem of high cost caused by the fact that the customized development is needed to convert the data in various formats into the standard data in the prior art is solved.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this application, illustrate embodiments of the application and, together with the description, serve to explain the application and are not intended to limit the application. In the drawings:
FIG. 1 shows a schematic diagram of a method of processing medical data according to an embodiment of the present application;
fig. 2 shows a schematic illustration of a device for processing medical data according to an embodiment of the application.
Detailed Description
It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The present application will be described in detail below with reference to the accompanying drawings in conjunction with embodiments.
In order to make the technical solutions of the present application better understood by those skilled in the art, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only some embodiments of the present application, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
It should be noted that the terms "first," "second," and the like in the description and claims of this application and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It should be understood that the data so used may be interchanged under appropriate circumstances such that embodiments of the application described herein may be used. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
As described in the background art, in order to solve the above problems, the prior art needs to be customized and developed to convert data in various formats into standard data, which results in high cost, and in an exemplary embodiment of the present application, a method for processing medical data, a computer-readable storage medium, and a medical information system are provided.
According to an embodiment of the present application, a method of processing medical data is provided.
Fig. 1 is a flowchart of a method of processing medical data according to an embodiment of the present application. As shown in fig. 1, the method comprises the steps of:
step S101, determining target medical configuration information of medical data information, wherein the target medical configuration information comprises interface configuration information, and the interface configuration information at least comprises standard condition information representing whether the interface configuration information is in a standard format;
step S102, determining whether the data format of the medical data information is the standard format or not according to the target medical configuration information;
in step S103, when the data format of the medical data information is not the standard format, the data format of the medical data information is converted into the standard format by using a template engine.
In the method for processing the medical data, firstly, target medical configuration information of medical data information is determined, wherein the target medical configuration information comprises interface configuration information, and the interface configuration information at least comprises standard condition information representing whether the interface configuration information is in a standard format; then, according to the target medical configuration information, determining whether the data format of the medical data information is the standard format; finally, when the data format of the medical data information is not the standard format, the data format of the medical data information is converted into the standard format by adopting a template engine. According to the processing method, under the condition that the data format of the medical data information is not the standard format, the data format of the data is converted into the standard format by adopting the template engine, so that the acquired various data are converted into the standard format, and the format conversion of the various data can be realized without customized development, so that the problem of high cost caused by the fact that the customized development is needed to convert the data in various formats into the standard data in the prior art is solved.
It should be noted that the steps illustrated in the flowcharts of the figures may be performed in a computer system such as a set of computer-executable instructions and that, although a logical order is illustrated in the flowcharts, in some cases, the steps illustrated or described may be performed in an order different than here.
In a specific embodiment of the present application, the template engine is a template engine developed based on the NET, and the objects defined in the NET code are referred to by using a simple template language to form a mapping relationship between the medical data information and the information in a standard format.
In one embodiment of the present application, determining target medical configuration information of medical data information includes: receiving medical data information sent by a sending end, wherein the medical data information carries first identification information; and determining the target medical configuration information according to the first identification information, and subsequently determining whether the data format of the medical data information is the standard format or not more efficiently according to the target medical configuration information.
In another embodiment of the present application, the determining the target medical configuration information according to the first identification information includes: comparing the first identification information with the second identification information in a plurality of pieces of medical configuration information; and identifying the medical configuration information corresponding to the second identification information matching the first identification information as the target medical configuration information, wherein the target medical configuration information is the second identification information matching the first identification information. According to the scheme, the first identification information is compared with the second identification information in the plurality of medical configuration information, the configuration information corresponding to the second identification information matched with the first identification information is determined to be the target medical configuration information, so that the determined target medical configuration information is more accurate, whether the data format of the medical data information is a standard format or not is judged according to the target medical configuration information, and the judgment result is further accurate.
In another embodiment of the present application, the first identification information includes at least one of: first patient ID information, a first key, the second identification information including at least one of: and subsequently comparing the first patient ID information with the second patient ID information and/or comparing the first key with the second key to determine the medical configuration information corresponding to the second identification information matched with the first identification information as the target medical configuration information, thereby further ensuring that the determined target medical configuration information is more accurate.
Specifically, the first patient ID information and the second patient ID information may be unique number information of an application.
In another embodiment of the present application, determining whether a data format of the medical data information is the standard format according to the target medical configuration information includes: and determining whether the data format of the medical data information is the standard format or not according to the standard situation information in the target medical configuration information, so that whether the medical data information is the standard format or not can be determined more efficiently.
In an embodiment of the application, when the data format of the medical data information is not the standard format, the converting the data format of the medical data information into the standard format by using a template engine includes: under the condition that the data format of the medical data information is not the standard format, acquiring the mapping relation between the medical data information and the information in the standard format according to a template engine; and converting the data format of the medical data information into the standard format according to the mapping relation. In the embodiment, the mapping relation between the medical data information and the information in the standard format is acquired according to the template engine, so that the acquired mapping relation is more accurate, and the data format of the medical data information is converted into the standard format according to the mapping relation, so that the medical data information converted into the standard format is more accurate.
In another embodiment of the present application, the method further includes: determining whether the target medical configuration information comprises forwarding information, wherein the forwarding information comprises forwarding address information and forwarding mode information; determining that the medical data information needs to be forwarded when the forwarding information is included in the target medical configuration information, and forwarding the medical data information in the standard format according to the forwarding address information and the forwarding mode information; and under the condition that the medical data information is determined not to be forwarded, the medical data information in the standard format is sent to the sending end, so that whether the medical data information needs to be forwarded or not can be flexibly determined.
In another embodiment of the present application, the receiving medical data information sent by a sending end includes: receiving first medical data information sent by a first sending end, wherein the first medical data information is request information.
In another embodiment of the present application, the receiving the medical data information sent by the sending end further includes: and receiving second medical data information sent by a second sending end, wherein the second medical data information is response information for forwarding the request information with the standard format. After receiving response information of the request information sent by a second sending end, comparing first identification information carried by the response information of the request information with second identification information in a plurality of pieces of configuration information, and determining that the configuration information corresponding to the second identification information matched with the first identification information is target medical configuration information, wherein the target medical configuration information comprises interface configuration information which at least comprises standard condition information representing whether the interface configuration information is in a standard format or not; determining whether the data format of the medical data information is the standard format according to the standard situation information in the target medical configuration information; and if the data format of the medical data information is not the standard format, converting the data format of the medical data information into the standard format by using a template engine.
In an embodiment of the application, the interface configuration information further includes at least one of: the medical data information interface system comprises interface name information, selected interface group information, selected data format information, data synchronization mode information and docking mode information, wherein the interface name information is information representing an interface name, the selected interface group information is information representing a selected interface group, the data format information is information representing a data format, the data synchronization mode information is information representing a synchronization mode of the medical data information, and the docking mode information is information representing a docking mode of the medical data information.
In a specific embodiment of the application, the method for processing the medical data can provide two processing modes for a user, wherein the first mode is that the medical data is used as a medical data processing transfer station for data processing, and the first mode is that the user actively initiates and calls the service, and in this mode, information of a docking mode does not need to be configured; the second is that a user configures processing time, a data capture interface (an interface for acquiring data to be processed), and a data push interface (a standard data receiving interface) in advance in the system, and since it is uncertain what type the user interface is used, in this case, the user needs to provide information about the docking mode, such as an API interface, a Webservice, a message queue, a database, and the like, so that the data processing service performs data interaction with the user. The data processing flow of the scene is as follows: the medical data processing service acquires processing time, a data capture interface, a data push interface and a docking mode configured by a user, actively requests the user to acquire data to be processed according to information such as an interface address, the docking mode and a custom parameter (such as a secret key) after the processing time is up, and pushes the data to the data push interface configured by the user after the data is subjected to standardized processing, so that the processing is completed.
Certainly, in the actual application process, the data format information is selected as the information representing the data format, and in the application, the data format may be a JSON format or an XML format, but is not limited to the JSON format and the XML format, and may also be other formats; the data synchronization mode information is information representing a synchronization mode of the medical data information, and may be an active request, a passive request and monitoring, wherein the active request may also be a timing request and a real-time request, but is not limited to the active request, the passive request and the monitoring, and may also be other information representing a synchronization mode of the medical data information; the information of the docking mode is information representing the docking mode of the medical data information, and may be an API interface, a message queue and a database, wherein the API interface further includes a request address and a request mode, the request mode is a network data communication method, and may be GET, POST, PUT, DELETE, etc., the message queue further includes a message queue type, address information, a matching rule, a queue name, etc., and the database further includes a connection string, a view name or a table name.
In another embodiment of the present application, the medical configuration information further includes interface group configuration information, and the interface group configuration information includes interface group name information and custom parameter information. The interface group configuration information can classify the interfaces, so that a user can conveniently maintain the interfaces in the system, for example, interfaces such as user query, user registration, user login and the like can be added in the user group interface. In addition, the user interface needs to be configured without knowing what manner the user interface adopts, and the user-defined parameter information can be effective in all interfaces under the interface group. The parameters required to be used by each interface can be directly configured at the interface group level without being configured in each interface. Such as an interface key, the request of each interface requires the user to carry the key request to increase security, but each interface is cumbersome to configure and thus can be configured to be common at the interface group level.
The embodiment of the present application further provides a processing apparatus for medical data, and it should be noted that the processing apparatus for medical data of the embodiment of the present application may be used to execute the processing method for medical data provided in the embodiment of the present application. The following describes a medical data processing apparatus according to an embodiment of the present application.
Fig. 2 is a schematic diagram of a medical data processing apparatus according to an embodiment of the present application. As shown in fig. 2, the apparatus includes:
a first determining unit 10, configured to determine target medical configuration information of medical data information, where the target medical configuration information includes interface configuration information, and the interface configuration information at least includes standard situation information indicating whether the interface configuration information is in a standard format;
a second determining unit 20, configured to determine whether a data format of the medical data information is the standard format according to the target medical configuration information;
a conversion unit 30, configured to convert the data format of the medical data information into the standard format by using a template engine if the data format of the medical data information is not the standard format.
In the medical data processing device, a first determining unit is used for determining target medical configuration information of medical data information, the target medical configuration information comprises interface configuration information, and the interface configuration information at least comprises standard condition information representing whether the interface configuration information is in a standard format or not; the second determining unit is used for determining whether the data format of the medical data information is the standard format or not according to the target medical configuration information; the conversion unit is used for converting the data format of the medical data information into the standard format by adopting a template engine under the condition that the data format of the medical data information is not the standard format. In the processing device, under the condition that the data format of the medical data information is not the standard format, the template engine is adopted to convert the data format of the data into the standard format, so that the acquired various data are converted into the standard format, and the format conversion of the various data can be realized without customized development, thereby solving the problem of higher cost caused by the fact that the customized development is needed to convert the data in various formats into the standard data in the prior art.
In a specific embodiment of the present application, the template engine is a template engine developed based on the NET, and the mapping relationship between the medical data information and the information in the standard format is formed by using objects defined in a simple template language reference NET code.
In an embodiment of the application, the first determining unit further includes a receiving module and a first determining module, where the receiving module is configured to receive medical data information sent by the sending end, and the medical data information carries first identification information; the first determining module is configured to determine the target medical configuration information according to the first identification information, and then determine whether a data format of the medical data information is the standard format more efficiently according to the target medical configuration information.
In another embodiment of the present application, the target medical configuration information includes second identification information, and the first determining module further includes a comparing sub-module and a determining sub-module, where the comparing sub-module is configured to compare the first identification information with the second identification information in the plurality of medical configuration information; the determining sub-module is configured to determine the medical configuration information corresponding to the second identification information matching the first identification information as the target medical configuration information, where the target medical configuration information is the second identification information matching the first identification information. According to the scheme, the first identification information is compared with the second identification information in the plurality of medical configuration information, the configuration information corresponding to the second identification information matched with the first identification information is determined to be the target medical configuration information, so that the determined target medical configuration information is more accurate, whether the data format of the medical data information is a standard format or not is judged according to the target medical configuration information, and the judgment result is further accurate.
In another embodiment of the present application, the first identification information includes at least one of: first patient ID information, a first key, the second identification information including at least one of: and subsequently comparing the first patient ID information with the second patient ID information and/or comparing the first key with the second key to determine the medical configuration information corresponding to the second identification information matched with the first identification information as the target medical configuration information, thereby further ensuring that the determined target medical configuration information is more accurate.
Specifically, the first patient ID information and the second patient ID information may be unique number information of an application.
In another embodiment of the present application, the second determining unit further includes a second determining module, configured to determine whether a data format of the medical data information is the standard format according to the standard condition information in the target medical configuration information, so as to ensure that whether the medical data information is the standard format can be determined more efficiently.
In an embodiment of the application, the conversion unit further includes an obtaining module and a conversion module, where the obtaining module is configured to obtain, according to a template engine, a mapping relationship between the medical data information and information in the standard format when the data format of the medical data information is not in the standard format; the conversion module is used for converting the data format of the medical data information into the standard format according to the mapping relation. In the embodiment, the mapping relation between the first medical data information and the information in the standard format is obtained according to the template engine, so that the obtained mapping relation is more accurate, and the data format of the medical data information is converted into the standard format according to the mapping relation, so that the medical data information converted into the standard format is more accurate.
In another embodiment of the present application, the apparatus further includes a third determining unit, a fourth determining unit, and a sending unit, where the third determining unit is configured to determine whether the target medical configuration information includes forwarding information, and the forwarding information includes forwarding address information and forwarding mode information; a fourth determining unit, configured to determine that the medical data information needs to be forwarded when the forwarding information is included in the target medical configuration information, and forward the medical data information in the standard format according to the forwarding address information and the forwarding method information; the transmitting unit is used for transmitting the medical data information in the standard format to the transmitting end under the condition that the medical data information is determined not to be forwarded, so that whether the medical data information needs to be forwarded or not can be flexibly determined.
In another embodiment of the application, the receiving module includes a first receiving submodule, configured to receive first medical data information sent by a first sending end, where the first medical data information is request information.
In another embodiment of the present application, the receiving module further includes a second receiving sub-module, configured to receive second medical data information sent by a second sending end, where the second medical data information is response information for forwarding the request information in the standard format. After receiving response information of the request information sent by a second sending end, comparing first identification information carried by the response information of the request information with second identification information in a plurality of pieces of medical configuration information, and determining that the medical configuration information corresponding to the second identification information matched with the first identification information is target medical configuration information, wherein the target medical configuration information comprises interface configuration information which at least comprises standard condition information representing whether the interface configuration information is in a standard format or not; determining whether the data format of the medical data information is the standard format or not according to the standard condition information in the target medical configuration information; and if the data format of the medical data information is not the standard format, converting the data format of the medical data information into the standard format by adopting a template engine.
In an embodiment of the application, the interface configuration information further includes at least one of: the medical data information interface comprises interface name information, selected interface group information, selected data format information, data synchronization mode information and docking mode information, wherein the interface name information is information representing an interface name, the selected interface group information is information representing a selected interface group, the data format information is information representing a data format, the data synchronization mode information is information representing a synchronization mode of the medical data information, and the docking mode information is information representing a docking mode of the medical data information.
In a specific embodiment of the application, the method for processing the medical data can provide two processing modes for a user, wherein the first mode is that the medical data is used as a medical data processing transfer station for data processing, and the first mode is that the user actively initiates and calls the service, and in this mode, information of a docking mode does not need to be configured; the second is that a user configures processing time, a data capture interface (an interface for acquiring data to be processed), and a data push interface (a standard data receiving interface) in the system in advance, and since it is uncertain what the user interface is in, in this case, the user needs to provide information of a docking mode, such as an API interface, a Webservice, a message queue, a database, and the like, so that the data processing service performs data interaction with the user. The data processing flow of this scenario is: the medical data processing service acquires processing time, a data capture interface, a data push interface and a docking mode configured by a user, actively requests the user to acquire data to be processed according to information such as an interface address, the docking mode and a custom parameter (such as a secret key) after the processing time is up, and pushes the data to the data push interface configured by the user after the data is subjected to standardized processing, so that the processing is completed.
Certainly, in the actual application process, the data format information is selected as the information representing the data format, and in the application, the data format may be a JSON format or an XML format, but is not limited to the JSON format and the XML format, and may also be other formats; the data synchronization mode information is information representing a synchronization mode of the medical data information, and may be an active request, a passive request and monitoring, wherein the active request may also be a timing request and a real-time request, but is not limited to the active request, the passive request and the monitoring, and may also be other information representing a synchronization mode of the medical data information; the information of the docking mode is information representing the docking mode of the medical data information, and may be an API interface, a message queue and a database, wherein the API interface further includes a request address and a request mode, the request mode is a network data communication method, and may be GET, POST, PUT, DELETE, etc., the message queue further includes a message queue type, address information, a matching rule, a queue name, etc., and the database further includes a connection string, a view name or a table name.
In yet another embodiment of the present application, the medical configuration information further includes interface group configuration information, and the interface group configuration information includes interface group name information and custom parameter information. The interface group configuration information can classify the interfaces, so that a user can conveniently maintain the interfaces in the system, for example, interfaces such as user query, user registration, user login and the like can be added in the user group interface. In addition, the user interface needs to be configured without knowing what manner the user interface adopts, and the user-defined parameter information can be effective in all interfaces under the interface group. The parameters required to be used by each interface can be directly configured at the interface group level without being configured in each interface. Such as an interface key, the request of each interface requires the user to carry the key request to increase security, but each interface is cumbersome to configure and thus can be configured to be common at the interface group level.
The medical data processing device comprises a processor and a memory, wherein the first determining unit, the second determining unit, the converting unit and the like are stored in the memory as program units, and the processor executes the program units stored in the memory to realize corresponding functions.
The processor comprises a kernel, and the kernel calls the corresponding program unit from the memory. The kernel can be set to be one or more than one, and the problem of high cost caused by the fact that data in various formats needs to be converted into standard data through customized development in the prior art is solved by adjusting kernel parameters.
The memory may include volatile memory in a computer readable medium, random Access Memory (RAM) and/or nonvolatile memory such as Read Only Memory (ROM) or flash memory (flash RAM), and the memory includes at least one memory chip.
An embodiment of the present invention provides a storage medium having a program stored thereon, which when executed by a processor, implements the above-described method of processing medical data.
The embodiment of the invention provides a processor, which is used for running a program, wherein the program executes the processing method of the medical data when running.
An embodiment of the present invention further provides a medical information system, including: one or more processors, memory, and one or more programs, wherein the one or more programs are stored in the memory and configured to be executed by the one or more processors, the one or more programs comprising instructions for performing any of the above-described methods.
The medical information system can execute the medical data processing method, in the processing method, under the condition that the data format of the medical data information is not the standard format, the template engine is adopted to convert the data format of the data into the standard format, so that the acquired various data are converted into the standard format, the format conversion of the various data can be realized without customized development, and the problem of high cost caused by the fact that the customized development is needed to convert the data in various formats into the standard data in the prior art is solved.
The embodiment of the invention provides equipment, which comprises a processor, a memory and a program which is stored on the memory and can run on the processor, wherein when the processor executes the program, at least the following steps are realized:
step S101, determining target medical configuration information of medical data information, wherein the target medical configuration information comprises interface configuration information, and the interface configuration information at least comprises standard condition information representing whether the interface configuration information is in a standard format;
step S102, determining whether the data format of the medical data information is the standard format or not according to the target medical configuration information;
in step S103, when the data format of the medical data information is not the standard format, the data format of the medical data information is converted into the standard format by using a template engine.
The device herein may be a server, a PC, a PAD, a mobile phone, etc.
The present application further provides a computer program product adapted to perform a program of initializing at least the following method steps when executed on a data processing device:
step S101, determining target medical configuration information of medical data information, wherein the target medical configuration information comprises interface configuration information, and the interface configuration information at least comprises standard condition information representing whether the interface configuration information is in a standard format;
step S102, determining whether the data format of the medical data information is the standard format or not according to the target medical configuration information;
in step S103, when the data format of the medical data information is not the standard format, the data format of the medical data information is converted into the standard format by using a template engine.
In the above embodiments of the present invention, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
In the embodiments provided in the present application, it should be understood that the disclosed technical content can be implemented in other manners. The above-described embodiments of the apparatus are merely illustrative, and for example, the above-described division of the units may be a logical division, and in actual implementation, there may be another division, for example, multiple units or components may be combined or may be integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, units or modules, and may be in an electrical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit may be implemented in the form of hardware, or may also be implemented in the form of a software functional unit.
The integrated unit may be stored in a computer-readable storage medium if it is implemented in the form of a software functional unit and sold or used as a separate product. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the above methods according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic disk, or an optical disk, and various media capable of storing program codes.
From the above description, it can be seen that the above-described embodiments of the present application achieve the following technical effects:
1) First, determining target medical configuration information of medical data information, wherein the target medical configuration information comprises interface configuration information, and the interface configuration information at least comprises standard condition information representing whether the interface configuration information is in a standard format; then, according to the target medical configuration information, determining whether the data format of the medical data information is the standard format; finally, when the data format of the medical data information is not the standard format, the data format of the medical data information is converted into the standard format by adopting a template engine. According to the processing method, under the condition that the data format of the medical data information is not the standard format, the template engine is adopted to convert the data format of the data into the standard format, so that the acquired various data are converted into the standard format, and the format conversion of the various data can be realized without customized development, so that the problem of high cost caused by the fact that the customized development is needed to convert the data in various formats into the standard data in the prior art is solved.
2) In the medical data processing device, a first determining unit is used for determining target medical configuration information of medical data information, wherein the target medical configuration information comprises interface configuration information, and the interface configuration information at least comprises standard condition information representing whether the interface configuration information is in a standard format; the second determining unit is used for determining whether the data format of the medical data information is the standard format or not according to the target medical configuration information; the conversion unit is used for converting the data format of the medical data information into the standard format by adopting a template engine under the condition that the data format of the medical data information is not the standard format. In the processing device, under the condition that the data format of the medical data information is not the standard format, the data format of the data is converted into the standard format by adopting the template engine, so that the acquired various data are converted into the standard format, and the format conversion of the various data can be realized without customized development, thereby solving the problem of higher cost caused by the fact that the customized development is needed to convert the data in various formats into the standard data in the prior art.
3) According to the medical information system, the processing method of the medical data can be executed, in the processing method, under the condition that the data format of the medical data information is not the standard format, the data format of the data is converted into the standard format by adopting the template engine, the acquired various data is converted into the standard format, the format conversion of the various data can be realized without customized development, and the problem of high cost caused by the fact that the data in various formats needs to be converted into the standard data by the customized development in the prior art is solved.
The above description is only a preferred embodiment of the present application and is not intended to limit the present application, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in the protection scope of the present application.

Claims (13)

1. A method of processing medical data, comprising:
determining target medical configuration information of medical data information, wherein the target medical configuration information comprises interface configuration information, and the interface configuration information at least comprises standard condition information representing whether the standard condition information is in a standard format;
determining whether the data format of the medical data information is the standard format or not according to the target medical configuration information;
and under the condition that the data format of the medical data information is not the standard format, converting the data format of the medical data information into the standard format by adopting a template engine.
2. The method of claim 1, wherein determining target medical configuration information for medical data information comprises:
receiving medical data information sent by a sending end, wherein the medical data information carries first identification information;
and determining the target medical configuration information according to the first identification information.
3. The method of claim 2, wherein the target medical configuration information includes second identification information, and wherein determining the target medical configuration information based on the first identification information comprises:
comparing the first identifying information with the second identifying information in a plurality of medical configuration information;
determining that the medical configuration information corresponding to the second identification information matched with the first identification information is the target medical configuration information, wherein the target medical configuration information is the second identification information matched with the first identification information.
4. The method of claim 3, wherein the first identification information comprises at least one of: first patient ID information, a first key, the second identification information comprising at least one of: second patient ID information, second key.
5. The method of claim 1, wherein determining whether the data format of the medical data information is the standard format based on the target medical configuration information comprises:
and determining whether the data format of the medical data information is the standard format or not according to the standard condition information in the target medical configuration information.
6. The method according to any one of claims 1 to 5, wherein in the case that the data format of the medical data information is not the standard format, converting the data format of the medical data information into the standard format with a template engine comprises:
under the condition that the data format of the medical data information is not the standard format, acquiring the mapping relation between the medical data information and the information in the standard format according to the template engine;
and converting the data format of the medical data information into the standard format according to the mapping relation.
7. The method of claim 2, further comprising:
determining whether the target medical configuration information comprises forwarding information, wherein the forwarding information comprises forwarding address information and forwarding mode information;
determining that the medical data information needs to be forwarded under the condition that the target medical configuration information comprises the forwarding information, and forwarding the medical data information in the standard format according to the forwarding address information and the forwarding mode information;
and sending the medical data information in the standard format to the sending end under the condition that the medical data information is determined not to be forwarded.
8. The method of claim 2, wherein receiving the medical data information sent by the sending end comprises:
receiving first medical data information sent by a first sending end, wherein the first medical data information is request information.
9. The method of claim 7, wherein receiving the medical data information sent by the sending end further comprises:
and receiving second medical data information sent by a second sending end, wherein the second medical data information is response information for forwarding the request information in the standard format.
10. The method of claim 1, wherein the interface configuration information further comprises at least one of: the medical data information interface comprises interface name information, interface group selection information, data format selection information, data synchronization mode information and docking mode information, wherein the interface name information is information representing an interface name, the interface group selection information is information representing a selected interface group, the data format information is information representing a data format, the data synchronization mode information is information representing a synchronization mode of the medical data information, and the docking mode information is information representing a docking mode of the medical data information.
11. The method of claim 1, wherein the medical configuration information further comprises interface group configuration information, the interface group configuration information comprising interface group name information and custom parameter information.
12. A computer-readable storage medium, characterized in that the computer-readable storage medium comprises a stored program, wherein the program performs the method of any one of claims 1 to 11.
13. A medical information system, comprising: one or more processors, memory, and one or more programs stored in the memory and configured for execution by the one or more processors, the one or more programs including instructions for performing the method of any of claims 1-11.
CN202110977763.1A 2021-08-24 2021-08-24 Medical data processing method and medical information system Pending CN115718775A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110977763.1A CN115718775A (en) 2021-08-24 2021-08-24 Medical data processing method and medical information system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110977763.1A CN115718775A (en) 2021-08-24 2021-08-24 Medical data processing method and medical information system

Publications (1)

Publication Number Publication Date
CN115718775A true CN115718775A (en) 2023-02-28

Family

ID=85253494

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110977763.1A Pending CN115718775A (en) 2021-08-24 2021-08-24 Medical data processing method and medical information system

Country Status (1)

Country Link
CN (1) CN115718775A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116013487A (en) * 2023-03-27 2023-04-25 深圳市浩然盈科通讯科技有限公司 Data adaptation method and system applied to medical system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116013487A (en) * 2023-03-27 2023-04-25 深圳市浩然盈科通讯科技有限公司 Data adaptation method and system applied to medical system

Similar Documents

Publication Publication Date Title
CN109698022A (en) Medical image data utilization and sharing platform
CN105787280A (en) Patient data processing method of medical cloud gateway, cloud gateway and medical cloud system
CN110704521A (en) Interface data access method and system
CN104298983A (en) Tongue fur image acquisition and analysis system with distributed user terminals
US8583451B2 (en) Context information processing system used for accessing medical data
CN108595571A (en) A kind of Data Integration management method, device, system and user terminal
CN113452755A (en) Medical equipment data processing method and device and electronic equipment
CN112506755A (en) Log collection method and device, computer equipment and storage medium
CN111427613A (en) Application program interface API management method and device
CN111177481B (en) User identifier mapping method and device
CN108989365B (en) Information processing method, server, terminal equipment and storage medium
CN115718775A (en) Medical data processing method and medical information system
CN101404049A (en) Attachment retrieval method and system for medical document
CN105516337A (en) Web site docking analysis method based on dynamic loading mechanism
CN101732053A (en) System and method for health analysis through electronic palm prints or electronic face prints
CN112260933B (en) Communication method, communication device, electronic equipment and medium
CN111180051A (en) Medical image data processing method and device
CN113486996A (en) Two-dimensional code image processing method and device, storage medium and electronic device
CN111259227B (en) Method and apparatus for sharing a targeted search service among multiple search clusters
CN101448000B (en) Medical file retrieval method and system thereof
CN111859083A (en) Service data processing method, device, equipment and computer readable storage medium
CN116204428A (en) Test case generation method and device
JP2014026411A (en) Health care system and server therefor
US11823240B2 (en) Efficient updates of biometric data for remotely connected devices
CN112788077B (en) Data acquisition method and device, computer equipment and computer-readable storage medium

Legal Events

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