CN113885894B - Method and system for packaging and updating background based on electronic medical record products - Google Patents

Method and system for packaging and updating background based on electronic medical record products Download PDF

Info

Publication number
CN113885894B
CN113885894B CN202111078591.0A CN202111078591A CN113885894B CN 113885894 B CN113885894 B CN 113885894B CN 202111078591 A CN202111078591 A CN 202111078591A CN 113885894 B CN113885894 B CN 113885894B
Authority
CN
China
Prior art keywords
update package
version number
update
medical record
electronic medical
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.)
Active
Application number
CN202111078591.0A
Other languages
Chinese (zh)
Other versions
CN113885894A (en
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.)
Haitai Medical Information System Co ltd
Original Assignee
Haitai Medical Information System 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 Haitai Medical Information System Co ltd filed Critical Haitai Medical Information System Co ltd
Priority to CN202111078591.0A priority Critical patent/CN113885894B/en
Publication of CN113885894A publication Critical patent/CN113885894A/en
Application granted granted Critical
Publication of CN113885894B publication Critical patent/CN113885894B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • G06F8/658Incremental updates; Differential updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16HHEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
    • G16H10/00ICT specially adapted for the handling or processing of patient-related medical or healthcare data
    • G16H10/60ICT specially adapted for the handling or processing of patient-related medical or healthcare data for patient-specific data, e.g. for electronic patient records

Abstract

The invention discloses a method and a system for packing and updating a background based on an electronic medical record product, wherein the method comprises the following steps: step 1: according to the conditions of clients and servers, an electronic medical record product update package is manufactured; step 2: and (3) installing the electronic medical record product update package according to the update package information manufactured in the step (1). The invention packages the background file and the database to be updated into the update package with uniform suffix identification, and the update package can be directly installed on the site of the server to be updated through the update tool, thereby solving the problems of complicated manual update and easy error at present.

Description

