CN111028925A - Data transmission method and system - Google Patents

Data transmission method and system Download PDF

Info

Publication number
CN111028925A
CN111028925A CN201911002241.9A CN201911002241A CN111028925A CN 111028925 A CN111028925 A CN 111028925A CN 201911002241 A CN201911002241 A CN 201911002241A CN 111028925 A CN111028925 A CN 111028925A
Authority
CN
China
Prior art keywords
event
data
address
time
module
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.)
Granted
Application number
CN201911002241.9A
Other languages
Chinese (zh)
Other versions
CN111028925B (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.)
Wanghai Kangxin Beijing Technology Co Ltd
Original Assignee
Wanghai Kangxin Beijing Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Wanghai Kangxin Beijing Technology Co Ltd filed Critical Wanghai Kangxin Beijing Technology Co Ltd
Priority to CN201911002241.9A priority Critical patent/CN111028925B/en
Publication of CN111028925A publication Critical patent/CN111028925A/en
Application granted granted Critical
Publication of CN111028925B publication Critical patent/CN111028925B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16HHEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
    • G16H40/00ICT specially adapted for the management or administration of healthcare resources or facilities; ICT specially adapted for the management or operation of medical equipment or devices
    • G16H40/20ICT specially adapted for the management or administration of healthcare resources or facilities; ICT specially adapted for the management or operation of medical equipment or devices for the management or administration of healthcare resources or facilities, e.g. managing hospital staff or surgery rooms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • G06F16/215Improving data quality; Data cleansing, e.g. de-duplication, removing invalid entries or correcting typographical errors
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Business, Economics & Management (AREA)
  • Health & Medical Sciences (AREA)
  • Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Biomedical Technology (AREA)
  • Quality & Reliability (AREA)
  • Public Health (AREA)
  • Primary Health Care (AREA)
  • Medical Informatics (AREA)
  • General Health & Medical Sciences (AREA)
  • Epidemiology (AREA)
  • Computer And Data Communications (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The application discloses a data transmission method and a system, wherein the method comprises the following steps: triggering an event in response to reaching a triggering condition; packing event data, dictionaries depending on the event data and conventions of non-dictionary contents into an event package; and transmitting the event packet to an address or an interface preset by a trigger mechanism of the event at one time for data integration. The invention carries out data transmission based on the event, reduces the waiting time of data processing and improves the whole data processing capability.

Description

Data transmission method and system
Technical Field
The present application relates to the field of electrical digital data processing, and more particularly, to a data transmission method and system.
Background
Since the 80 s of the 20 th century, the digitization of hospital information has been significantly developed, mainly manifested as the digitization of local pharmacy medicines, simple hospital financial systems, and the digitization of material management, and gradually developed into electronic medical records, inspection information systems, integrated hospital image archiving and transmission systems, and so on. With the increase of the data, the data needs to be integrated and normalized so as to be counted and analyzed.
The method comprises the steps that a front-end processor is deployed in a hospital, the data in the hospital are collected on a cloud service platform in real time, and after the data are checked, cleaned, standardized and the like, the data are stored in databases such as Hive databases, Mysql databases and the like according to business requirements.
The existing data transmission is based on a database service table for transmission, single-table data cannot form a service closed loop, and the service table can be used only after the dictionary table is synchronously completed. This results in that the data cannot be self-interpreted, and the next processing can be performed only after the data of the corresponding other business table and dictionary table are synchronized on line, which wastes a lot of time and energy.
Disclosure of Invention
In order to overcome the defects in the prior art, the technical problem to be solved by the invention is to provide a data transmission method and system, which provide data transmission based on events, reduce the waiting time of data processing and improve the overall data processing capability.
To solve the above technical problem, according to a first aspect of the present invention, there is provided a data transmission method, including:
triggering an event in response to reaching a triggering condition;
packing event data, dictionaries depending on the event data and conventions of non-dictionary contents into an event package;
and transmitting the event packet to an address or an interface preset by a trigger mechanism of the event at one time for data integration.
As an improvement of the method of the present invention, the method further comprises: and carrying out data check on the contents of the service table related to the event.
As another improvement of the method of the present invention, the event data includes data indicating the time, place, reason, subject, and mode of occurrence of the event, and a data validation rule.
As a further improvement of the method according to the invention, the address or interface is configurable.
To solve the above technical problem, according to a second aspect of the present invention, there is provided a data transmission system, comprising:
the trigger module is used for responding to the trigger condition and triggering an event;
the packaging module is used for packaging the event data, the dictionary depended on in the event data and the convention of the non-dictionary content in the event package;
and the transmission module is used for transmitting the event packet to an address or an interface preset by a trigger mechanism of the event at one time for data integration.
To solve the above technical problem, the tangible computer readable medium of the present invention includes a computer program code for executing the data transmission method of the present invention.
To solve the above technical problem, the present invention provides an apparatus, comprising at least one processor; and at least one memory including computer program code, the at least one memory and the computer program code configured to, with the at least one processor, cause the apparatus to perform at least some of the steps of the data transmission method of the present invention.
According to the invention, through the transmission based on the event, the convention of the dictionary content and the non-dictionary content which are depended on in the event data are contained in the event package, the event data completely describes the whole event content, the data transmitted at one time can be completely self-explained without depending on other data tables, thereby reducing the waiting time of data processing and improving the whole data processing capability.
Other features and advantages of the present invention will become more apparent from the detailed description of the embodiments of the present invention when taken in conjunction with the accompanying drawings.
Drawings
FIG. 1 is a flow chart of one embodiment of a method according to the present invention;
FIG. 2 is a schematic diagram of an embodiment of a system according to the present invention.
For the sake of clarity, the figures are schematic and simplified drawings, which only show details which are necessary for understanding the invention and other details are omitted.
Detailed Description
Embodiments and examples of the present invention will be described in detail below with reference to the accompanying drawings.
The scope of applicability of the present invention will become apparent from the detailed description given hereinafter. It should be understood, however, that the detailed description and the specific examples, while indicating preferred embodiments of the invention, are given by way of illustration only.
Fig. 1 shows a flow chart of a preferred embodiment of a data transmission method according to the present invention. The service system is preset with a trigger mechanism, which includes trigger conditions such as trigger time points, trigger events, addresses or interfaces for data transmission, and the like.
In step S102, an event is triggered in response to reaching a triggering condition, such as when a consumable is purchased for warehousing.
In step S104, the event data, the dictionary dependent in the event data, and the convention of the non-dictionary content are packaged in an event package. In an embodiment, when the event package is packaged, data check, for example, not null check and/or field type check, may also be performed on the contents of the service table related to the event. The check can be divided into two types, one is technical check, and simple checks such as whether the value is empty or not, whether the data type of the designated field is wrong or not and the like are necessary. And the other is service checking, and checking is carried out according to whether the service requirements are met. Taking the warehousing of consumables as an example, the service verification may include: and whether the quantity and the price of the consumable items in the detail list are consistent with those in the summary list or not and the like, wherein the verification needs to be defined by product demand personnel. And directly returning the event data which does not conform to the check rule, and informing the return reason in the form of an error code. The event data includes data indicating the time, place, reason, subject, and mode of occurrence of the event, and data validation rules. Taking the procurement and warehousing of consumables as an example, the event data may include:
Figure BDA0002241685440000031
Figure BDA0002241685440000041
Figure BDA0002241685440000051
Figure BDA0002241685440000061
Figure BDA0002241685440000071
the data completely describe the whole event content of the consumable purchasing storage, and the data can be completely and self-explained without depending on other data tables
In step S106, the event packet is transmitted to the address or interface preset by the trigger mechanism of the event for data integration.
In an embodiment, the address or interface preset by the trigger mechanism is configurable to suit the needs.
Fig. 2 shows a block diagram of an embodiment of a data transmission system according to the invention, the system comprising: a triggering module 202, configured to trigger an event in response to reaching a triggering condition; a packaging module 204, configured to package the event data, the dictionary relied on in the event data, and the convention of the non-dictionary content in the event packet; a transmission module 206, configured to transmit the event packet to an address or an interface preset by a trigger mechanism of the event at a time for data integration.
In an embodiment, the system of the present invention further comprises: the checking module is used for checking data of the contents of the business table related to the event; and/or a configuration module for configuring an address or interface to which the event packet is transmitted.
The particular features, structures, or characteristics of the various embodiments described herein may be combined as suitable in one or more embodiments of the invention. Additionally, in some cases, the order of steps depicted in the flowcharts and/or in the pipelined process may be modified, as appropriate, and need not be performed exactly in the order depicted. In addition, various aspects of the invention may be implemented using software, hardware, firmware, or a combination thereof, and/or other computer implemented modules or devices that perform the described functions. Software implementations of the present invention may include executable code stored in a computer readable medium and executed by one or more processors. The computer readable medium may include a computer hard drive, ROM, RAM, flash memory, portable computer storage media such as CD-ROM, DVD-ROM, flash drives, and/or other devices, for example, having a Universal Serial Bus (USB) interface, and/or any other suitable tangible or non-transitory computer readable medium or computer memory on which executable code may be stored and executed by a processor. The present invention may be used in conjunction with any suitable operating system.
As used herein, the singular forms "a", "an" and "the" include plural references (i.e., have the meaning "at least one"), unless the context clearly dictates otherwise. It will be further understood that the terms "has," "includes" and/or "including," when used in this specification, specify the presence of stated features, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, steps, operations, elements, components, and/or groups thereof. The term "and/or" as used herein includes any and all combinations of one or more of the associated listed items.
The foregoing describes some preferred embodiments of the present invention, but it should be emphasized that the invention is not limited to these embodiments, but can be implemented in other ways within the scope of the inventive subject matter. Various modifications and alterations of this invention will become apparent to those skilled in the art without departing from the spirit and scope of this invention.

Claims (10)

1. A method of data transmission, the method comprising:
triggering an event in response to reaching a triggering condition;
packing event data, dictionaries depending on the event data and conventions of non-dictionary contents into an event package;
and transmitting the event packet to an address or an interface preset by a trigger mechanism of the event at one time for data integration.
2. The method of claim 1, further comprising:
and carrying out data check on the contents of the service table related to the event.
3. The method of claim 2, wherein the verifying comprises: and not null and/or field type checks.
4. The method of claim 1, wherein the event data includes data indicating a time, a place, a reason, a subject, and a manner of occurrence of an event, and a data validation rule.
5. The method of claim 1, wherein the address or interface is configurable.
6. A data transmission system, the system comprising:
the trigger module is used for responding to the trigger condition and triggering an event;
the packaging module is used for packaging the event data, the dictionary depended on in the event data and the convention of the non-dictionary content in the event package;
and the transmission module is used for transmitting the event packet to an address or an interface preset by a trigger mechanism of the event at one time for data integration.
7. The system of claim 6, further comprising:
and the checking module is used for checking the data of the contents of the business table related to the event.
8. The system of claim 7, wherein the verifying comprises: and not null and/or field type checks.
9. The system of claim 6, wherein the event data includes data indicating a time, a place, a reason, a subject, and a manner of occurrence of an event, and a data validation rule.
10. The system of claim 6, further comprising:
and the configuration module is used for configuring the address or the interface to which the event packet is transmitted.
CN201911002241.9A 2019-10-21 2019-10-21 Data transmission method and system Active CN111028925B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911002241.9A CN111028925B (en) 2019-10-21 2019-10-21 Data transmission method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911002241.9A CN111028925B (en) 2019-10-21 2019-10-21 Data transmission method and system

Publications (2)

Publication Number Publication Date
CN111028925A true CN111028925A (en) 2020-04-17
CN111028925B CN111028925B (en) 2023-03-14

Family

ID=70201279

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911002241.9A Active CN111028925B (en) 2019-10-21 2019-10-21 Data transmission method and system

Country Status (1)

Country Link
CN (1) CN111028925B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006293910A (en) * 2005-04-14 2006-10-26 Kokolink:Kk Safe and fast database replication technology
WO2007068175A1 (en) * 2005-12-13 2007-06-21 Huawei Technologies Co., Ltd. A system and method for triggering the rule system
US20140310292A1 (en) * 2013-04-10 2014-10-16 Openwave Mobility Inc. Method, system and computer program for adding content to a data container
US20180144100A1 (en) * 2016-11-18 2018-05-24 International Business Machines Corporation Triggered sensor data capture in a mobile device environment
US20180300375A1 (en) * 2017-04-14 2018-10-18 Seagate Technology Llc Data mining systems
CN109040171A (en) * 2018-06-14 2018-12-18 厦门理工学院 A kind of emergency response system, method, equipment and storage medium
CN109542935A (en) * 2018-10-11 2019-03-29 平安科技(深圳)有限公司 A kind of execution method, storage medium and the server of regulation engine

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006293910A (en) * 2005-04-14 2006-10-26 Kokolink:Kk Safe and fast database replication technology
WO2007068175A1 (en) * 2005-12-13 2007-06-21 Huawei Technologies Co., Ltd. A system and method for triggering the rule system
US20140310292A1 (en) * 2013-04-10 2014-10-16 Openwave Mobility Inc. Method, system and computer program for adding content to a data container
US20180144100A1 (en) * 2016-11-18 2018-05-24 International Business Machines Corporation Triggered sensor data capture in a mobile device environment
US20180300375A1 (en) * 2017-04-14 2018-10-18 Seagate Technology Llc Data mining systems
CN109040171A (en) * 2018-06-14 2018-12-18 厦门理工学院 A kind of emergency response system, method, equipment and storage medium
CN109542935A (en) * 2018-10-11 2019-03-29 平安科技(深圳)有限公司 A kind of execution method, storage medium and the server of regulation engine

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
UNITED STATES DEPARTMENT OF ENERGY: "\"Annual U.S. Transmission Data Review\"" *
陈立新: "航空发动机设计制造协同的思考与实践" *

Also Published As

Publication number Publication date
CN111028925B (en) 2023-03-14

Similar Documents

Publication Publication Date Title
US10999224B1 (en) Method and apparatus for parsing an electronic message and constructing multiple differently prioritized messages therefrom
US11308031B2 (en) Resolving in-memory foreign keys in transmitted data packets from single-parent hierarchies
US10924585B1 (en) Method and apparatus for parsing and differently processing different portions of a request
US9229972B2 (en) Systems and methods for content collection validation
JP7213925B2 (en) Automated exchange of healthcare information for administering medical doses
US8428960B2 (en) Methods, apparatus and computer program products for processing claims
AU2017286545A1 (en) Method and apparatus for processing logistics information
US20140330855A1 (en) Modifying and Searching Metadata Associated with Electronic Medical Images
CN108538356A (en) Drug automatic checking system and method
CN112579621B (en) Data display method and device, electronic equipment and computer storage medium
CN111028925B (en) Data transmission method and system
US9324111B2 (en) 271 embedded alerts
GB2521637A (en) Messaging digest
US10628767B2 (en) Encounter management
CN110188083B (en) Interface information mining method and device
CN108804457A (en) Data synchronize and processing method and processing device, electronic equipment and computer-readable medium
US10380320B2 (en) Data restructuring for consistent formatting
US20120215714A1 (en) E-freight processing for air waybills
KR101242142B1 (en) Method and system for pre-verification of data
US9613051B2 (en) Data processing method, information processing apparatus, and recording medium
US8724176B2 (en) Fusing of unassociated images
US11693816B2 (en) Flexible data ingestion
KR102328846B1 (en) The method of semantic preservance of standarized healthcare documents and device thereof
US20220374548A1 (en) Generating a compliance report of data processing activity
US20140115018A1 (en) Document Tracking and Management System and Methods

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