CN115774722A - Nursing form storage method, nursing form storage system, nursing form storage computer and readable storage medium - Google Patents

Nursing form storage method, nursing form storage system, nursing form storage computer and readable storage medium Download PDF

Info

Publication number
CN115774722A
CN115774722A CN202211703334.6A CN202211703334A CN115774722A CN 115774722 A CN115774722 A CN 115774722A CN 202211703334 A CN202211703334 A CN 202211703334A CN 115774722 A CN115774722 A CN 115774722A
Authority
CN
China
Prior art keywords
data
template
information
nursing
storage
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
CN202211703334.6A
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.)
Jiangxi Mandala Software Co ltd
Original Assignee
Jiangxi Mandala Software 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 Jiangxi Mandala Software Co ltd filed Critical Jiangxi Mandala Software Co ltd
Priority to CN202211703334.6A priority Critical patent/CN115774722A/en
Publication of CN115774722A publication Critical patent/CN115774722A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Medical Treatment And Welfare Office Work (AREA)

Abstract

The invention provides a nursing form storage method, a nursing form storage system, a computer and a readable storage medium, wherein the method comprises the following steps: when the nursing form is obtained, identifying template information and data information in the nursing form, and generating a corresponding data storage table according to the data information; finding out a corresponding target data template according to the template format information, and mapping the data information into the target data template according to a preset field mapping table; and acquiring a starting row number in the target data template according to the template information, and acquiring a corresponding data column according to the starting row number so as to store the data column into the data storage table. By means of the method, the nursing form can be split into the template information and the data information, and the data information is stored in the data storage table generated in real time, so that the stored data only contain the data information and a very small amount of template information, the storage space of the data is greatly reduced, and the storage efficiency of the data is improved.

Description