Method and system for packaging and updating background based on electronic medical record products
Technical Field
The invention belongs to the technical field of medical data processing, and particularly relates to a method and a system for packaging and updating a background based on an electronic medical record product.
Background
The background upgrading method of the existing hospital data system mostly adopts a method for manually replacing files and manually executing database sentences.
With the increasing number of clients such as hospitals, the problems of incapability of unified management, easy omission of errors, complex operation, low speed and the like during multi-client multi-server operation exist. It is needed to provide a solution for creating and updating an update package, which packages a background file and a database update to be updated into an update package with uniform suffix identification, and a server site to be updated can directly install the update package through the update tool.
Disclosure of Invention
The invention aims to solve the technical problem of providing a background packing and updating method and system based on electronic medical record products aiming at the defects of the prior art.
In order to achieve the technical purpose, the invention adopts the following technical scheme:
the method for packing and updating the background based on the electronic medical record product is characterized by comprising the following steps of:
step 1: according to the conditions of clients and servers, an electronic medical record product update package is manufactured;
step 2: and (3) installing the electronic medical record product update package according to the update package information manufactured in the step (1).
In order to optimize the technical scheme, the specific measures adopted further comprise:
in the step 1, an electronic medical record product update package is manufactured according to the conditions of the client and the server, and the method comprises the following steps:
step 1.1: setting the item type of an update package, including an application server, a manager and a load server;
step 1.2: determining page files and program files which need to be updated;
step 1.3: determining jar package files needing to be updated;
step 1.4: setting a database script statement to be updated;
step 1.5: setting a version number of an update package, a target program, an update package name and annotation description;
step 1.6: and (3) exporting the update package according to the information set in the steps 1.1 to 1.5 in an object serialization mode.
The page files and program files required to be updated in the step 1.2 include html, jsp, xml, js, pictures and class types.
The database script statement described in step 1.4 above includes a update, delete, insert SQL statement.
The step 2 of installing the electronic medical record product update package according to the update package information of the step 1 includes:
step 2.1: deserializing the update package and extracting update package information;
step 2.2: judging whether the current server is installed or not according to the target program set by the update package, and prompting the installation of the environment if the current server is not installed; if the program version and the directory information are installed, detecting the installed program version and directory information;
step 2.3: comparing the version number of the update package with the version number installed on the server, if the version number installed on the server is higher than the local version number or the version number is the same as the version number of the update package, sending a relevant prompt and returning, otherwise, entering step 2.4;
step 2.4: covering the update file which is already set in the update package under the program directory obtained in the step 2.2, and executing the database script statement in the update package;
step 2.5: and updating the version number of the update package into the database version information table.
A system for packaging and updating based on electronic medical record product background, comprising:
the update package manufacturing module is used for manufacturing an electronic medical record product update package according to the project and server conditions;
and the update package installation module is used for installing the update package of the electronic medical record product according to the update package information manufactured by the update package manufacturing module.
The invention has the following beneficial effects:
the invention packages the background file and the database to be updated into the update package with uniform suffix identification, and the update package can be directly installed on the site of the server to be updated through the update tool, thereby solving the problems of complicated manual update and easy error at present.
Drawings
FIG. 1 is a flow chart of the method of the present invention.
Detailed Description
Embodiments of the present invention are described in further detail below with reference to the accompanying drawings.
With reference to figure 1 of the drawings,
a method for packing and updating a background based on an electronic medical record product comprises the following steps:
step 1: according to the conditions of clients and servers, an electronic medical record product update package is manufactured;
step 2: and (3) installing the electronic medical record product update package according to the update package information manufactured in the step (1).
In an embodiment, in step 1, the step of creating an electronic medical record product update package according to the client and server conditions includes:
step 1.1: setting the item type of an update package, including an application server, a manager and a load server;
step 1.2: determining page files and program files which need to be updated;
step 1.3: determining jar package files needing to be updated;
step 1.4: setting a database script statement to be updated;
step 1.5: setting a version number of an update package, a target program, an update package name and annotation description;
step 1.6: and (3) exporting the update package according to the information set in the steps 1.1 to 1.5 in an object serialization mode.
In an embodiment, the page file and the program file to be updated in step 1.2 include html, jsp, xml, js, pictures, class types, such as Print/htprint.
In an embodiment, the database script statement described in step 1.4 includes a update, delete, insert class SQL statement.
In an embodiment, in step 2, according to the update package information in step 1, installing an electronic medical record product update package includes:
step 2.1: deserializing the update package and extracting update package information;
step 2.2: judging whether the current server is installed or not according to the target program set by the update package, and prompting the installation of the environment if the current server is not installed; if the program version and the directory information are installed, detecting the installed program version and directory information;
step 2.3: comparing the version number of the update package with the version number installed on the server, if the version number installed on the server is higher than the local version number or the version number is the same as the version number of the update package, sending a relevant prompt and returning, otherwise, entering step 2.4;
step 2.4: covering the update files (refer to steps 1.2 and 1.3, including page files, program files and jar packages) which are already arranged in the update package under the program directory obtained in the step 2.2, and executing the database script statement which is arranged in the step 1.4 in the update package;
step 2.5: and updating the version number of the update package into the database version information table.
The invention discloses a background packing and updating system based on electronic medical record products, which comprises the following components:
the update package manufacturing module is used for manufacturing an electronic medical record product update package according to the project and server conditions;
and the update package installation module is used for installing the update package of the electronic medical record product according to the update package information manufactured by the update package manufacturing module.
The invention packages the background file and the database to be updated into the update package with uniform suffix identification, and the update package can be directly installed on the site of the server to be updated through the update tool, thereby solving the problems of complicated manual update and easy error at present.
The above is only a preferred embodiment of the present invention, and the protection scope of the present invention is not limited to the above examples, and all technical solutions belonging to the concept of the present invention belong to the protection scope of the present invention. It should be noted that modifications and adaptations to the invention without departing from the principles thereof are intended to be within the scope of the invention as set forth in the following claims.

Claims (5)

