CN111863162A - Adverse event reporting method capable of self-defining programming control - Google Patents

Adverse event reporting method capable of self-defining programming control Download PDF

Info

Publication number
CN111863162A
CN111863162A CN202010774208.4A CN202010774208A CN111863162A CN 111863162 A CN111863162 A CN 111863162A CN 202010774208 A CN202010774208 A CN 202010774208A CN 111863162 A CN111863162 A CN 111863162A
Authority
CN
China
Prior art keywords
flow
page
user
node
reporting
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010774208.4A
Other languages
Chinese (zh)
Inventor
梁冬亮
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sichuan Huhui Software Co ltd
Original Assignee
Sichuan Huhui Software Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sichuan Huhui Software Co ltd filed Critical Sichuan Huhui Software Co ltd
Priority to CN202010774208.4A priority Critical patent/CN111863162A/en
Publication of CN111863162A publication Critical patent/CN111863162A/en
Pending legal-status Critical Current

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
    • G16H10/00ICT specially adapted for the handling or processing of patient-related medical or healthcare data
    • G16H10/20ICT specially adapted for the handling or processing of patient-related medical or healthcare data for electronic clinical trials or questionnaires
    • 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
    • G16H15/00ICT specially adapted for medical reports, e.g. generation or transmission thereof
    • 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

