CN101686258A - Hospital information system integrated platform data transmitting system - Google Patents

Hospital information system integrated platform data transmitting system Download PDF

Info

Publication number
CN101686258A
CN101686258A CN200810304594A CN200810304594A CN101686258A CN 101686258 A CN101686258 A CN 101686258A CN 200810304594 A CN200810304594 A CN 200810304594A CN 200810304594 A CN200810304594 A CN 200810304594A CN 101686258 A CN101686258 A CN 101686258A
Authority
CN
China
Prior art keywords
data
xml
data center
package
technical solution
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
CN200810304594A
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.)
HANGZHOU CHUANGYE SOFTWARE CO Ltd
Original Assignee
HANGZHOU CHUANGYE 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 HANGZHOU CHUANGYE SOFTWARE CO Ltd filed Critical HANGZHOU CHUANGYE SOFTWARE CO Ltd
Priority to CN200810304594A priority Critical patent/CN101686258A/en
Publication of CN101686258A publication Critical patent/CN101686258A/en
Pending legal-status Critical Current

Links

Images

Abstract

The present invention discloses an Internet multi-point data transmission and interaction solution project of a hospital information system integrated platform based on a data center. The solution project comprises adopting XML as a transmission media, relating to client data collection and transmission permission check; server data receiving and a storing-in process of a database; generating a single XML data package according to a serial number under an online condition, compressing and encrypting the data package and sending the data package directly to a Web Service receiver of the data center through SOAP by means of multithreading; connecting the serial number XML data sections in series to form an XML data package by means of XML data sections under an offline condition, compressing, encrypting the package and storing the package to the local media or a mobile media, then transferring to a system in an online state, directly transmitting the package to the Web Service receiver of the data center through the SOAP, or transmitting by means of multithreading after unpacking.

Description

