CN115470770A - Electronic form template filling method and system - Google Patents

Electronic form template filling method and system Download PDF

Info

Publication number
CN115470770A
CN115470770A CN202211341400.XA CN202211341400A CN115470770A CN 115470770 A CN115470770 A CN 115470770A CN 202211341400 A CN202211341400 A CN 202211341400A CN 115470770 A CN115470770 A CN 115470770A
Authority
CN
China
Prior art keywords
electronic form
form template
parameter format
user application
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202211341400.XA
Other languages
Chinese (zh)
Other versions
CN115470770B (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.)
Thinvent Digital Technology Co Ltd
Original Assignee
Thinvent Digital 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 Thinvent Digital Technology Co Ltd filed Critical Thinvent Digital Technology Co Ltd
Priority to CN202211341400.XA priority Critical patent/CN115470770B/en
Publication of CN115470770A publication Critical patent/CN115470770A/en
Application granted granted Critical
Publication of CN115470770B publication Critical patent/CN115470770B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/186Templates
    • 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
    • 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/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases
    • G06F16/288Entity relationship models
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • G06F40/18Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Artificial Intelligence (AREA)
  • Data Mining & Analysis (AREA)
  • Stored Programmes (AREA)

Abstract

The invention provides a method and a system for filling an electronic form template, wherein the method comprises the steps of obtaining an interface list, a request parameter format and a return parameter format of a user application terminal through a data service platform; establishing a mapping relation between the electronic form template and the request parameter format and the return parameter format according to the interface list, and establishing a corresponding trigger frame in the electronic form template; when the characters input by the user are detected in the trigger frame, calling out the business data corresponding to the characters from the business database through the data service platform, and transmitting the business data to the user application terminal so that the user application terminal generates corresponding target return parameters according to the business data; and correspondingly filling the electronic form template according to the target return parameters. By the method, different types of electronic forms can be adapted simultaneously, interface data backfill work is performed, and decoupling of the interface data and a service system is achieved.

Description