Landscapes

  • Health & Medical Sciences (AREA)
  • Engineering & Computer Science (AREA)
  • Epidemiology (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Primary Health Care (AREA)
  • Public Health (AREA)
  • Business, Economics & Management (AREA)
  • General Business, Economics & Management (AREA)
  • Biomedical Technology (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a method for reporting adverse events capable of self-defining and controlling, which is applied to terminal equipment and comprises the following steps: when the application program is started, a user-defined flow configuration interface related to the application program is started, wherein the user-defined flow configuration interface comprises a front-end page of an object block module corresponding to the reporting flow. In the invention, through setting the self-defined flow configuration interface, a software user can self-define the nodes of different reporting flows through the node adding module and the node attribute setting module, so that the user can self-configure the adverse event reporting flow through the function provided by the software, and when the user uses the adverse event reporting system, the user can jump to the correct flow step according to the set corresponding reporting flow, and the code modification of a program is not needed any more, thereby improving the use convenience of the medical adverse event reporting method.

Description

Adverse event reporting method capable of self-defining programming control
Technical Field
The invention relates to the technical field of medical software, in particular to a user-defined programmable adverse event reporting method.
Background
Medical software, namely a Hospital Information management System (HIS for short), is an edge science integrating multiple disciplines of medicine, Information, management, computers and the like, is widely applied in developed countries, and creates good social and economic benefits. The medical software is a necessary technical support and infrastructure for modern hospital operation, and the purpose of realizing the medical software is to strengthen the management of the hospital by means of more modernization, scientification and standardization, improve the working efficiency of the hospital and improve the medical quality, so that a new image of the modern hospital is established, which is a necessary direction for the development of the hospital in the future.
The existing medical adverse event reporting method still has the defects that the existing adverse event reporting software adopts a fixed format, and can not freely switch different adverse event reporting processes of different hospitals, so that codes need to be rewritten when the software is matched with the different adverse event reporting processes, the coding workload is increased, the working efficiency is reduced, and the convenience in use of the medical adverse event reporting method is reduced.
Disclosure of Invention
The present invention is directed to solve the above problems, and an adverse event reporting method capable of performing customized control is provided.
In order to achieve the purpose, the invention adopts the following technical scheme:
a reporting method of adverse events capable of being customized and controlled is applied to terminal equipment, and comprises the following steps:
when an application program is started, a user-defined flow configuration interface related to the application program is started, wherein the user-defined flow configuration interface comprises a front-end page of an object block module corresponding to a reporting flow;
when the object block module receives an access instruction, jumping the user-defined configuration interface to a page of a target jump address corresponding to the corresponding block module;
adding a step node for the flow as a base point for marking the progress of the current flow;
setting attributes for the step nodes, completing the configuration of the current flow and storing;
and the user enters a correct flow step according to the reporting flow correspondingly configured in the object block module.
As a further description of the above technical solution:
the object block module comprises:
and page request: the user can input information in the input field;
and (3) information verification: when the page content relates to the calling of an object block of a preset type API, generating verification information of the page content;
page access: the verification information is accessed to the interface parameters of the calling function of the API of the corresponding type after passing;
page skipping: and generating a page of the corresponding object block.
As a further description of the above technical solution:
the step node attributes comprise:
and (3) node name: setting a unique identifier of a current node;
URL address: setting a reporting interface address of the current adverse event process application;
and (4) operation authority: when the flow is set at the current node, the user has the operation authority;
and (4) browsing permission: when the flow is set at the current node, the user has the browsing authority;
hiding elements: when the flow is set at the current node, reporting a control which needs to be hidden on a page;
forbidden elements: when the flow is set at the current node, reporting the control which needs to be forbidden on the page;
script when loading is completed: when the stream is set at the current node, opening a JS script which needs to be operated on the reported page;
operating the buttons: and setting operation buttons which can be displayed on a report page under the current node, and setting button attributes.
As a further description of the above technical solution:
the object block module comprises at least one group of blocks corresponding to the reporting process, and the at least one group of blocks comprise a node adding module and a node attribute setting module.
As a further description of the above technical solution:
the verification information comprises first verification information disclosed by the page content and second verification information contained in interface parameters of calling functions corresponding to the preset type API in the page content, and when the first verification information is consistent with the second verification information, the calling functions corresponding to the preset type API are allowed to be executed.
As a further description of the above technical solution:
the button attributes include:
button name: setting a name of a button displayed on an interface;
the next node name: clicking the name of the next node to be jumped by the current button;
and (3) excluding: clicking the data to be excluded when the current button is saved;
additional fields: clicking the additional field which is newly added to the data stored by the current button;
whether or not to enable notification: whether to send a notification when the current button is clicked;
and (3) notifying a template: notifying the displayed content;
and informing the user: the object of the current notification transmission;
whether it is clear to notify: whether it is clear that the last node sent the notification.
In summary, due to the adoption of the technical scheme, the invention has the beneficial effects that:
1. in the invention, through setting the self-defined flow configuration interface, a software user can self-define the nodes of different reporting flows through the node adding module and the node attribute setting module to form a plurality of corresponding object block modules, so that the user can self-configure the adverse event reporting flow through the function provided by the software, and when the user uses the adverse event reporting system, the user can jump to the correct flow step according to the set corresponding reporting flow, and the program does not need to be modified, thereby improving the use convenience of the medical adverse event reporting method.
2. In the invention, the front-end interface matched with the multiple groups of object block modules is arranged on the self-defined process configuration interface, when a user switches different processes, only a page request needs to be input on the front-end interface, the system can search and match according to the request information and generate information verification, and the information verification passes and then is accessed into corresponding interface parameters to generate a corresponding process control page, so that the self-defined control of the process control page is realized, the condition that a plurality of pages are required to be adapted for reporting the page style is avoided, and the use effect of the medical adverse event reporting method is improved.
Drawings
FIG. 1 is a system architecture diagram of the present invention;
FIG. 2 is a flow chart of the system operation of the present invention;
FIG. 3 is a flowchart of the operation of the control page of the present invention;
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The first embodiment is as follows:
referring to fig. 1-3, a method for reporting adverse events capable of being customized and controlled is applied to a terminal device, and the method includes:
when the application program is started, a user-defined flow configuration interface related to the application program is started, the user-defined flow configuration interface comprises a front-end page of an object block module corresponding to the reporting flow, the object block module comprises at least one group of blocks corresponding to the reporting flow, and at least one group of blocks comprise a node adding module and a node attribute setting module;
when the object block module receives an access instruction, the user-defined equipped interface is converted into a page of a target jump address corresponding to the corresponding block module;
adding a step node for the flow as a base point for marking the progress of the current flow;
setting attributes for the step nodes to complete the configuration of the current process, wherein the step node attributes comprise:
and (3) node name: setting a unique identifier of a current node;
URL address: setting a reporting interface address of the current adverse event process application;
and (4) operation authority: when the flow is set at the current node, the user has the operation authority;
and (4) browsing permission: when the flow is set at the current node, the user has the browsing authority;
hiding elements: when the flow is set at the current node, reporting a control which needs to be hidden on a page;
forbidden elements: when the flow is set at the current node, reporting the control which needs to be forbidden on the page;
script when loading is completed: when the stream is set at the current node, opening a JS script which needs to be operated on the reported page;
operating the buttons: setting operation buttons which can be displayed on a reported page under the current node, setting button attributes and storing the button attributes;
and the user enters a correct flow step according to the reporting flow correspondingly configured in the object block module.
The button attributes include:
button name: setting a name of a button displayed on an interface;
the next node name: clicking the name of the next node to be jumped by the current button;
and (3) excluding: clicking the data to be excluded when the current button is saved;
additional fields: clicking the additional field which is newly added to the data stored by the current button;
whether or not to enable notification: whether to send a notification when the current button is clicked;
and (3) notifying a template: notifying the displayed content;
and informing the user: the object of the current notification transmission;
whether it is clear to notify: whether it is clear that the last node sent the notification.
By setting the self-defined process configuration interface, a software user can self-define the nodes of different reporting processes through the node adding module and the node attribute setting module to form a plurality of corresponding object block modules, so that the user can self-configure the adverse event reporting process through the function provided by the software, and when the user uses the adverse event reporting system, the user can jump to a correct process step according to the set corresponding reporting process, and the program does not need to be modified in codes any more, thereby improving the convenience of the use of the medical adverse event reporting method.
Different from the first embodiment
Example two:
referring to fig. 1 and 3, the object block module includes:
and page request: the user can input information in the input field;
and (3) information verification: when the page content relates to the calling of an object block of a preset type API, generating verification information of the page content, wherein the verification information comprises first verification information disclosed by the page content and second verification information contained in an interface parameter of a calling function corresponding to the preset type API in the page content, and when the first verification information is consistent with the second verification information, allowing the calling function corresponding to the preset type API to be executed;
page access: the verification information is accessed to the interface parameters of the calling function of the API of the corresponding type after passing;
page skipping: and generating a page of the corresponding object block.
The front-end interface matched with the multiple groups of object block modules is arranged on the user-defined process configuration interface, when a user switches different processes, only a page request needs to be input on the front-end interface, the system can search and match according to request information and generate information verification, the system can access corresponding interface parameters after the information verification is passed, and then a corresponding process control page is generated, so that the user-defined control of the process control page is realized, the condition that multiple pages are needed to adapt to the reported page style is avoided, and the using effect of the medical adverse event reporting method is improved.
The above description is only for the preferred embodiment of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art should be considered to be within the technical scope of the present invention, and the technical solutions and the inventive concepts thereof according to the present invention should be equivalent or changed within the scope of the present invention.

Claims (6)

1. A bad event reporting method capable of self-defining programming control is characterized in that the method is applied to terminal equipment, and the method comprises the following steps:
when an application program is started, a user-defined flow configuration interface related to the application program is started, wherein the user-defined flow configuration interface comprises a front-end page of an object block module corresponding to a reporting flow;
when the object block module receives an access instruction, jumping the user-defined configuration interface to a page of a target jump address corresponding to the corresponding block module;
adding a step node for the flow as a base point for marking the progress of the current flow;
setting attributes for the step nodes, completing the configuration of the current flow and storing;
and the user enters a correct flow step according to the reporting flow correspondingly configured in the object block module.
2. The method of claim 1, wherein the object block module comprises:
and page request: the user can input information in the input field;
and (3) information verification: when the page content relates to the calling of an object block of a preset type API, generating verification information of the page content;
page access: the verification information is accessed to the interface parameters of the calling function of the API of the corresponding type after passing;
page skipping: and generating a page of the corresponding object block.
3. The method as claimed in claim 1, wherein the step node attributes include:
and (3) node name: setting a unique identifier of a current node;
URL address: setting a reporting interface address of the current adverse event process application;
and (4) operation authority: when the flow is set at the current node, the user has the operation authority;
and (4) browsing permission: when the flow is set at the current node, the user has the browsing authority;
hiding elements: when the flow is set at the current node, reporting a control which needs to be hidden on a page;
forbidden elements: when the flow is set at the current node, reporting the control which needs to be forbidden on the page;
script when loading is completed: when the stream is set at the current node, opening a JS script which needs to be operated on the reported page;
operating the buttons: and setting operation buttons which can be displayed on a report page under the current node, and setting button attributes.
4. The method as claimed in claim 1, wherein the object block module includes at least one group of blocks corresponding to a reporting procedure, and at least one group of blocks includes a node adding module and a node attribute setting module.
5. The method as claimed in claim 2, wherein the check information includes first check information indicating the page content and second check information included in interface parameters of a calling function corresponding to a preset type API in the page content, and when the first check information is consistent with the second check information, the calling function corresponding to the preset type API is allowed to be executed.
6. The method of claim 3, wherein the button attributes include:
button name: setting a name of a button displayed on an interface;
the next node name: clicking the name of the next node to be jumped by the current button;
and (3) excluding: clicking the data to be excluded when the current button is saved;
additional fields: clicking the additional field which is newly added to the data stored by the current button;
whether or not to enable notification: whether to send a notification when the current button is clicked;
and (3) notifying a template: notifying the displayed content;
and informing the user: the object of the current notification transmission;
whether it is clear to notify: whether it is clear that the last node sent the notification.
CN202010774208.4A 2020-08-04 2020-08-04 Adverse event reporting method capable of self-defining programming control Pending CN111863162A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010774208.4A CN111863162A (en) 2020-08-04 2020-08-04 Adverse event reporting method capable of self-defining programming control

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010774208.4A CN111863162A (en) 2020-08-04 2020-08-04 Adverse event reporting method capable of self-defining programming control

Publications (1)

Publication Number Publication Date
CN111863162A true CN111863162A (en) 2020-10-30

Family

ID=72953216

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010774208.4A Pending CN111863162A (en) 2020-08-04 2020-08-04 Adverse event reporting method capable of self-defining programming control

Country Status (1)

Country Link
CN (1) CN111863162A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112927786A (en) * 2021-03-15 2021-06-08 浙江省武义县第一人民医院 Hospital adverse event management system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108877909A (en) * 2018-08-06 2018-11-23 四川互慧软件有限公司 A kind of hospital care comprehensive management platform
CN109240732A (en) * 2018-08-29 2019-01-18 浪潮天元通信信息系统有限公司 A kind of process method of combination based on elastic regulation
CN111081356A (en) * 2019-11-07 2020-04-28 福建亿能达信息技术股份有限公司 Method for flow management based on WEB
CN111462843A (en) * 2020-03-02 2020-07-28 心医国际数字医疗系统(大连)有限公司 Form generation method and device, computer equipment and storage medium
CN111462886A (en) * 2020-04-13 2020-07-28 赤峰市医院 Full life cycle real-time online management system for medical equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108877909A (en) * 2018-08-06 2018-11-23 四川互慧软件有限公司 A kind of hospital care comprehensive management platform
CN109240732A (en) * 2018-08-29 2019-01-18 浪潮天元通信信息系统有限公司 A kind of process method of combination based on elastic regulation
CN111081356A (en) * 2019-11-07 2020-04-28 福建亿能达信息技术股份有限公司 Method for flow management based on WEB
CN111462843A (en) * 2020-03-02 2020-07-28 心医国际数字医疗系统(大连)有限公司 Form generation method and device, computer equipment and storage medium
CN111462886A (en) * 2020-04-13 2020-07-28 赤峰市医院 Full life cycle real-time online management system for medical equipment

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
袁夏至等: "基于电子病历的护理不良事件网络直报管理系统设计与临床应用", 《护理与康复》, no. 10, pages 79 - 81 *
黄伊玮等: "基于全院统一的不良事件管理系统建设与应用", 《中国卫生信息管理杂志》, vol. 17, no. 1, pages 97 - 101 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112927786A (en) * 2021-03-15 2021-06-08 浙江省武义县第一人民医院 Hospital adverse event management system

Similar Documents

Publication Publication Date Title
CN110221872B (en) Page jump method and device, electronic equipment and storage medium
CN109460279A (en) Forms pages development approach, device, equipment and storage medium based on small routine
US20090271351A1 (en) Rules engine test harness
CN108600175B (en) Control method, device and the storage medium of system operatio permission
CN110135129B (en) Code segment protection method and device, computer equipment and storage medium
CN110647471B (en) Interface test case generation method, electronic device and storage medium
CN110096420A (en) A kind of data processing method, system and device
CN103778128B (en) The method for drafting and device of a kind of list information
CN110750415A (en) Interface service configuration method, device, medium and computer equipment
CN105511273B (en) A kind of client operation management method and client
CN111863162A (en) Adverse event reporting method capable of self-defining programming control
CN113254217A (en) Service message processing method and device and electronic equipment
CN110765610B (en) PDM integration method, PDM integration device, computer equipment and storage medium
US7784023B2 (en) Program creating system, program creating program, and program creating module
CN112799656A (en) Script file configuration method, device, equipment and storage medium for automation operation
CN106126156B (en) Pronunciation inputting method and device based on hospital information system
CN108427560A (en) API file management methods, server and storage medium
CN116301772A (en) Service code development method, device, equipment and medium
CN114598936A (en) Caption batch generating and managing method, system, device and storage medium
CN113672587A (en) New media update monitoring method, system, device and medium
CN112667200A (en) Artificial intelligence application service software development terminal
CN112068813A (en) Data processing method, apparatus and medium
CN110311819A (en) Automatic production of HTML page and MIBs table generating method, management method, equipment end and management system based on page configuration file
CN109800268A (en) A kind of data export method, device and electronic equipment
CN115904572B (en) Template creation method, calling method, program product, system and device

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