Nursing form storage method, nursing form storage system, nursing form storage computer and readable storage medium
Technical Field
The invention relates to the technical field of data processing, in particular to a nursing form storage method, a nursing form storage system, a nursing form storage computer and a readable storage medium.
Background
The nursing form generally refers to records of various nursing operations performed on the patient, which are filled by nurses, and includes data such as vital signs, nursing measures, disease description, grading, monitoring and the like. Today, due to the need for data informatization, systems need to store such data for archival and subsequent utilization.
The prior art is mainly used for creating the nursing form by selecting a template and then creating and filling in corresponding contents. The template is a table file which contains display styles and is similar to Excel, and the table file contains information such as a form name, a header, a footer, a table header and the like, so that information of a patient can be recorded clearly.
However, most of the prior art converts the complete form containing the template information into a large text in an XML format and directly stores the large text in the database, and this storage method occupies a large physical storage space due to the storage of a large amount of repeated contents, thereby reducing the storage efficiency of data.
Disclosure of Invention
Based on this, the invention aims to provide a nursing form storage method, a nursing form storage system, a nursing form storage computer and a readable storage medium, so as to solve the problem that most of the prior art completely converts a complete form containing template information into a large text in an XML format and directly stores the large text in a database, and the storage mode occupies more physical storage space due to the fact that a large amount of repeated contents are stored, so that the data storage efficiency is reduced.
The first aspect of the embodiment of the invention provides a nursing form storage method, which comprises the following steps:
when a nursing form is obtained, identifying template information and data information in the nursing form, and generating a corresponding data storage table according to the data information, wherein the data storage table comprises corresponding template format information;
finding out a corresponding target data template according to the template format information, and correspondingly mapping the data information to the target data template according to a preset field mapping table;
and acquiring a starting row number in the target data template according to the template information, and acquiring a corresponding data column according to the starting row number so as to store the data column into the data storage table.
The invention has the beneficial effects that: when a nursing form is obtained, identifying template information and data information in the nursing form, and generating a corresponding data storage table according to the data information, wherein the data storage table comprises corresponding template format information; further, searching out a corresponding target data template according to the template format information, and correspondingly mapping the data information to the target data template according to a preset field mapping table; and finally, acquiring a starting row number in the target data template according to the template information, and acquiring a corresponding data column according to the starting row number so as to store the data column into the data storage table. By means of the mode, the nursing form can be effectively split into the template information and the data information, on the basis, the data information is stored into the data storage table generated in real time, and therefore the stored data only contain the data information and a small amount of template information, the storage space of the data is greatly reduced, the storage efficiency of the data is improved, and the nursing form is suitable for large-scale popularization and use.
Preferably, after the step of identifying the template information and the data information in the nursing form, the method further includes:
when a data template is obtained, extracting format information of a header, a line number filled in by data and a total line number in the data template, and converting the data template into a corresponding standard XML character string, wherein the standard XML character string comprises a plurality of lines and a plurality of columns of character information;
and integrating the format information, the line number, the total line number and the standard XML character string to generate a corresponding template table, and storing the template information into the template table.
Preferably, the method further comprises:
when the data information needs to be displayed, searching a corresponding data template in the template table according to the template information, and displaying the data template;
and mapping the data information into the data template through the column identification information in the data template and the preset field mapping table.
Preferably, after the step of identifying the template information and the data information in the care form, the method further comprises:
when the data information is acquired, carrying out data splitting processing on the data information to generate a plurality of corresponding subdata;
and structuring the sub data based on a preset algorithm to generate a plurality of corresponding structured data, and storing the structured data.
Preferably, after the step of acquiring the corresponding data column according to the starting row number to store the data column in the data storage table, the method further includes:
when target data need to be acquired, detecting data keywords in the target data, and finding out corresponding target data information through the preset field mapping table based on the data keywords so as to display the target data information in the data storage table in real time.
Preferably, after the step of acquiring the corresponding data column according to the starting row number to store the data column in the data storage table, the method further includes:
storing the data storage table into a preset relational database, and establishing wireless communication connection with a display terminal;
and converting the data storage table into a corresponding display signal, and transmitting the display signal to the display terminal so as to display the data storage table on the display terminal in real time.
A second aspect of the present invention provides a nursing-care form storage system, where the system includes:
the identification module is used for identifying template information and data information in the nursing form when the nursing form is obtained, and generating a corresponding data storage table according to the data information, wherein the data storage table comprises corresponding template format information;
the mapping module is used for finding out a corresponding target data template according to the template format information and mapping the data information into the target data template according to a preset field mapping table;
and the storage module is used for acquiring a starting row number in the target data template according to the template information and acquiring a corresponding data column according to the starting row number so as to store the data column into the data storage table.
In the nursing form storage system, the nursing form storage system further includes a conversion module, and the conversion module is specifically configured to:
when a data template is obtained, extracting format information of a header, a line number filled in by data and a total line number in the data template, and converting the data template into a corresponding standard XML character string, wherein the standard XML character string comprises a plurality of lines and a plurality of columns of character information;
and integrating the format information, the line number, the total line number and the standard XML character string to generate a corresponding template table, and storing the template information into the template table.
In the nursing form storage system, the nursing form storage system further includes a search module, and the search module is specifically configured to:
when the data information needs to be displayed, searching out a corresponding data template in the template table according to the template information, and displaying the data template;
and mapping the data information into the data template through the column identification information in the data template and the preset field mapping table.
In the nursing form storage system, the nursing form storage system further includes a splitting module, and the splitting module is specifically configured to:
when the data information is acquired, performing data splitting processing on the data information to generate a plurality of corresponding subdata;
and structuring the sub data based on a preset algorithm to generate a plurality of corresponding structured data, and storing the structured data.
In the nursing form storage system, the nursing form storage system further includes a detection module, and the detection module is specifically configured to:
when target data need to be acquired, detecting data keywords in the target data, and finding out corresponding target data information through the preset field mapping table based on the data keywords so as to display the target data information in the data storage table in real time.
In the nursing form storage system, the nursing form storage system further includes a display module, and the display module is specifically configured to:
storing the data storage table into a preset relational database, and establishing wireless communication connection with a display terminal;
and converting the data storage table into a corresponding display signal, and transmitting the display signal to the display terminal so as to display the data storage table on the display terminal in real time.
A third aspect of the embodiments of the present invention provides a computer, including a memory, a processor, and a computer program stored on the memory and executable on the processor, where the processor implements the nursing form storing method as described above when executing the computer program.
A fourth aspect of the embodiments of the present invention provides a readable storage medium, on which a computer program is stored, which when executed by a processor, implements a care form storage method as described above.
Additional aspects and advantages of the invention will be set forth in part in the description which follows and, in part, will be obvious from the description, or may be learned by practice of the invention.
Drawings
Fig. 1 is a flowchart of a nursing form storage method according to an embodiment of the present invention;
fig. 2 is a schematic processing diagram of a care form in the care form storage method according to an embodiment of the present invention;
fig. 3 is a schematic content diagram of a care form in the care form storage method according to an embodiment of the present invention;
fig. 4 is a schematic diagram of a mapping relationship of a care form in the care form storage method according to an embodiment of the present invention;
fig. 5 is a schematic storage diagram of a nursing form in the nursing form storage method according to an embodiment of the present invention;
fig. 6 is a block diagram illustrating a structure of a care form storage system according to an embodiment of the present invention.
The following detailed description will further illustrate the invention in conjunction with the above-described figures.
Detailed Description
To facilitate an understanding of the invention, the invention will now be described more fully hereinafter with reference to the accompanying drawings. Several embodiments of the invention are shown in the drawings. This invention may, however, be embodied in many different forms and should not be construed as limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete.
It will be understood that when an element is referred to as being "secured to" another element, it can be directly on the other element or intervening elements may also be present. When an element is referred to as being "connected" to another element, it can be directly connected to the other element or intervening elements may also be present. The terms "vertical," "horizontal," "left," "right," and the like as used herein are for illustrative purposes only.
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. The terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used herein, the term "and/or" includes any and all combinations of one or more of the associated listed items.
In the prior art, most of complete forms containing template information are completely converted into a large text in an XML format and are directly stored in a database, and the storage mode occupies more physical storage space due to the fact that a large amount of repeated contents are stored, so that the storage efficiency of data is reduced.
Referring to fig. 1, a nursing form storage method according to a first embodiment of the present invention is shown, and the nursing form storage method according to this embodiment can effectively split a nursing form into template information and data information, and on this basis, separately store the data information in a data storage table generated in real time, so as to ensure that the stored data only contains the data information and a very small amount of template information, thereby greatly reducing a storage space of the data, improving a storage efficiency of the data, and being suitable for wide popularization and use.
Specifically, the nursing form storage method provided in this embodiment specifically includes the following steps:
step S10, when a nursing form is obtained, identifying template information and data information in the nursing form, and generating a corresponding data storage table according to the data information, wherein the data storage table comprises corresponding template format information;
specifically, in this embodiment, it should be noted that the nursing form storage method provided in this embodiment is specifically applied to a scene that a nursing form needs to be used, and specifically, is used to reduce the storage space of the nursing form and correspondingly improve the storage efficiency of the nursing form in medical places such as hospitals, clinics, and nursing centers.
Therefore, in this step, a care form to be stored needs to be acquired first, where it needs to be pointed out that the care form is a care form in an electronic format. Further, in this step, after the nursing form is obtained, template information and data information in the current nursing form are immediately identified in this step, where the template information refers to information of a data template used by the current nursing form, and the data information refers to information of detection data of a patient filled in the current nursing form.
Specifically, as shown in fig. 2, in this step, the obtained nursing form is split into corresponding complete template information and complete data information, and on this basis, in this step, a corresponding data storage table is further generated according to the split data information, and specifically, the data storage table includes template format information of a data template corresponding to the data storage table.
Step S20, finding out a corresponding target data template according to the template format information, and correspondingly mapping the data information to the target data template according to a preset field mapping table;
further, in this step, it should be noted that, after the template format information corresponding to the current data storage table is obtained in the above step, the step further searches for the corresponding target data template in the template database according to the template format information obtained in real time, and on this basis, further correspondingly maps the data information to the target data template found currently according to the preset field mapping table.
Specifically, as shown in fig. 4, the field mapping table stores the mapping relationship between the data information and the target data template, so that the data information can be directly mapped to the current target data template through the field mapping table.
And step S30, acquiring a starting row number in the target data template according to the template information, and acquiring a corresponding data column according to the starting row number so as to store the data column into the data storage table.
Finally, in this step, as shown in fig. 5, it should be noted that after the target data template is obtained in the above step, the step further obtains the start line number in the current target data template in real time according to the template information, that is, obtains from which line in the current target data template data storage is performed.
Further, in this step, after the start row number is obtained, the data column corresponding to the data information is further obtained in real time according to the current start row number, so that the data column can be separately stored in the current data storage table.
When the nursing form is used, the template information and the data information in the nursing form are identified when the nursing form is obtained, and a corresponding data storage table is generated according to the data information, wherein the data storage table comprises corresponding template format information; further, searching out a corresponding target data template according to the template format information, and correspondingly mapping the data information to the target data template according to a preset field mapping table; and finally, acquiring a starting row number in the target data template according to the template information, and acquiring a corresponding data column according to the starting row number so as to store the data column into the data storage table. Through the mode, the nursing form can be effectively split into the template information and the data information, on the basis, the data information is independently stored in the data storage table generated in real time, so that the stored data only contain the data information and the extremely small amount of template information, the storage space of the data is greatly reduced, the storage efficiency of the data is improved, and the nursing form is suitable for large-scale popularization and use.
It should be noted that the above implementation process is only for illustrating the applicability of the present application, but this does not represent that the nursing form storing method of the present application has only the above-mentioned implementation flow, and on the contrary, the nursing form storing method of the present application can be incorporated into the feasible embodiments of the present application as long as the nursing form storing method of the present application can be implemented.
In summary, the nursing form storage method provided by the embodiments of the present invention can effectively split the nursing form into the template information and the data information, and on this basis, the data information is separately stored in the data storage table generated in real time, so that it can be ensured that the stored data only contains the data information and a very small amount of template information, thereby greatly reducing the storage space of the data, improving the storage efficiency of the data, and being suitable for large-scale popularization and use.
A second embodiment of the present invention also provides a method for storing a nursing form, where the method for storing a nursing form provided in this embodiment is different from the method for storing a nursing form provided in the first embodiment in that:
specifically, in this embodiment, it should be noted that, after the step of identifying the template information and the data information in the nursing form, the method further includes:
when a data template is obtained, extracting format information of a header, a line number filled in by data and a total line number in the data template, and converting the data template into a corresponding standard XML character string, wherein the standard XML character string comprises a plurality of lines and a plurality of columns of character information;
and integrating the format information, the line number, the total line number and the standard XML character string to generate a corresponding template table, and storing the template information into the template table.
When a data template input by a user is acquired, the embodiment immediately and correspondingly extracts format information of a header, a line number of data filling and a total line number of data filling in the current data template, and on the basis, the current data template is converted into a corresponding standard XML character string through a preset XML algorithm, wherein the XML character string specifically comprises a plurality of lines and a plurality of columns of character information.
Further, in this embodiment, the format information, the line number, the total line number, and the standard XML string are integrated, so that a corresponding template table can be generated, and the split template information can be stored in the current template table in real time.
It should be noted that, the method provided by the second embodiment of the present invention, which implements the same principle and produces some technical effects as the first embodiment, may refer to the corresponding contents provided by the first embodiment for the sake of brief description, where this embodiment is not mentioned.
In summary, the nursing form storage method provided by the embodiment of the invention can effectively split the nursing form into the template information and the data information, and on the basis, the data information is separately stored into the data storage table generated in real time, so that the stored data can be guaranteed to only contain the data information and a very small amount of template information, the storage space of the data is greatly reduced, the storage efficiency of the data is improved, and the method is suitable for large-scale popularization and use.
A third embodiment of the present invention also provides a method for storing a nursing form, where the method for storing a nursing form provided in this embodiment is different from the method for storing a nursing form provided in the first embodiment in that:
specifically, in this embodiment, it should be noted that the method further includes:
when the data information needs to be displayed, searching a corresponding data template in the template table according to the template information, and displaying the data template;
and mapping the data information to the data template through the column identification information in the data template and the preset field mapping table.
Specifically, in this embodiment, as shown in fig. 3, it should be noted that when the split data information needs to be displayed to the user, the required data template is found in the template table obtained in the second embodiment in real time according to the template information, and meanwhile, the data template is displayed in real time.
Further, in this embodiment, the current data information is mapped to the current data template in real time through the column identification information in the data template and the preset field mapping table, so that the split data information can be effectively displayed in real time.
It should be noted that, the method provided by the third embodiment of the present invention, which implements the same principle and produces some technical effects as the first embodiment, for the sake of brief description, the corresponding contents provided by the first embodiment may be referred to where this embodiment is not mentioned.
In summary, the nursing form storage method provided by the embodiment of the invention can effectively split the nursing form into the template information and the data information, and on the basis, the data information is separately stored into the data storage table generated in real time, so that the stored data can be guaranteed to only contain the data information and a very small amount of template information, the storage space of the data is greatly reduced, the storage efficiency of the data is improved, and the method is suitable for large-scale popularization and use.
A fourth embodiment of the present invention also provides a method for storing a nursing care form, where the method for storing a nursing care form provided in this embodiment is different from the method for storing a nursing care form provided in the first embodiment in that:
further, in this embodiment, it should be noted that, after the step of identifying the template information and the data information in the care form, the method further includes:
when the data information is acquired, carrying out data splitting processing on the data information to generate a plurality of corresponding subdata;
and structuring the sub data based on a preset algorithm to generate a plurality of corresponding structured data, and storing the structured data.
Specifically, in this embodiment, as shown in fig. 2, it should be noted that, in order to store the split data information in a structured manner, specifically, after the data information is acquired in real time, the present embodiment further performs data splitting processing on the current data information, so that a plurality of corresponding sub-data can be generated.
On the basis, in this embodiment, preferably, the current sub-data is structured by a preset DTW algorithm, so that a plurality of corresponding structured data, for example, the structured information in fig. 2, can be generated, and the structured data generated in real time can be stored.
It should be noted that, the method provided by the fourth embodiment of the present invention, which implements the same principle and produces some technical effects as the first embodiment, can refer to the corresponding contents provided by the first embodiment for the sake of brief description, where this embodiment is not mentioned.
In summary, the nursing form storage method provided by the embodiments of the present invention can effectively split the nursing form into the template information and the data information, and on this basis, the data information is separately stored in the data storage table generated in real time, so that it can be ensured that the stored data only contains the data information and a very small amount of template information, thereby greatly reducing the storage space of the data, improving the storage efficiency of the data, and being suitable for large-scale popularization and use.
A fifth embodiment of the present invention also provides a method for storing a nursing care form, where the method for storing a nursing care form provided in this embodiment is different from the method for storing a nursing care form provided in the first embodiment in that:
in addition, in this embodiment, it should be further noted that, after the step of acquiring the corresponding data column according to the start row number to store the data column in the data storage table, the method further includes:
when target data need to be acquired, detecting data keywords in the target data, and finding out corresponding target data information through the preset field mapping table based on the data keywords so as to display the target data information in the data storage table in real time.
Specifically, in this embodiment, it should be noted that when a user needs to acquire target data, the present embodiment detects data keywords in current target data in real time, such as data keywords of respiration, body temperature, pulse, and the like shown in fig. 2, and further, the present embodiment finds corresponding target data information through the preset field mapping table based on the current data keywords, so that the target data information acquired in real time can be displayed in the data storage table in real time.
Further, in this embodiment, it should be noted that, after the step of acquiring the corresponding data column according to the start row number to store the data column in the data storage table, the method further includes:
storing the data storage table into a preset relational database, and establishing wireless communication connection with a display terminal;
and converting the data storage table into a corresponding display signal, and transmitting the display signal to the display terminal so as to display the data storage table on the display terminal in real time.
Specifically, in this embodiment, the data storage table can be timely stored in the corresponding MySQL relational database in the above manner, and meanwhile, the display terminal can display the current data storage table in real time, so that the worker can observe the current data storage table in real time.
It should be noted that, the method provided by the fifth embodiment of the present invention, which implements the same principle and produces some technical effects as the first embodiment, may refer to the corresponding contents provided by the first embodiment for the sake of brief description, where this embodiment is not mentioned.
In summary, the nursing form storage method provided by the embodiments of the present invention can effectively split the nursing form into the template information and the data information, and on this basis, the data information is separately stored in the data storage table generated in real time, so that it can be ensured that the stored data only contains the data information and a very small amount of template information, thereby greatly reducing the storage space of the data, improving the storage efficiency of the data, and being suitable for large-scale popularization and use.
Referring to fig. 6, there is shown a nursing form storage system according to a sixth embodiment of the present invention, which includes:
the identification module 12 is configured to identify template information and data information in a nursing form when the nursing form is acquired, and generate a corresponding data storage table according to the data information, where the data storage table includes corresponding template format information;
the mapping module 22 is configured to find a corresponding target data template according to the template format information, and map the data information to the target data template according to a preset field mapping table;
the saving module 32 is configured to obtain an initial row number in the target data template according to the template information, and obtain a corresponding data column according to the initial row number, so as to save the data column in the data storage table.
In the above care form storage system, the care form storage system further includes a conversion module 42, and the conversion module 42 is specifically configured to:
when a data template is obtained, extracting format information of a header, a line number filled in by data and a total line number in the data template, and converting the data template into a corresponding standard XML character string, wherein the standard XML character string comprises a plurality of lines and a plurality of columns of character information;
and integrating the format information, the line number, the total line number and the standard XML character string to generate a corresponding template table, and storing the template information into the template table.
In the above-mentioned nursing form storage system, the nursing form storage system further includes a search module 52, and the search module 52 is specifically configured to:
when the data information needs to be displayed, searching out a corresponding data template in the template table according to the template information, and displaying the data template;
and mapping the data information into the data template through the column identification information in the data template and the preset field mapping table.
In the above care form storage system, the care form storage system further includes a splitting module 62, where the splitting module 62 is specifically configured to:
when the data information is acquired, carrying out data splitting processing on the data information to generate a plurality of corresponding subdata;
and structuring the sub-data based on a preset algorithm to generate a plurality of corresponding structured data, and storing the structured data.
In the above nursing form storage system, the nursing form storage system further includes a detection module 72, where the detection module 72 is specifically configured to:
when target data need to be acquired, detecting data keywords in the target data, and finding out corresponding target data information through the preset field mapping table based on the data keywords so as to display the target data information in the data storage table in real time.
In the above nursing form storage system, the nursing form storage system further includes a display module 82, and the display module 82 is specifically configured to:
storing the data storage table into a preset relational database, and establishing wireless communication connection with a display terminal;
and converting the data storage table into a corresponding display signal, and transmitting the display signal to the display terminal so as to display the data storage table on the display terminal in real time.
A seventh embodiment of the present invention provides a computer, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and the processor executes the computer program to implement the nursing form storing method provided in the above embodiment.
An eighth embodiment of the present invention provides a readable storage medium, on which a computer program is stored, which when executed by a processor, implements the care form storage method provided as the above embodiment.
In summary, the nursing form storage method, the nursing form storage system, the nursing form storage computer and the readable storage medium provided by the embodiments of the present invention can effectively split the nursing form into the template information and the data information, and on this basis, the data information is separately stored into the data storage table generated in real time, so that it can be ensured that the stored data only contains the data information and a very small amount of template information, thereby greatly reducing the storage space of the data, improving the storage efficiency of the data, and being suitable for wide popularization and use.
The above modules may be functional modules or program modules, and may be implemented by software or hardware. For a module implemented by hardware, the modules may be located in the same processor; or the modules may be located in different processors in any combination.
The logic and/or steps represented in the flowcharts or otherwise described herein, e.g., an ordered listing of executable instructions that can be considered to implement logical functions, can be embodied in any computer-readable medium for use by or in connection with an instruction execution system, apparatus, or device, such as a computer-based system, processor-containing system, or other system that can fetch the instructions from the instruction execution system, apparatus, or device and execute the instructions. For the purposes of this description, a "computer-readable medium" can be any means that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device.
More specific examples (a non-exhaustive list) of the computer-readable medium would include the following: an electrical connection (electronic device) having one or more wires, a portable computer diskette (magnetic device), a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber device, and a portable compact disc read-only memory (CDROM). Further, the computer-readable medium could even be paper or another suitable medium upon which the program is printed, as the program can be electronically captured, via for instance optical scanning of the paper or other medium, then compiled, interpreted or otherwise processed in a suitable manner if necessary, and then stored in a computer memory.
It should be understood that portions of the present invention may be implemented in hardware, software, firmware, or a combination thereof. In the above embodiments, the various steps or methods may be implemented in software or firmware stored in memory and executed by a suitable instruction execution system. For example, if implemented in hardware, as in another embodiment, any one or combination of the following technologies, which are well known in the art, may be used: a discrete logic circuit having a logic gate circuit for implementing a logic function on a data signal, an application specific integrated circuit having an appropriate combinational logic gate circuit, a Programmable Gate Array (PGA), a Field Programmable Gate Array (FPGA), or the like.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
The above-mentioned embodiments only express several embodiments of the present invention, and the description thereof is more specific and detailed, but not construed as limiting the scope of the present invention. It should be noted that various changes and modifications can be made by those skilled in the art without departing from the spirit of the invention, and these changes and modifications are all within the scope of the invention. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. A method of care form storage, the method comprising:
when a nursing form is obtained, identifying template information and data information in the nursing form, and generating a corresponding data storage table according to the data information, wherein the data storage table comprises corresponding template format information;
finding out a corresponding target data template according to the template format information, and correspondingly mapping the data information to the target data template according to a preset field mapping table;
and acquiring a starting row number in the target data template according to the template information, and acquiring a corresponding data column according to the starting row number so as to store the data column into the data storage table.
2. The nursing form storing method according to claim 1, wherein: after the step of identifying the template information and the data information in the care form, the method further comprises:
when a data template is obtained, extracting format information of a header, a line number filled in by data and a total line number in the data template, and converting the data template into a corresponding standard XML character string, wherein the standard XML character string comprises a plurality of lines and a plurality of columns of character information;
and integrating the format information, the line number, the total line number and the standard XML character string to generate a corresponding template table, and storing the template information into the template table.
3. The nursing form storing method according to claim 2, wherein: the method further comprises the following steps:
when the data information needs to be displayed, searching a corresponding data template in the template table according to the template information, and displaying the data template;
and mapping the data information into the data template through the column identification information in the data template and the preset field mapping table.
4. The nursing form storing method according to claim 1, wherein: after the step of identifying the template information and the data information in the care form, the method further comprises:
when the data information is acquired, carrying out data splitting processing on the data information to generate a plurality of corresponding subdata;
and structuring the sub data based on a preset algorithm to generate a plurality of corresponding structured data, and storing the structured data.
5. The nursing form storing method according to claim 1, wherein: after the step of obtaining the corresponding data column according to the starting row number to store the data column in the data storage table, the method further includes:
when target data need to be acquired, detecting data keywords in the target data, and finding out corresponding target data information through the preset field mapping table based on the data keywords so as to display the target data information in the data storage table in real time.
6. The nursing form storing method according to claim 1, wherein: after the step of obtaining the corresponding data column according to the starting row number to store the data column in the data storage table, the method further includes:
storing the data storage table into a preset relational database, and establishing wireless communication connection with a display terminal;
and converting the data storage table into a corresponding display signal, and transmitting the display signal to the display terminal so as to display the data storage table on the display terminal in real time.
7. A care form storage system, the system comprising:
the identification module is used for identifying template information and data information in the nursing form when the nursing form is obtained, and generating a corresponding data storage table according to the data information, wherein the data storage table comprises corresponding template format information;
the mapping module is used for finding out a corresponding target data template according to the template format information and mapping the data information into the target data template according to a preset field mapping table;
and the storage module is used for acquiring an initial row number in the target data template according to the template information and acquiring a corresponding data column according to the initial row number so as to store the data column into the data storage table.
8. The care form storage system of claim 7, wherein: the nursing form storage system further comprises a conversion module, and the conversion module is specifically used for:
when a data template is obtained, extracting format information of a header, a line number filled in by data and a total line number in the data template, and converting the data template into a corresponding standard XML character string, wherein the standard XML character string comprises a plurality of lines and a plurality of columns of character information;
and integrating the format information, the line number, the total line number and the standard XML character string to generate a corresponding template table, and storing the template information into the template table.
9. A computer comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the care form storing method according to any one of claims 1 to 6 when executing the computer program.
10. A readable storage medium on which a computer program is stored, the program realizing the nursing form storing method according to any one of claims 1 to 6 when executed by a processor.
CN202211703334.6A 2022-12-29 2022-12-29 Nursing form storage method, nursing form storage system, nursing form storage computer and readable storage medium Pending CN115774722A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211703334.6A CN115774722A (en) 2022-12-29 2022-12-29 Nursing form storage method, nursing form storage system, nursing form storage computer and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211703334.6A CN115774722A (en) 2022-12-29 2022-12-29 Nursing form storage method, nursing form storage system, nursing form storage computer and readable storage medium