Hospital information system integrated platform data transmitting system
Technical field
The present invention relates to the computer medical field, relate more specifically to a kind of transfer of data and the mutual technical scheme that solves.
Background technology
Along with the development of computer software technology and the continuous development of IT application in enterprises, the software that medical institutions use, as HIS, financial management, application such as LIS and EMR and management system are also more and more.Though these systems are applied in different fields, are managing different objects, a lot of intersections are mutually also arranged between them, even the information and the data that repeat.And each application system is separate operation, and these therefore inner systems are equivalent to information island one by one, does not have unimpeded information interchange each other and shares.
Hospital will solve these contradictions, a kind of way is that existing system is made a new start: each information system update all of enterprise is become a unified management system, each department all in this unified system, work (as: all application of whole hospital all move in the system of a manufacturer), but consider cost, implementation cycle and difficulty factor, this is not a kind of practicable solution.To be enterprise consider the whole information system of enterprise from integral body to another kind of way, according to actual needs, each application system carried out overall planning, selects a suitable integrated platform, and each the different section office's systems soft ware that relates to is integrated.This solution all is practicable from implementation cost, cycle and technical consideration still no matter be from implementing difficulty.Under this background, the integrated platform transfer of data is just arisen at the historic moment.
The present invention is in order to solve the data sending and receiving problem of each operation system, rather than in order to solve each operation system internal problem.
Summary of the invention
The invention provides Internet multi-point transfer of data and mutual technical solution scheme, data are carried out synchronously, reduce the investment of data backup software to be implemented under the existing software condition based on data center; Effectively utilize the Internet to carry out transfer of data, reduce and build the cost that special line brings.
Internet multi-point transfer of data and mutual technical solution scheme according to based on data center is characterized in that comprise: employing XML is a transmission medium, relate to client data and collect and the transmitting rights verification;
Internet multi-point transfer of data and mutual technical solution scheme based on data center according to the embodiment of the invention is characterized in that, also comprise: server data receives and database storage is handled.
Internet multi-point transfer of data and mutual technical solution scheme based on data center according to the embodiment of the invention also comprise: client is after being connected to this database and carrying out authentication with data center server, index information (being generally numbering, name etc.) is retrieved in the program object, subsequently according to project configuration information and user's operation.
Internet multi-point transfer of data and mutual technical solution scheme based on data center according to the embodiment of the invention also comprise: under online situation, generate independent XML packet according to numbering, compression, encryption also adopt multithreading directly to send to the Web Services of data center receiving terminal by SOAP.
Internet multi-point transfer of data and mutual technical solution scheme based on data center according to the embodiment of the invention also comprise: under offline condition, according to numbering coding XML data slot, adopt XML data slot mode to be connected into the XML packet, compress, encrypt and be stored on this locality or the move media, the back is in the system of on line state by transfer, directly be sent to the Web Services of data center receiving terminal, perhaps unpack the back and adopt multithreading to transmit by SOAP.
Description of drawings
Accompanying drawing described herein is used to provide further understanding of the present invention, constitutes the application's a part, and illustrative examples of the present invention and explanation thereof are used to explain the present invention, do not constitute improper qualification of the present invention.In the accompanying drawings:
Fig. 1 is the flow chart according to the embodiment of the invention.
The structure chart that Fig. 2 is generated by catalogue pointed in the configuration file
Embodiment
The technical program is insensitive to the terminal database type, can the employing table, view, storing process generate the formula data that promptly fix.
Client retrieves index information (being generally numbering, name etc.) in the program object after being connected to this database and carrying out authentication with data center server, can carry out following several processing according to project configuration information and user's operation subsequently:
(1) under online situation, generate independent XML packet according to numbering, compression, encryption also adopt multithreading directly to send to the Web Services of data center receiving terminal by SOAP.
(2) under offline condition, according to numbering coding XML data slot, adopt XML data slot mode to be connected into the XML packet, compress, encrypt and be stored on this locality or the move media, the back is in the system of on line state by transfer, directly be sent to the Web Services of data center receiving terminal, perhaps unpack the back and adopt multithreading to transmit by SOAP.
More than second kind of processing mode whether unpack after row transmission again, depend on network condition and packet size at that time, too big as network condition difference or packet, send away a parcel after can unpacking to improve the success rate of transmission.
After all packets are received by Web Services, the head of packet is carried out the relevant information effect.
Wherein header information is as follows:
<report><header><clientid/><clientpass/><pid/></header><body></body></report>
After effect was passed through, whether main effect clientid and clientpass met.
Generate structure shown in figure two by catalogue pointed in the configuration file:
All XML data files all buffer memory to this bibliographic structure.
So far, data transmit with receiving unit and finish, and next will carry out XML data file processing section.
Consider that for network performance will shorten as far as possible the processing time of relevant application with network interaction, therefore, file deposits database section in, will be operated by independent service.
Directory traversal was carried out one time in the HDCServices service at 10 seconds, have the xml file to exist as finding, then carried out following operation:
(1) read in the xml file and obtain the data connection according to customer ID (being obtained by directory name) in configuration file, resolve the xml file content, intercepting body node all the elements deposit database in by rule.
(2) as first step success, then file is transferred to D: HDC 1 3026 2008-06-01 0999901231.xml.
(3) as first step failure, then file is transferred to D: HDC 2 3026 2008-06-01 0999901231.xml.
(4) finish, carry out next xml file process.
By the present invention, can cross-platformly carry out exchanges data, can carry out the transfer of data under online and the off-line state, can carry out the transfer of data under online and the off-line state.
The above is embodiments of the invention only, is not limited to the present invention, and for a person skilled in the art, the present invention can have various changes and variation.Within the spirit and principles in the present invention all, any modification of being done, be equal to replacement, improvement etc., all should be included within the claim scope of the present invention.

Claims (5)

1. based on the Internet multi-point transfer of data and the mutual technical solution scheme of data center, it is characterized in that comprise: employing XML is a transmission medium, relate to client data and collect and the transmitting rights verification.
2. Internet multi-point transfer of data and mutual technical solution scheme based on data center according to claim 1 is characterized in that, also comprise: server data receives and database storage is handled.
3. Internet multi-point transfer of data and mutual technical solution scheme based on data center according to claim 2, it is characterized in that, also comprise: under online situation, generate independent XML packet according to numbering, compression, encryption also adopt multithreading directly to send to the Web Services of data center receiving terminal by SOAP.
4. Internet multi-point transfer of data and mutual technical solution scheme based on data center according to claim 3, it is characterized in that, also comprise: under offline condition, according to numbering coding XML data slot, adopt XML data slot mode to be connected into the XML packet, compress, encrypt and be stored on this locality or the move media, the back is in the system of on line state by transfer, directly be sent to the Web Services of data center receiving terminal, perhaps unpack the back and adopt multithreading to transmit by SOAP.
5. Internet multi-point transfer of data and mutual technical solution scheme based on data center according to claim 4, it is characterized in that, also comprise: row transmission again after whether processing mode unpacks, depend on network condition and packet size at that time, too big as network condition difference or packet, send away a parcel after can unpacking to improve the success rate of transmission.
CN200810304594A 2008-09-22 2008-09-22 Hospital information system integrated platform data transmitting system Pending CN101686258A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200810304594A CN101686258A (en) 2008-09-22 2008-09-22 Hospital information system integrated platform data transmitting system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200810304594A CN101686258A (en) 2008-09-22 2008-09-22 Hospital information system integrated platform data transmitting system