Electronic form template filling method and system
Technical Field
The invention relates to the technical field of data processing, in particular to a method and a system for filling in an electronic form template.
Background
In the current network information age, most enterprises have converted a large number of forms and documents used in the production and management processes into electronic form templates, so as to replace the traditional mode of information transmission and collection through paper forms and documents. Along with the increasing number of electronic forms required to be filled in by users in daily work, the types of the electronic forms become more and more complex, so that the users do not only need to convert paper forms and receipts into the electronic forms, but also need to consider how to automatically refill the electronic forms during conversion, thereby simplifying the filling of the electronic forms and improving the filling rate and accuracy of the users.
In the prior art, a corresponding access interface is developed mainly by analyzing a business scene of an electronic form, so that a user can call different interfaces according to different types of electronic form templates to acquire data for backfilling when filling.
However, in the actual working process, in the prior art, the data interface of the system needs to be continuously updated iteratively in real time according to the service of the electronic form, and joint debugging of the data interface is also needed, so that the time for filling the electronic form template is greatly increased, and the efficiency for filling the electronic form template is further reduced.
Disclosure of Invention
Based on this, the invention aims to provide an electronic form template filling method and system, so as to solve the problems that in the prior art, the data interface of the system needs to be continuously updated iteratively according to the service of an electronic form in real time, and joint debugging of the data interface is also needed, so that the filling time of the electronic form template is greatly increased, and the filling efficiency of the electronic form template is reduced.
The first aspect of the embodiments of the present invention provides a method for filling in an electronic form template, where the method includes:
establishing communication connection with a user application terminal and a service database through a data service platform, and acquiring an interface list, a request parameter format and a return parameter format of the user application terminal through the data service platform;
establishing a mapping relation between an electronic form template and the request parameter format and the return parameter format according to the interface list, and establishing a corresponding trigger frame in the electronic form template, wherein the mapping relation has uniqueness;
when a character input by a user is detected in the trigger frame, based on the mapping relation, calling out service data corresponding to the character from the service database through the data service platform, and transmitting the service data to the user application terminal, so that the user application terminal generates a corresponding target return parameter according to the service data;
and correspondingly filling the electronic form template according to the target return parameters.
The invention has the beneficial effects that: establishing communication connection with a user application terminal and a service database through a data service platform, and acquiring an interface list, a request parameter format and a return parameter format of the user application terminal through the data service platform; furthermore, a mapping relation between the electronic form template and the request parameter format and between the electronic form template and the return parameter format is established according to the interface list, and a corresponding trigger frame is established in the electronic form template, wherein the mapping relation has uniqueness; on the basis, when the characters input by the user are detected in the trigger frame, based on the mapping relation, the business data corresponding to the characters are called out from the business database through the data service platform, and the business data are transmitted to the user application terminal, so that the user application terminal generates corresponding target return parameters according to the business data; and finally, only the electronic form template is correspondingly filled according to the target return parameters. By the method, different types of electronic forms can be adapted simultaneously, interface data backfill work is performed, and decoupling of the interface data and a service system is achieved. Meanwhile, the interface service list and the service parameter entering and parameter exiting structural information can be obtained according to the data service platform, and the mapping relation between the interface parameter entering and parameter exiting electronic form templates can be configured in a user-defined mode, so that the method is suitable for large-scale popularization and use.
Preferably, after the steps of obtaining the interface list of the user application terminal, requesting a parameter format, and returning the parameter format through the data service platform, the method further includes:
when the interface list, the request parameter format and the return parameter format of the user application terminal are obtained, the interface list, the request parameter format and the return parameter format are all stored in a relational database, and the interface list, the request parameter format and the return parameter format are preprocessed in the relational database.
Preferably, the step of establishing a communication connection with the user application terminal and the service database through the data service platform includes:
responding to a service request instruction, starting the data service platform according to the service request instruction, and establishing wireless communication connection with the data service platform;
and calling a parameter output interface and a parameter input interface in the data service platform, establishing communication connection with the service database through the parameter input interface, and establishing communication connection with the user application terminal through the parameter output interface.
Preferably, after the step of correspondingly filling the electronic form template according to the target return parameter, the method further includes:
and when the electronic form template is filled, standardizing the filled electronic form template, and storing the standardized electronic form template into a standard database.
Preferably, after the step of correspondingly filling the electronic form template according to the target return parameter, the method further includes:
and when the electronic form template is filled, establishing communication connection with a display terminal, and transmitting the filled electronic form template to the display terminal so as to display the filled electronic form template in real time at the display terminal.
A second aspect of the present invention provides an electronic form template filling system, including:
the system comprises an acquisition module, a service database and a service database, wherein the acquisition module is used for establishing communication connection with a user application terminal and the service database through a data service platform and acquiring an interface list, a request parameter format and a return parameter format of the user application terminal through the data service platform;
the mapping module is used for establishing a mapping relation between an electronic form template and the request parameter format and the return parameter format according to the interface list, and establishing a corresponding trigger frame in the electronic form template, wherein the mapping relation has uniqueness;
the first processing module is used for calling out service data corresponding to the characters from the service database through the data service platform based on the mapping relation when the characters input by the user are detected in the trigger box, and transmitting the service data to the user application terminal so that the user application terminal generates corresponding target return parameters according to the service data;
and the filling module is used for correspondingly filling the electronic form template according to the target return parameters.
In the electronic form template filling system, the electronic form template filling system further includes a storage module, and the storage module is specifically configured to:
when the interface list, the request parameter format and the return parameter format of the user application terminal are obtained, the interface list, the request parameter format and the return parameter format are all stored in a relational database, and the interface list, the request parameter format and the return parameter format are preprocessed in the relational database.
In the electronic form template filling system, the obtaining module is specifically configured to:
responding to a service request instruction, starting the data service platform according to the service request instruction, and establishing wireless communication connection with the data service platform;
and calling a parameter output interface and a parameter input interface in the data service platform, establishing communication connection with the service database through the parameter input interface, and establishing communication connection with the user application terminal through the parameter output interface.
In the electronic form template filling system, the electronic form template filling system further includes a second processing module, and the second processing module is specifically configured to:
and when the electronic form template is filled, standardizing the filled electronic form template, and storing the standardized electronic form template into a standard database.
In the electronic form template filling system, the electronic form template filling system further includes a display module, and the display module is specifically configured to:
and when the electronic form template is filled, establishing communication connection with a display terminal, and transmitting the filled electronic form template to the display terminal so as to display the filled electronic form template in real time at the display terminal.
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 method for filling in an electronic form template according to a first embodiment of the present invention;
fig. 2 is a block diagram illustrating an electronic form template filling system according to a second 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 with reference to the accompanying drawings. Several embodiments of the invention are presented 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, the data interface of the system needs to be continuously updated in an iterative manner in real time according to the service of the electronic form, and joint debugging of the data interface is also needed, so that the filling time of the electronic form template is greatly increased, and the filling efficiency of the electronic form template is further reduced.
Referring to fig. 1, a method for filling an electronic form template according to a first embodiment of the present invention is shown, and the method for filling an electronic form template according to the present embodiment can simultaneously adapt to electronic forms of different types, and perform interface data backfill, and simultaneously achieve decoupling of interface data and a service system. Meanwhile, the interface service list and the service parameter entering and parameter exiting structural information can be obtained according to the data service platform, and the mapping relation between the interface parameter entering and parameter exiting electronic form templates can be configured in a user-defined mode, so that the method is suitable for large-scale popularization and use.
Specifically, the method for filling in the electronic form template provided by this embodiment specifically includes the following steps:
step S10, establishing communication connection with a user application terminal and a service database through a data service platform, and acquiring an interface list, a request parameter format and a return parameter format of the user application terminal through the data service platform;
specifically, in this embodiment, it should be noted that the method for filling in an electronic form template provided in this embodiment is specifically used for automatically filling in a plurality of electronic form templates of different types, so as to improve the processing efficiency of the service.
In addition, in this embodiment, it should be noted that the electronic form template filling method provided in this embodiment is implemented based on a preset service system, and meanwhile, a plurality of different types of electronic form templates are stored in advance in the service system, and are used for automatically filling the called electronic form template according to the actual needs of the user, so as to improve the work efficiency.
Therefore, in this step, it should be noted that, the service system provided in this embodiment establishes a communication connection with the user application terminal and the service database through a preset data service platform, and meanwhile, the service system further obtains the interface list, the request parameter format, and the return parameter format of the user application terminal through the data service platform.
In this step, it should be noted that the step of establishing a communication connection with the user application terminal and the service database through the data service platform includes:
responding to a service request instruction, starting the data service platform according to the service request instruction, and establishing wireless communication connection with the data service platform;
and calling a parameter output interface and a parameter input interface in the data service platform, establishing communication connection with the service database through the parameter input interface, and establishing communication connection with the user application terminal through the parameter output interface.
Step S20, establishing a mapping relation between an electronic form template and the request parameter format and the return parameter format according to the interface list, and establishing a corresponding trigger frame in the electronic form template, wherein the mapping relation has uniqueness;
further, in this step, it should be noted that, after the service system obtains the interface list, the request parameter format, and the return parameter format corresponding to the current user application terminal, the current service system further establishes a mapping relationship between an electronic form template preset therein and the current request parameter format and the return parameter format according to the interface list obtained in real time, and at the same time, establishes a corresponding trigger frame in the current electronic form template. It should be noted that each mapping relationship has uniqueness.
Step S30, when the characters input by the user are detected in the trigger frame, based on the mapping relation, calling the business data corresponding to the characters from the business database through the data service platform, and transmitting the business data to the user application terminal, so that the user application terminal generates corresponding target return parameters according to the business data;
specifically, in this step, it should be noted that, when the business system detects a character input by a user in real time in the trigger box, the current business system calls business data corresponding to the current character in the business database through the data service platform based on a mapping relationship already set in the business system, and further, the current business system transmits the business data to the user application terminal, so that the user application terminal can generate a corresponding target return parameter according to the business data received in real time.
And S40, correspondingly filling the electronic form template according to the target return parameters.
Finally, in this step, it should be noted that, after the business system obtains the target return parameters transmitted from the user application terminal through the above steps, the current business system only needs to correspondingly fill the electronic form template according to the currently real-time received target return parameters, thereby saving manual filling and improving the work efficiency.
In this embodiment, it should be noted that, after the steps of obtaining the interface list of the user application terminal, requesting a parameter format, and returning the parameter format by the data service platform, the method further includes:
when the interface list, the request parameter format and the return parameter format of the user application terminal are obtained, storing the interface list, the request parameter format and the return parameter format into a relational database, and preprocessing the interface list, the request parameter format and the return parameter format in the relational database.
Preferably, in this embodiment, the interface list, the request parameter format, and the return parameter format are sequentially subjected to filtering, noise reduction, and filtering in the relational database.
In addition, in this embodiment, it should be further noted that, after the step of correspondingly filling the electronic form template according to the target return parameter, the method further includes:
and when the electronic form template is filled, standardizing the filled electronic form template, and storing the standardized electronic form template into a standard database.
Further, in this embodiment, it should be further noted that, after the step of correspondingly filling the electronic form template according to the target return parameter, the method further includes:
and when the electronic form template is filled, establishing communication connection with a display terminal, and transmitting the filled electronic form template to the display terminal so as to display the filled electronic form template in real time at the display terminal.
When the system is used, communication connection with a user application terminal and a service database is established through a data service platform, and an interface list, a request parameter format and a return parameter format of the user application terminal are obtained through the data service platform; furthermore, a mapping relation between the electronic form template and the request parameter format and between the electronic form template and the return parameter format is established according to the interface list, and a corresponding trigger frame is established in the electronic form template, wherein the mapping relation has uniqueness; on the basis, when the characters input by the user are detected in the trigger frame, based on the mapping relation, calling out the business data corresponding to the characters from the business database through the data service platform, and transmitting the business data to the user application terminal so that the user application terminal generates corresponding target return parameters according to the business data; and finally, only the electronic form template is correspondingly filled according to the target return parameters. By the method, different types of electronic forms can be adapted at the same time, interface data backfilling is carried out, and decoupling of the interface data and a service system is realized. Meanwhile, the interface service list and the service parameter entering and parameter exiting structural information can be obtained according to the data service platform, and the mapping relation between the interface parameter entering and parameter exiting electronic form templates can be configured in a user-defined mode, so that the method is suitable for large-scale popularization and use.
It should be noted that the implementation process described above is only for illustrating the applicability of the present application, but this does not represent that the electronic form template filling method of the present application has only the above-mentioned implementation flow, and on the contrary, the electronic form template filling method of the present application can be incorporated into the feasible embodiments of the present application as long as the method can be implemented.
In summary, the electronic form template filling method provided by the above embodiments of the present invention can adapt to different types of electronic forms at the same time, and perform interface data backfill, and simultaneously achieve decoupling of interface data and a service system. Meanwhile, the interface service list and the service parameter entering and parameter exiting structural information can be obtained according to the data service platform, and the mapping relation between the interface parameter entering and parameter exiting electronic form templates can be configured in a user-defined mode, so that the method is suitable for large-scale popularization and use.
Referring to fig. 2, there is shown an electronic form template filling system according to a second embodiment of the present invention, the system including:
the acquisition module 12 is configured to establish communication connection with a user application terminal and a service database through a data service platform, and acquire an interface list, a request parameter format, and a return parameter format of the user application terminal through the data service platform;
the mapping module 22 is configured to establish a mapping relationship between the electronic form template and the request parameter format and the return parameter format according to the interface list, and construct a corresponding trigger frame in the electronic form template, where the mapping relationship has uniqueness;
a first processing module 32, configured to, when a character input by a user is detected in the trigger box, call, by the data service platform, service data corresponding to the character in the service database based on the mapping relationship, and transmit the service data to the user application terminal, so that the user application terminal generates a corresponding target return parameter according to the service data;
and the filling module 42 is used for correspondingly filling the electronic form template according to the target return parameters.
In the electronic form template filling system, the electronic form template filling system further includes a storage module 52, and the storage module 52 is specifically configured to:
when the interface list, the request parameter format and the return parameter format of the user application terminal are obtained, storing the interface list, the request parameter format and the return parameter format into a relational database, and preprocessing the interface list, the request parameter format and the return parameter format in the relational database.
In the electronic form template filling system, the obtaining module 12 is specifically configured to:
responding to a service request instruction, starting the data service platform according to the service request instruction, and establishing wireless communication connection with the data service platform;
and calling a parameter output interface and a parameter input interface in the data service platform, establishing communication connection with the service database through the parameter input interface, and establishing communication connection with the user application terminal through the parameter output interface.
In the electronic form template filling system, the electronic form template filling system further includes a second processing module 62, and the second processing module 62 is specifically configured to:
and when the electronic form template is filled, standardizing the filled electronic form template, and storing the standardized electronic form template into a standard database.
In the electronic form template filling system, the electronic form template filling system further includes a display module 72, where the display module 72 is specifically configured to:
and when the electronic form template is filled, establishing communication connection with a display terminal, and transmitting the filled electronic form template to the display terminal so as to display the filled electronic form template in real time at the display terminal.
In summary, the electronic form template filling method and system provided by the embodiments of the present invention can adapt to different types of electronic forms, perform interface data backfill, and achieve decoupling of interface data and a service system. Meanwhile, the interface service list and the service parameter entering and parameter exiting structural information can be obtained according to the data service platform, and the mapping relation between the interface parameter entering and parameter exiting electronic form templates can be configured in a user-defined mode, so that the method is suitable for large-scale 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 can be respectively positioned 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). Additionally, 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, for a person skilled in the art, several variations and modifications can be made without departing from the inventive concept, which falls within the scope of the present invention. Therefore, the protection scope of the present patent should be subject to the appended claims.