Publications (1)

Publication Number Publication Date
CN115774722A true CN115774722A (en) 2023-03-10

Family

ID=85393203

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211703334.6A Pending CN115774722A (en) 2022-12-29 2022-12-29 Nursing form storage method, nursing form storage system, nursing form storage computer and readable storage medium

Country Status (1)

Country Link
CN (1) CN115774722A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110035391A1 (en) * 2009-08-06 2011-02-10 Sap Ag Uniform Data Model and API for Representation and Processing of Semantic Data
CN102708336A (en) * 2012-05-02 2012-10-03 四川建设网有限责任公司 Method and system for electronic document processing based on separation of key data from customized template
US20140313551A1 (en) * 2013-04-17 2014-10-23 Philip Scott Lyren Cover for handheld portable electronic device
CN107993725A (en) * 2017-12-13 2018-05-04 镇江市第人民医院 A kind of nursing record form generation method
CN113963364A (en) * 2021-08-19 2022-01-21 上海哥特网络技术有限公司 Target laboratory test report generation method and device, electronic equipment and storage medium
CN114254609A (en) * 2021-11-26 2022-03-29 创业慧康科技股份有限公司 Generation method and device of clinical care form, electronic equipment and readable medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110035391A1 (en) * 2009-08-06 2011-02-10 Sap Ag Uniform Data Model and API for Representation and Processing of Semantic Data
CN102708336A (en) * 2012-05-02 2012-10-03 四川建设网有限责任公司 Method and system for electronic document processing based on separation of key data from customized template
US20140313551A1 (en) * 2013-04-17 2014-10-23 Philip Scott Lyren Cover for handheld portable electronic device
CN107993725A (en) * 2017-12-13 2018-05-04 镇江市第人民医院 A kind of nursing record form generation method
CN113963364A (en) * 2021-08-19 2022-01-21 上海哥特网络技术有限公司 Target laboratory test report generation method and device, electronic equipment and storage medium
CN114254609A (en) * 2021-11-26 2022-03-29 创业慧康科技股份有限公司 Generation method and device of clinical care form, electronic equipment and readable medium