Publications (1)

Publication Number Publication Date
CN101686258A true CN101686258A (en) 2010-03-31

Family

ID=42049227

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200810304594A Pending CN101686258A (en) 2008-09-22 2008-09-22 Hospital information system integrated platform data transmitting system

Country Status (1)

Country Link
CN (1) CN101686258A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102236874A (en) * 2010-04-22 2011-11-09 上海百果信息科技有限公司 Regional health information sharing network system
CN102467688A (en) * 2010-11-09 2012-05-23 快乐购物有限责任公司 Composite chain shopping resource management platform supporting multi-channels
CN106571079A (en) * 2016-10-14 2017-04-19 中广核(北京)仿真技术有限公司 Batch data communication method for nuclear power plant, interface, and three-dimensional virtual reality system
CN106651285A (en) * 2016-08-31 2017-05-10 武汉华枫传感技术股份有限公司 Sublance data intelligent management system
CN110708323A (en) * 2019-10-12 2020-01-17 成都国信安信息产业基地有限公司 BS architecture system integration method
CN112688935A (en) * 2020-12-22 2021-04-20 浪潮卓数大数据产业发展有限公司 Multithreading-based data encryption pushing method

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102236874A (en) * 2010-04-22 2011-11-09 上海百果信息科技有限公司 Regional health information sharing network system
CN102467688A (en) * 2010-11-09 2012-05-23 快乐购物有限责任公司 Composite chain shopping resource management platform supporting multi-channels
CN106651285A (en) * 2016-08-31 2017-05-10 武汉华枫传感技术股份有限公司 Sublance data intelligent management system
CN106571079A (en) * 2016-10-14 2017-04-19 中广核(北京)仿真技术有限公司 Batch data communication method for nuclear power plant, interface, and three-dimensional virtual reality system
CN110708323A (en) * 2019-10-12 2020-01-17 成都国信安信息产业基地有限公司 BS architecture system integration method
CN110708323B (en) * 2019-10-12 2021-08-31 成都国信安信息产业基地有限公司 BS architecture system integration method
CN112688935A (en) * 2020-12-22 2021-04-20 浪潮卓数大数据产业发展有限公司 Multithreading-based data encryption pushing method

Similar Documents

Publication Publication Date Title
CN104603740B (en) Filing data identifies
CN105324770B (en) Effectively read copy
CN107230056B (en) Quick transaction system based on block chain contract
CN101009516B (en) A method, system and device for data synchronization
CN103166991B (en) Cross nodal point storage implementation method and device based on P2P and cloud storage
CN101686258A (en) Hospital information system integrated platform data transmitting system
JP5594828B2 (en) Data distributed storage device and method, program, and recording medium
CN103888547B (en) A kind of bill processing method and server
TW200400444A (en) System and method for accessing different types of back end data stores
KR101268440B1 (en) Management system for global network slice and method thereof
CN108874590A (en) A kind of system of cloud host automated back-up and recovery
CN102333108A (en) Distributed cache synchronization system and method
CN103179193B (en) Data transmission system and data transmission method for distribution application system
CN103377100B (en) A kind of data back up method, network node and system
CN103763368B (en) A kind of method of data synchronization across data center
US11722583B2 (en) System and method for asset management and integration
CN111600957A (en) File transmission method, device and system and electronic equipment
CN110096220A (en) A kind of distributed memory system, data processing method and memory node
CN110096545A (en) One kind being based on big data platform data processing domain architecting method
CN101286953A (en) Medical system information integration platform
CN104205730B (en) Network element data access method, Virtual NE, network management server and NMS
CN110011933A (en) Send the method, apparatus and computer readable storage medium of data packet
JP7071938B2 (en) Database management service provision system
CN101145912A (en) An electronic order secure transmission method based on ebMS
Liu et al. The application of block chain technology in spot exchange

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Open date: 20100331