Claims (10)

1. A method for filling in an electronic form template, the method comprising:
establishing communication connection with a user application terminal and a service database through a data service platform, and acquiring an interface list, a request parameter format and a return parameter format of the user application terminal through the data service platform;
establishing a mapping relation between an electronic form template and the request parameter format and the return parameter format according to the interface list, and establishing a corresponding trigger frame in the electronic form template, wherein the mapping relation has uniqueness;
when a character input by a user is detected in the trigger frame, based on the mapping relation, calling out service data corresponding to the character from the service database through the data service platform, and transmitting the service data to the user application terminal, so that the user application terminal generates a corresponding target return parameter according to the service data;
and correspondingly filling the electronic form template according to the target return parameters.
2. The electronic form template filling-in method of claim 1, wherein: after the steps of obtaining the interface list of the user application terminal, requesting a parameter format, and returning the parameter format through the data service platform, the method further includes:
when the interface list, the request parameter format and the return parameter format of the user application terminal are obtained, the interface list, the request parameter format and the return parameter format are all stored in a relational database, and the interface list, the request parameter format and the return parameter format are preprocessed in the relational database.
3. The electronic form template filling method as set forth in claim 1, wherein: the step of establishing communication connection with the user application terminal and the service database through the data service platform comprises the following steps:
responding to a service request instruction, starting the data service platform according to the service request instruction, and establishing wireless communication connection with the data service platform;
and calling a parameter output interface and a parameter input interface in the data service platform, establishing communication connection with the service database through the parameter input interface, and establishing communication connection with the user application terminal through the parameter output interface.
4. The electronic form template filling method as set forth in claim 1, wherein: after the step of correspondingly filling the electronic form template according to the target return parameter, the method further includes:
and when the electronic form template is filled, standardizing the filled electronic form template, and storing the standardized electronic form template into a standard database.
5. The electronic form template filling method as set forth in claim 1, wherein: after the step of correspondingly filling the electronic form template according to the target return parameter, the method further includes:
and when the electronic form template is filled, establishing communication connection with a display terminal, and transmitting the filled electronic form template to the display terminal so as to display the filled electronic form template in real time at the display terminal.
6. An electronic form template filling system, the system comprising:
the system comprises an acquisition module, a service database and a service processing module, wherein the acquisition module is used for establishing communication connection with a user application terminal and a service database through a data service platform, and acquiring an interface list, a request parameter format and a return parameter format of the user application terminal through the data service platform;
the mapping module is used for establishing a mapping relation between the electronic form template and the request parameter format and the return parameter format according to the interface list and establishing a corresponding trigger frame in the electronic form template, wherein the mapping relation has uniqueness;
the first processing module is used for calling out service data corresponding to the characters from the service database through the data service platform based on the mapping relation when the characters input by the user are detected in the trigger box, and transmitting the service data to the user application terminal so that the user application terminal generates corresponding target return parameters according to the service data;
and the filling module is used for correspondingly filling the electronic form template according to the target return parameters.
7. The electronic form template filling system of claim 6, wherein: the electronic form template filling system further comprises a storage module, and the storage module is specifically used for:
when the interface list, the request parameter format and the return parameter format of the user application terminal are obtained, the interface list, the request parameter format and the return parameter format are all stored in a relational database, and the interface list, the request parameter format and the return parameter format are preprocessed in the relational database.
8. The electronic form template filling system of claim 6, wherein: the acquisition module is specifically configured to:
responding to a service request instruction, starting the data service platform according to the service request instruction, and establishing wireless communication connection with the data service platform;
and calling a parameter output interface and a parameter input interface in the data service platform, establishing communication connection with the service database through the parameter input interface, and establishing communication connection with the user application terminal through the parameter output interface.
9. The electronic form template filling system of claim 6, wherein: the electronic form template filling system further comprises a second processing module, and the second processing module is specifically used for:
and when the electronic form template is filled, standardizing the filled electronic form template, and storing the standardized electronic form template into a standard database.
10. The electronic form template filling system of claim 6, wherein: the electronic form template filling system further comprises a display module, and the display module is specifically used for:
and when the electronic form template is filled, establishing communication connection with a display terminal, and transmitting the filled electronic form template to the display terminal so as to display the filled electronic form template in real time on the display terminal.
CN202211341400.XA 2022-10-31 2022-10-31 Electronic form template filling method and system Active CN115470770B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211341400.XA CN115470770B (en) 2022-10-31 2022-10-31 Electronic form template filling method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211341400.XA CN115470770B (en) 2022-10-31 2022-10-31 Electronic form template filling method and system

