CN112667278A - Hospital medical insurance interface configuration method and system - Google Patents

Hospital medical insurance interface configuration method and system Download PDF

Info

Publication number
CN112667278A
CN112667278A CN202011562363.6A CN202011562363A CN112667278A CN 112667278 A CN112667278 A CN 112667278A CN 202011562363 A CN202011562363 A CN 202011562363A CN 112667278 A CN112667278 A CN 112667278A
Authority
CN
China
Prior art keywords
interface
medical insurance
manufacturer
data
interface configuration
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
CN202011562363.6A
Other languages
Chinese (zh)
Other versions
CN112667278B (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.)
Shandong Msunhealth Technology Group Co Ltd
Original Assignee
Shandong Msunhealth Technology Group 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 Shandong Msunhealth Technology Group Co Ltd filed Critical Shandong Msunhealth Technology Group Co Ltd
Priority to CN202011562363.6A priority Critical patent/CN112667278B/en
Publication of CN112667278A publication Critical patent/CN112667278A/en
Application granted granted Critical
Publication of CN112667278B publication Critical patent/CN112667278B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Medical Treatment And Welfare Office Work (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

The invention provides a hospital medical insurance interface configuration method and a system, which are characterized in that interface document data of a current medical insurance manufacturer to be connected are acquired, and a preset interface configuration platform is used for carrying out real-time configuration on a hospital medical insurance interface according to the acquired interface document data of the medical insurance manufacturer; the construction of the interface platform comprises the following steps: acquiring medical insurance interface historical data of each medical insurance manufacturer, and extracting the access parameters of the interface docking service flow and the interface function of each medical insurance manufacturer; integrating reusable functions through an abstraction method according to the extracted data to obtain a general function module of an interface development framework, constructing an interface configuration background framework according to the obtained general function module, and combining a preset front-end framework to obtain an interface configuration platform; according to the method and the device, the quick interface configuration of different medical insurance manufacturers can be realized according to the preset interface configuration platform, the development period of the medical insurance interface is shortened, the development efficiency of the medical insurance interface is improved, and the customer satisfaction is greatly improved.

Description

Hospital medical insurance interface configuration method and system
Technical Field
The disclosure relates to the technical field of interface configuration, in particular to a hospital medical insurance interface configuration method and system.
Background
The statements in this section merely provide background information related to the present disclosure and may not necessarily constitute prior art.
With the steady promotion of the national medical insurance reform work, the medical insurance policy is continuously improved, so that the docking work of each fixed-point medical institution with the medical insurance center is continuously improved along with the adjustment of the policy, and the docking work of the interfaces with each medical insurance manufacturer is continuously carried out.
The inventor finds that, in the interface docking process, not only how to dock the interface with a medical insurance manufacturer but also how to store data in a HIS (Hospital Information System) need to be considered, and a large amount of coding work is needed, so that the docking period of the interface is long, the efficiency is not high, and the satisfaction degree of a client on our work is also influenced.
Disclosure of Invention
In order to solve the defects of the prior art, the method and the system for configuring the hospital medical insurance interface can realize the rapid interface configuration of different medical insurance manufacturers according to a preset interface configuration platform, shorten the development period of the medical insurance interface, improve the development efficiency of the medical insurance interface and greatly improve the customer satisfaction.
In order to achieve the purpose, the following technical scheme is adopted in the disclosure:
the first aspect of the disclosure provides a hospital medical insurance interface configuration method.
A hospital medical insurance interface configuration method comprises the following steps:
acquiring interface document data of a current medical insurance manufacturer to be connected;
according to the obtained interface document data of the medical insurance manufacturer, a preset interface configuration platform is used for carrying out real-time configuration on the hospital medical insurance interface;
wherein, the construction of the interface platform comprises:
acquiring medical insurance interface historical data of each medical insurance manufacturer, and extracting the access parameters of the interface docking service flow and the interface function of each medical insurance manufacturer;
and integrating the reusable functions through an abstract method according to the extracted data to obtain a general function module of the interface development framework, constructing an interface configuration background framework according to the obtained general function module, and combining a preset front-end framework to obtain an interface configuration platform.
As some possible implementation manners, the workflow mode is utilized to convert the business processes and parameters with the change times larger than the preset threshold value in the medical insurance interface data into a configurable state.
As possible realization modes, obtaining key links according to the interactive flow of each hospital information system and the medical insurance center;
processing the obtained key links to obtain a reusable function;
and integrating the reusable functions through an abstract method to serve as the general functions of the interface development framework.
As some possible implementation modes, a workflow mode is utilized to extract a business process as a part which can be customized in the interface docking process;
different business processes are formulated according to different medical insurance manufacturers, and a required process module is dragged into an editor;
and combining the modules in series according to the medical insurance document.
As some possible implementation manners, the reusable functions are integrated to obtain a table structure, a field type and a common entity type in the interface docking process, and a background architecture is built by adopting a three-layer architecture, which comprises a service processing layer, a data processing layer and a data model layer.
As possible implementation manners, adding a foreground interaction page by using the VUE front-end framework, confirming the contained components, adding the components, configuring a corresponding route after the components are added, and loading the corresponding components according to the route when the platform runs;
adding corresponding service to realize interaction with background data, wherein all operations are asynchronous;
adding foreground pages, dividing the foreground pages into different layers according to functions, and taking the layers as specific implementation of a functional module;
and uniformly classifying and sorting the common data in the interface development process, forming different configuration pages according to categories, and uniformly configuring and managing.
As some possible implementation manners, a process debugger is constructed, and comprises a process selection area and a debugging result area;
and selecting a preset flow in the flow selection area for debugging, setting a parameter input value, a parameter output value and a parameter error prompt of debugging data aiming at the debugging result area of the flow debugger, and identifying the result value with a specific color if an error occurs during running.
A second aspect of the present disclosure provides a hospital medical insurance interface configuration system.
A hospital medical insurance interface configuration system, comprising:
a data acquisition module configured to: acquiring interface document data of a current medical insurance manufacturer to be connected;
an interface configuration module configured to: according to the obtained interface document data of the medical insurance manufacturer, a preset interface configuration platform is used for carrying out real-time configuration on the hospital medical insurance interface;
wherein, the construction of the interface platform comprises:
acquiring medical insurance interface historical data of each medical insurance manufacturer, and extracting the access parameters of the interface docking service flow and the interface function of each medical insurance manufacturer;
and integrating the reusable functions through an abstract method according to the extracted data to obtain a general function module of the interface development framework, constructing an interface configuration background framework according to the obtained general function module, and combining a preset front-end framework to obtain an interface configuration platform.
A third aspect of the present disclosure provides a computer readable storage medium having stored thereon a program which, when executed by a processor, performs the steps in the hospital medical insurance interface configuration method according to the first aspect of the present disclosure.
A fourth aspect of the present disclosure provides an electronic device, including a memory, a processor, and a program stored in the memory and executable on the processor, where the processor implements the steps in the configuration method of hospital medical insurance interface according to the first aspect of the present disclosure when executing the program.
Compared with the prior art, the beneficial effect of this disclosure is:
1. NET Core, VUE, workflow engine, IPC and other technologies are utilized to creatively provide a medical insurance interface configuration platform capable of reducing a large amount of code compiling work, the platform comprises the development of an embedded medical insurance interface and the development of a non-embedded medical insurance interface, front-end and back-end separation is realized, developers only pay attention to the realization of front-end service logic and do not need to pay attention to the storage of back-end data too much, unnecessary code compiling work of the developers can be reduced, the development period of the medical insurance interface is shortened, the development efficiency is improved, and the customer satisfaction is greatly improved.
2. According to the hospital medical insurance interface configuration method, the system, the medium or the electronic equipment, automatic medical insurance interface configuration can be realized according to medical insurance interface document data by combining the preset configuration platform and the design codes, and medical insurance interface configuration efficiency is greatly improved.
Advantages of additional aspects of the disclosure 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 disclosure.
Drawings
The accompanying drawings, which are included to provide a further understanding of the disclosure, illustrate embodiments of the disclosure and together with the description serve to explain the disclosure and are not to limit the disclosure.
Fig. 1 is a schematic flow chart of a hospital medical insurance interface configuration method provided in embodiment 1 of the present disclosure.
Fig. 2 is a schematic view of an interaction flow between the HIS of each hospital and the medical insurance center provided in embodiment 1 of the present disclosure.
Fig. 3 is a schematic diagram of an outpatient service registration process provided in embodiment 1 of the present disclosure.
Detailed Description
The present disclosure is further described with reference to the following drawings and examples.
It should be noted that the following detailed description is exemplary and is intended to provide further explanation of the disclosure. 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 disclosure belongs.
It is noted that the terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of example embodiments according to the present disclosure. As used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, and it should be understood that when the terms "comprises" and/or "comprising" are used in this specification, they specify the presence of stated features, steps, operations, devices, components, and/or combinations thereof, unless the context clearly indicates otherwise.
The embodiments and features of the embodiments in the present disclosure may be combined with each other without conflict.
Example 1:
as shown in fig. 1, an embodiment 1 of the present disclosure provides a hospital medical insurance interface configuration method, including the following steps:
acquiring interface document data of a current medical insurance manufacturer to be connected;
according to the obtained interface document data of the medical insurance manufacturer, a preset interface configuration platform is used for carrying out real-time configuration on the hospital medical insurance interface;
wherein, the construction of the interface platform comprises:
acquiring medical insurance interface historical data of each medical insurance manufacturer, and extracting the access parameters of the interface docking service flow and the interface function of each medical insurance manufacturer;
and integrating the reusable functions through an abstract method according to the extracted data to obtain a general function module of the interface development framework, constructing an interface configuration background framework according to the obtained general function module, and combining a preset front-end framework to obtain an interface configuration platform.
Specifically, the interface platform is constructed as follows:
s1: according to the interaction process (shown in figure 2) of each hospital HIS and the medical insurance center, the key nodes are combed, the interface documents of each medical insurance manufacturer are combed, the general method is abstracted to form a general function module of a frame, and the frequently changed business process and parameters in the medical insurance interface are converted into configurable business process and parameters by using a workflow mode.
S2: and establishing a background architecture according to the general function module abstracted in the S1, wherein the background architecture comprises data storage, service processing and field attribute matching.
S3: the design of a front-end architecture is realized by using the VUE, the front-end architecture comprises a route, and corresponding components are loaded according to the route; the service layer service is responsible for data interaction with the background; displaying layer view as a specific implementation of the page function module; and configuring, and uniformly arranging the public data.
S4: and constructing a flow debugger for testing work after the flow configuration of the embedded interface.
S5: and a non-embedded interface program is developed and integrated into the interface configuration platform, so that a hospital can select an in-hospital interface docking scheme.
The specific implementation steps of S1 are as follows:
s1.1: by analyzing the interactive flow of HIS and the medical insurance center of each hospital, the key link is the butt joint between HIS and medical insurance manufacturers
S1.2: the key links found in the step S1.1 are combed, and the difficulty, the problem and the reusable function existing in the interface butt joint process are analyzed, wherein the difficulty is that the business processes set by manufacturers are different, and the in-out parameters of each interface function are different
S1.3: the reusable functions analyzed in the S1.2 are integrated through an abstract method and then serve as the general functions of an interface development framework, the third party in the third party medical insurance interface document is interactively realized, and the following method is realized through general processing:
1) initializing, setting global parameters of analytic classes and general processing of the parameters;
2) the following constraints are provided for data sets of similar cost details:
3) data set start → detail process start → line start process → line end process → detail process complete → data set end;
4) configuring the realized third party interaction and analysis class into the database
S1.4: by using a workflow mode, the business process described in S1.2 is extracted as a part that can be customized in an interface docking process, different business processes are made according to different manufacturers, a required process module is dragged to an editor, then the modules are combined in series according to a medical insurance document, if a branch situation exists, conditions can be set in the editor for skipping, such as outpatient service registration, and the following workflow can be drawn, as shown in fig. 3.
S1.5: the business process modules involved in the workflow in the step S1.4 are controlled to access parameters, and the business process modules are designed to be configurable and customized to access parameters and parameter names, parameter values and related descriptions of the parameters
The specific implementation steps of S2 are as follows:
s2.1: and integrating the reusable functions analyzed according to the S1.3, and designing related table structures and field types, such as an ITEM CODE corresponding table of the HIS and the medical insurance CENTER, wherein the related table structures and the field types comprise fields of HIS _ CODE, HIS _ ITEM, HIS _ SPEC, CENTER _ CODE, CENTER _ ITEM, CENTER _ SPEC and the like, and some entity types commonly used in the interface docking process, such as basic information of patients, detailed expense and the like.
S2.2: and (3) building a background framework by adopting a three-layer framework according to the design in the S2.1, wherein the background framework comprises a business processing layer BLL, a data processing layer DAL and a data MODEL layer MODEL.
The specific implementation steps of S3 are as follows:
s3.1: the method comprises the steps of designing a foreground interactive page by using a VUE front-end framework, confirming contained components, developing the components, configuring corresponding routes after the components are completed, loading the corresponding components according to the routes when a platform runs, only rendering a homepage component, and delaying the loading of other route components.
S3.2: and developing corresponding service to realize interaction with background data, wherein all operations are set to be asynchronous and do not block foreground processes.
S3.3: the design and development of foreground pages are carried out, different levels are divided according to functions and are used as specific implementation of a function module, the dominant hue of the foreground pages is gray blue as a main part, the left side of an interface is used as a navigation menu bar, the upper right side of the interface is used as an information display area of an open menu, and the right side of the navigation menu is used as a main function display area of a corresponding menu.
S3.4: the method is characterized in that common data in the interface development process are classified and sorted uniformly, different configuration pages are formed according to categories, and unified configuration management is performed, such as maintenance of medical insurance interface manufacturers, information configuration of medical institutions, detailed configuration of uploading expenses and the like.
The specific implementation steps of S4 are as follows:
s4.1: and constructing a process debugger, wherein the process debugger mainly comprises a process selection area and a debugging result area.
S4.2: the flow designed in the step (104) of selecting the area on the left is debugged, and the debugger design displays the step to be run, so that the user can more clearly debug the flow.
S4.3: and setting an input parameter value, an output parameter value and a parameter error prompt of the debugging data aiming at the debugging result area of the flow debugger, and identifying the result value in red if an error occurs during the operation.
The specific implementation steps of S5 are as follows: and a non-embedded interface program is developed and integrated into the interface configuration platform, so that a hospital can select an in-hospital interface docking scheme.
S5.1: developing an outpatient reimbursement process according to a non-embedded scheme;
s5.2: developing a hospitalization reimbursement process according to a non-embedded scheme;
s5.3: and designing corresponding statement printing functions for S5.1 and S5.2.
Example 2:
the embodiment 1 of the present disclosure provides a hospital medical insurance interface configuration system, including:
a data acquisition module configured to: acquiring interface document data of a current medical insurance manufacturer to be connected;
an interface configuration module configured to: according to the obtained interface document data of the medical insurance manufacturer, a preset interface configuration platform is used for carrying out real-time configuration on the hospital medical insurance interface;
wherein, the construction of the interface platform comprises:
acquiring medical insurance interface historical data of each medical insurance manufacturer, and extracting the access parameters of the interface docking service flow and the interface function of each medical insurance manufacturer;
and integrating the reusable functions through an abstract method according to the extracted data to obtain a general function module of the interface development framework, constructing an interface configuration background framework according to the obtained general function module, and combining a preset front-end framework to obtain an interface configuration platform.
The working method of the system is the same as the configuration method of the hospital medical insurance interface provided in embodiment 1, and details are not repeated here.
Example 3:
the embodiment 3 of the present disclosure provides a computer-readable storage medium, on which a program is stored, and when the program is executed by a processor, the method for configuring a hospital medical insurance interface according to embodiment 1 of the present disclosure includes:
acquiring interface document data of a current medical insurance manufacturer to be connected;
according to the obtained interface document data of the medical insurance manufacturer, a preset interface configuration platform is used for carrying out real-time configuration on the hospital medical insurance interface;
wherein, the construction of the interface platform comprises:
acquiring medical insurance interface historical data of each medical insurance manufacturer, and extracting the access parameters of the interface docking service flow and the interface function of each medical insurance manufacturer;
and integrating the reusable functions through an abstract method according to the extracted data to obtain a general function module of the interface development framework, constructing an interface configuration background framework according to the obtained general function module, and combining a preset front-end framework to obtain an interface configuration platform.
The detailed steps are the same as the configuration method of the hospital medical insurance interface provided in embodiment 1, and are not described again here.
Example 4:
the embodiment 4 of the present disclosure provides an electronic device, which includes a memory, a processor, and a program stored in the memory and capable of running on the processor, where the processor implements the steps in the configuration method of the hospital medical insurance interface according to the embodiment 1 of the present disclosure when executing the program, and the steps are:
acquiring interface document data of a current medical insurance manufacturer to be connected;
according to the obtained interface document data of the medical insurance manufacturer, a preset interface configuration platform is used for carrying out real-time configuration on the hospital medical insurance interface;
wherein, the construction of the interface platform comprises:
acquiring medical insurance interface historical data of each medical insurance manufacturer, and extracting the access parameters of the interface docking service flow and the interface function of each medical insurance manufacturer;
and integrating the reusable functions through an abstract method according to the extracted data to obtain a general function module of the interface development framework, constructing an interface configuration background framework according to the obtained general function module, and combining a preset front-end framework to obtain an interface configuration platform.
The detailed steps are the same as the configuration method of the hospital medical insurance interface provided in embodiment 1, and are not described again here.
As will be appreciated by one skilled in the art, embodiments of the present disclosure may be provided as a method, system, or computer program product. Accordingly, the present disclosure may take the form of a hardware embodiment, a software embodiment, or an embodiment combining software and hardware aspects. Furthermore, the present disclosure may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, optical storage, and the like) having computer-usable program code embodied therein.
The present disclosure is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the disclosure. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like.
The above description is only a preferred embodiment of the present disclosure and is not intended to limit the present disclosure, and various modifications and changes may be made to the present disclosure by those skilled in the art. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present disclosure should be included in the protection scope of the present disclosure.