1. The method for packing and updating the background based on the electronic medical record product is characterized by comprising the following steps of:
step 1: according to the conditions of clients and servers, an electronic medical record product update package is manufactured; comprising the following steps:
step 1.1: setting the item type of the update package;
step 1.2: determining page files and program files which need to be updated;
step 1.3: determining jar package files needing to be updated;
step 1.4: setting a database script statement to be updated;
step 1.5: setting a version number of an update package, a target program, an update package name and annotation description;
step 1.6: the information set in the steps 1.1 to 1.5 is exported to an update package according to the object serialization mode;
step 2: installing an electronic medical record product update package according to the update package information manufactured in the step 1; comprising the following steps:
step 2.1: deserializing the update package and extracting update package information;
step 2.2: judging whether the current server is installed or not according to the target program set by the update package, and prompting the installation of the environment if the current server is not installed; if the program version and the directory information are installed, detecting the installed program version and directory information;
step 2.3: comparing the version number of the update package with the version number installed on the server, if the version number installed on the server is higher than the local version number or the version number is the same as the version number of the update package, sending a relevant prompt and returning, otherwise, entering step 2.4;
step 2.4: covering the update file which is already set in the update package under the program directory obtained in the step 2.2, and executing the database script statement in the update package;
step 2.5: and updating the version number of the update package into the database version information table.
2. The method for packaging and updating a background based on an electronic medical record product according to claim 1, wherein,
the item types in step 1.1 comprise an application server, a manager and a load server.
3. The method for packaging and updating a background based on an electronic medical record product according to claim 1, wherein the page files and program files to be updated in the step 1.2 include html, jsp, xml, js, picture and class types.
4. The method for packaging and updating a background based on an electronic medical record product according to claim 1, wherein the database script statement in step 1.4 comprises a update, delete, insert SQL statement.
5. A system for packaging and updating a background based on an electronic medical record product, comprising:
the update package manufacturing module is used for manufacturing an electronic medical record product update package according to the project and server conditions; comprising the following steps:
step 1.1: setting the item type of the update package;
step 1.2: determining page files and program files which need to be updated;
step 1.3: determining jar package files needing to be updated;
step 1.4: setting a database script statement to be updated;
step 1.5: setting a version number of an update package, a target program, an update package name and annotation description;
step 1.6: the information set in the steps 1.1 to 1.5 is exported to an update package according to the object serialization mode;
the update package installation module is used for installing an electronic medical record product update package according to the update package information manufactured by the update package manufacturing module; comprising the following steps:
step 2.1: deserializing the update package and extracting update package information;
step 2.2: judging whether the current server is installed or not according to the target program set by the update package, and prompting the installation of the environment if the current server is not installed; if the program version and the directory information are installed, detecting the installed program version and directory information;
step 2.3: comparing the version number of the update package with the version number installed on the server, if the version number installed on the server is higher than the local version number or the version number is the same as the version number of the update package, sending a relevant prompt and returning, otherwise, entering step 2.4;
step 2.4: covering the update file which is already set in the update package under the program directory obtained in the step 2.2, and executing the database script statement in the update package;
step 2.5: and updating the version number of the update package into the database version information table.
CN202111078591.0A 2021-09-15 2021-09-15 Method and system for packaging and updating background based on electronic medical record products Active CN113885894B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111078591.0A CN113885894B (en) 2021-09-15 2021-09-15 Method and system for packaging and updating background based on electronic medical record products

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111078591.0A CN113885894B (en) 2021-09-15 2021-09-15 Method and system for packaging and updating background based on electronic medical record products

Publications (2)

Publication Number Publication Date
CN113885894A CN113885894A (en) 2022-01-04
CN113885894B true CN113885894B (en) 2023-12-12

Family

ID=79009206

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111078591.0A Active CN113885894B (en) 2021-09-15 2021-09-15 Method and system for packaging and updating background based on electronic medical record products

Country Status (1)