Publications (2)

Publication Number Publication Date
CN115470770A true CN115470770A (en) 2022-12-13
CN115470770B CN115470770B (en) 2023-02-21

Family

ID=84336859

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211341400.XA Active CN115470770B (en) 2022-10-31 2022-10-31 Electronic form template filling method and system

Country Status (1)

Country Link
CN (1) CN115470770B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180278471A1 (en) * 2017-03-21 2018-09-27 International Business Machines Corporation Generic connector module capable of integrating multiple applications into an integration platform
CN112052182A (en) * 2020-09-27 2020-12-08 平安信托有限责任公司 Interface automation test method and device, computer equipment and storage medium
WO2021008119A1 (en) * 2019-07-17 2021-01-21 创新先进技术有限公司 Service processing method, apparatus, and device
CN113467775A (en) * 2020-03-31 2021-10-01 北京沃东天骏信息技术有限公司 Method and device for generating page
CN115033233A (en) * 2022-06-16 2022-09-09 北京京东振世信息技术有限公司 Interface calling method and device, electronic equipment and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180278471A1 (en) * 2017-03-21 2018-09-27 International Business Machines Corporation Generic connector module capable of integrating multiple applications into an integration platform
WO2021008119A1 (en) * 2019-07-17 2021-01-21 创新先进技术有限公司 Service processing method, apparatus, and device
CN113467775A (en) * 2020-03-31 2021-10-01 北京沃东天骏信息技术有限公司 Method and device for generating page
CN112052182A (en) * 2020-09-27 2020-12-08 平安信托有限责任公司 Interface automation test method and device, computer equipment and storage medium
CN115033233A (en) * 2022-06-16 2022-09-09 北京京东振世信息技术有限公司 Interface calling method and device, electronic equipment and storage medium

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
MINGYUAN ZHAO; MINGTIAN ZHOU; QINGXIN ZHU; PING YANG: ""Feature Extraction and Parameters Selection of Classification Model on Brain-Computer Interface"", 《IEEE》 *
曲蓉霞等: "基于MATRIXx的冷连轧仿真模型库系统", 《东北大学学报(自然科学版)》 *
陈新林: "一种基于CICS中间件系统实现技术", 《深圳信息职业技术学院学报》 *
黄慧等: "基于AJAX的B/S电子表单填写模式研究", 《计算机工程与设计》 *