Claims (10)

1. A hospital medical insurance interface configuration method is characterized by comprising the following steps: the method comprises the following steps:
acquiring interface document data of a current medical insurance manufacturer to be connected;
according to the obtained interface document data of the medical insurance manufacturer, a preset interface configuration platform is used for carrying out real-time configuration on the hospital medical insurance interface;
wherein, the construction of the interface platform comprises:
acquiring medical insurance interface historical data of each medical insurance manufacturer, and extracting the access parameters of the interface docking service flow and the interface function of each medical insurance manufacturer;
and integrating the reusable functions through an abstract method according to the extracted data to obtain a general function module of the interface development framework, constructing an interface configuration background framework according to the obtained general function module, and combining a preset front-end framework to obtain an interface configuration platform.
2. The hospital medical insurance interface configuration method of claim 1, wherein:
and converting the service process and the parameters with the change times larger than a preset threshold value in the medical insurance interface data into a configurable state by using a workflow mode.
3. The hospital medical insurance interface configuration method of claim 1, wherein:
obtaining a key link according to the interactive flow of each hospital information system and the medical insurance center;
processing the obtained key links to obtain a reusable function;
and integrating the reusable functions through an abstract method to serve as the general functions of the interface development framework.
4. The hospital medical insurance interface configuration method of claim 1, wherein:
extracting a business process by using a workflow mode as a part which can be customized in an interface docking process;
different business processes are formulated according to different medical insurance manufacturers, and a required process module is dragged into an editor;
and combining the modules in series according to the medical insurance document.
5. The hospital medical insurance interface configuration method of claim 1, wherein:
and integrating the reusable functions to obtain a table structure, a field type and a commonly used entity class in the interface docking process, and constructing a background framework by adopting a three-layer framework, wherein the three-layer framework comprises a service processing layer, a data processing layer and a data model layer.
6. The hospital medical insurance interface configuration method of claim 1, wherein:
adding a foreground interaction page by using the VUE front-end framework, confirming the contained components, adding the components, configuring a corresponding route after the components are added, and loading the corresponding components according to the route when the platform runs;
adding corresponding service to realize interaction with background data, wherein all operations are asynchronous;
adding foreground pages, dividing the foreground pages into different layers according to functions, and taking the layers as specific implementation of a functional module;
and uniformly classifying and sorting the common data in the interface development process, forming different configuration pages according to categories, and uniformly configuring and managing.
7. The hospital medical insurance interface configuration method of claim 1, wherein:
constructing a process debugger which comprises a process selection area and a debugging result area;
and selecting a preset flow in the flow selection area for debugging, setting a parameter input value, a parameter output value and a parameter error prompt of debugging data aiming at the debugging result area of the flow debugger, and identifying the result value with a specific color if an error occurs during running.
8. A hospital medical insurance interface configuration system is characterized in that: the method comprises the following steps:
a data acquisition module configured to: acquiring interface document data of a current medical insurance manufacturer to be connected;
an interface configuration module configured to: according to the obtained interface document data of the medical insurance manufacturer, a preset interface configuration platform is used for carrying out real-time configuration on the hospital medical insurance interface;
wherein, the construction of the interface platform comprises:
acquiring medical insurance interface historical data of each medical insurance manufacturer, and extracting the access parameters of the interface docking service flow and the interface function of each medical insurance manufacturer;
and integrating the reusable functions through an abstract method according to the extracted data to obtain a general function module of the interface development framework, constructing an interface configuration background framework according to the obtained general function module, and combining a preset front-end framework to obtain an interface configuration platform.
9. A computer readable storage medium having a program stored thereon, wherein the program, when executed by a processor, performs the steps in the hospital medical insurance interface configuration method according to any one of claims 1 to 7.
10. An electronic device comprising a memory, a processor and a program stored on the memory and executable on the processor, wherein the processor when executing the program performs the steps in the hospital medical insurance interface configuration method of any one of claims 1 to 7.
CN202011562363.6A 2020-12-25 2020-12-25 Hospital medical insurance interface configuration method and system Active CN112667278B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011562363.6A CN112667278B (en) 2020-12-25 2020-12-25 Hospital medical insurance interface configuration method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011562363.6A CN112667278B (en) 2020-12-25 2020-12-25 Hospital medical insurance interface configuration method and system