Country Link
CN (1) CN113885894B (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009020873A (en) * 2007-06-15 2009-01-29 Hitachi Ltd Method and system for updating data and terminal to be used for the system
CN105607935A (en) * 2015-12-24 2016-05-25 北京奇虎科技有限公司 Application updating method and terminal and server
CN107179924A (en) * 2017-04-01 2017-09-19 北京五八信息技术有限公司 Application program update method and more new system
CN107577491A (en) * 2017-08-09 2018-01-12 时趣互动(北京)科技有限公司 The method of version updating, system in a kind of Mobile solution based on Weex
CN107844343A (en) * 2017-11-24 2018-03-27 税友软件集团股份有限公司 The upgrade-system and method of a kind of complex services end application system
CN108037916A (en) * 2017-11-29 2018-05-15 福州市智捷信息科技有限公司 A kind of graphical service modeling method based on web
CN108701130A (en) * 2015-10-20 2018-10-23 维尔塞特公司 Hints model is updated using auto-browsing cluster
CN112631627A (en) * 2020-12-10 2021-04-09 武汉联影医疗科技有限公司 Software upgrading method and device, computer equipment and storage medium
CN113066551A (en) * 2021-04-13 2021-07-02 常州市第二人民医院 Guiding type electronic medical record inputting system and method

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009020873A (en) * 2007-06-15 2009-01-29 Hitachi Ltd Method and system for updating data and terminal to be used for the system
CN108701130A (en) * 2015-10-20 2018-10-23 维尔塞特公司 Hints model is updated using auto-browsing cluster
CN105607935A (en) * 2015-12-24 2016-05-25 北京奇虎科技有限公司 Application updating method and terminal and server
CN107179924A (en) * 2017-04-01 2017-09-19 北京五八信息技术有限公司 Application program update method and more new system
CN107577491A (en) * 2017-08-09 2018-01-12 时趣互动(北京)科技有限公司 The method of version updating, system in a kind of Mobile solution based on Weex
CN107844343A (en) * 2017-11-24 2018-03-27 税友软件集团股份有限公司 The upgrade-system and method of a kind of complex services end application system
CN108037916A (en) * 2017-11-29 2018-05-15 福州市智捷信息科技有限公司 A kind of graphical service modeling method based on web
CN112631627A (en) * 2020-12-10 2021-04-09 武汉联影医疗科技有限公司 Software upgrading method and device, computer equipment and storage medium
CN113066551A (en) * 2021-04-13 2021-07-02 常州市第二人民医院 Guiding type electronic medical record inputting system and method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基坑监测数据分析处理及预测预警系统研究;徐杨青等;《岩 土 工 程 学 报》;第36卷(第S1期);第219-224页 *

Also Published As

Publication number Publication date
CN113885894A (en) 2022-01-04

Similar Documents

Publication Publication Date Title
US9047392B2 (en) System and method for conversion of JMS message data into database transactions for application to multiple heterogeneous databases
CN107506451B (en) Abnormal information monitoring method and device for data interaction
US20100161616A1 (en) Systems and methods for coupling structured content with unstructured content
US20090044170A1 (en) Automated Application Modeling for Application Virtualization
US9542467B2 (en) Efficiently firing mapping and transform rules during bidirectional synchronization
CN111291049A (en) Method, device, equipment and storage medium for creating table
US10311076B1 (en) Automated file acquisition, identification, extraction and transformation
CN101789888A (en) Detection method and device for software installation
US10223287B2 (en) Method and system for cache management
US20020147962A1 (en) Method and system for incorporating legacy applications into a distributed data processing environment
EP1616236B1 (en) Method and system for journaling and accessing sensor and configuration data
US20040237034A1 (en) System and method for representing MFS control blocks in XML for MFS-based IMS applications
US9507837B2 (en) Reference data segmentation from single to multiple tables
CN113885894B (en) Method and system for packaging and updating background based on electronic medical record products
US8566292B2 (en) Method and system for journaling and accessing sensor and configuration data
US11605010B1 (en) Computer incident scoring
CN111046316B (en) Application on-shelf state monitoring method, intelligent terminal and storage medium
CN110717130A (en) Dotting method, dotting device, dotting terminal and storage medium
CN111782244A (en) Configuration file updating method and device, computer equipment and storage medium
CN111984723A (en) Data synchronization method and device and terminal equipment
US20090094269A1 (en) Generating BPEL Control Flows
CN113076343A (en) Data query method, device, equipment and storage medium
CN112148705A (en) Data migration method and device
WO2014085567A1 (en) System and method for updating organization family tree information
US20220292097A1 (en) Continuous delivery of database queries for applications based on named and versioned parameterized database queries

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
GR01 Patent grant
GR01 Patent grant