Also Published As

Publication number Publication date
CN115470770B (en) 2023-02-21

Similar Documents

Publication Publication Date Title
CN110704518B (en) Business data processing method and device based on Flink engine
CN103491135B (en) Device and method for conducting self-matching on data formats
CN106549917A (en) The method and apparatus of distinct interface protocol massages conversion processing
CN102833015B (en) Method for determining public software interface of satellite automatic testing system
CN113467771B (en) Model-based industrial edge cloud collaboration system and method
CN101615116B (en) Method, device and system for acquiring interface
CN111294241B (en) Configurable Internet of things equipment access method
CN113743732A (en) Intelligent quality detection method, system, computer and readable storage medium
CN115470770B (en) Electronic form template filling method and system
CN111506641B (en) Data management method, data acquisition platform, data management system and storage medium
CN115643149A (en) Equipment management method and system
CN109104322B (en) Method, device, readable storage medium and system for solving FL-NET communication fault
CN113792033A (en) Spark-based data quality checking method and device, storage medium and terminal
CN105530288A (en) Data interaction method
CN111427783A (en) RTE interface testing method, device, equipment and storage medium
CN111401020A (en) Interface loading method and system and computing equipment
CN113704369B (en) System and method for adapting to IOT equipment
CN104422506A (en) Highly intelligent electronic balance and analysis method
CN111368512B (en) Service data conversion method, device, equipment and storage medium
CN108769197A (en) Automatic clinical chemistry analyzer information collecting method and system
CN106656639B (en) Method and system for communicating with equipment
CN117093379A (en) Automatic acquisition, conversion and model association system and method for building engineering messages
CN114513537A (en) Multi-tenant-based industrial Internet of things system, application method, equipment and medium
CN117911036A (en) Fault processing method, device, equipment and medium for auxiliary customer service
CN118051432A (en) Software testing method, device, equipment and 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
GR01 Patent grant
GR01 Patent grant