Publications (2)

Publication Number Publication Date
CN112667278A true CN112667278A (en) 2021-04-16
CN112667278B CN112667278B (en) 2024-01-12

Family

ID=75409065

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011562363.6A Active CN112667278B (en) 2020-12-25 2020-12-25 Hospital medical insurance interface configuration method and system

Country Status (1)

Country Link
CN (1) CN112667278B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113485693A (en) * 2021-06-21 2021-10-08 上海百秋电子商务有限公司 Interface configuration method, device, equipment and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040153338A1 (en) * 2002-05-08 2004-08-05 Back Kim Medical information system
CN106406911A (en) * 2016-10-26 2017-02-15 国云科技股份有限公司 Method for modularizing functions of computer software system
CN109324787A (en) * 2017-08-18 2019-02-12 深圳怡化电脑股份有限公司 A kind of business software development approach, device and terminal device
US20200133742A1 (en) * 2018-10-26 2020-04-30 Salesforce.Com, Inc. Data model api for live applications in a cloud collaboration platform
CN111309307A (en) * 2020-02-25 2020-06-19 深圳联友科技有限公司 Method and device for integrating VUE page and workflow system
CN111553150A (en) * 2020-04-02 2020-08-18 深圳壹账通智能科技有限公司 Method, system, device and storage medium for analyzing and configuring automatic API (application program interface) document

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040153338A1 (en) * 2002-05-08 2004-08-05 Back Kim Medical information system
CN106406911A (en) * 2016-10-26 2017-02-15 国云科技股份有限公司 Method for modularizing functions of computer software system
CN109324787A (en) * 2017-08-18 2019-02-12 深圳怡化电脑股份有限公司 A kind of business software development approach, device and terminal device
US20200133742A1 (en) * 2018-10-26 2020-04-30 Salesforce.Com, Inc. Data model api for live applications in a cloud collaboration platform
CN111309307A (en) * 2020-02-25 2020-06-19 深圳联友科技有限公司 Method and device for integrating VUE page and workflow system
CN111553150A (en) * 2020-04-02 2020-08-18 深圳壹账通智能科技有限公司 Method, system, device and storage medium for analyzing and configuring automatic API (application program interface) document

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113485693A (en) * 2021-06-21 2021-10-08 上海百秋电子商务有限公司 Interface configuration method, device, equipment and storage medium
CN113485693B (en) * 2021-06-21 2023-06-16 上海百秋新网商数字科技有限公司 Interface configuration method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN112667278B (en) 2024-01-12