Similar Documents

Publication Publication Date Title
CN107808124B (en) Electronic device, the recognition methods of medical text entities name and storage medium
CN107895037B (en) Question and answer data processing method, device, equipment and computer readable medium
CN110263222B (en) Data acquisition method, device, equipment and medium
CN113111162A (en) Department recommendation method and device, electronic equipment and storage medium
CN104820697A (en) Medical data mining method and system
CN110598204A (en) Entity identification data enhancement method and system based on knowledge graph
CN107741972A (en) A kind of searching method of picture, terminal device and storage medium
CN111125220A (en) Information user-defined export method and device
CN108874934B (en) Page text extraction method and device
CN112818015A (en) Data tracking method, system and storage medium based on data blood margin analysis
CN110969000B (en) Data merging processing method and device
CN115295111A (en) Structured report generation method, system and storage medium
CN115774722A (en) Nursing form storage method, nursing form storage system, nursing form storage computer and readable storage medium
US20170169192A1 (en) Inserting structured content in itemized reports
CN113806549A (en) Method and device for constructing personnel relationship map and electronic equipment
CN117174231A (en) Intelligent medical record management system
CN110110150A (en) Read method, reading device, computer equipment and the storage medium of XML data
CN107643968A (en) Crash log processing method and processing device
CN116467433A (en) Knowledge graph visualization method, device, equipment and medium for multi-source data
CN104834509B (en) The method that medicine polar plot is edited in electronic health record editing machine
CN113793677A (en) Electronic medical record management method and device, storage medium and electronic equipment
CN113362964A (en) Method and system for processing medicine data and storage medium thereof
CN111210882B (en) Method, device and storage medium for sharing patient report among hospitals
CN109117207B (en) Data processing method of business process model
CN109388253A (en) Nursing record input method, device, 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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20230310