Similar Documents

Publication Publication Date Title
CN110764753B (en) Business logic code generation method, device, equipment and storage medium
Schaefer Variability Modelling for Model-Driven Development of Software Product Lines.
Jörges et al. A constraint-based variability modeling framework
US20060129418A1 (en) Method and apparatus for analyzing functionality and test paths of product line using a priority graph
US20030115025A1 (en) Method and apparatus for wrapping existing procedure oriented program into component based system
US8145992B2 (en) Validation assisted document conversion design
CN109522005A (en) Cross-platform GRAPHICAL PROGRAMMING method
Roos-Frantz et al. FaMa-OVM: a tool for the automated analysis of OVMs
Pinzger et al. Architecture recovery for product families
CN112667278A (en) Hospital medical insurance interface configuration method and system
CN110019207B (en) Data processing method and device and script display method and device
Becker et al. Modeling and checking business process compliance rules in the financial sector
Tran et al. Broadening the Use of Process Patterns for Modeling Processes.
Dengler et al. Wiki-based maturing of process descriptions
Lian et al. Simulation-based analysis of UML statechart diagrams: methods and case studies
Fraternali et al. Multi-level tests for model driven web applications
Czwalina et al. Processes in a Digital Environment
CN110928535A (en) Derivative variable deployment method, device, equipment and readable storage medium
Caracaş Modeling, compiling, and efficiently executing business processes on resource-constrained wireless sensor networks
KR20130058348A (en) Asset based requirements simulator and requirements management method thereof
Stepankova et al. Preprocessing for data mining and decision support
Ignaim EvoSPL: An evolutionary approach for adopting software product lines in the automotive industry
Nalepa et al. Integrating business process models with rules
de Queiroz Ribeiro et al. Tool support to aligning requirements and testing through behaviour-driven requirements patterns
Schrijvers et al. Improving prolog programs: Refactoring for prolog

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
CB02 Change of applicant information

Address after: No. 1237 Yingxiu Road, High tech Zone, Jinan City, Shandong Province, 250101

Applicant after: Zhongyang Health Technology Group Co.,Ltd.

Address before: 12 / F, building 1, Aosheng building, 1166 Xinluo street, hi tech Zone, Jinan City, Shandong Province

Applicant before: SHANDONG MSUNHEALTH TECHNOLOGY GROUP Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant