CN114860146A - Method and device for bookmark words informed to agree, storage medium and electronic equipment - Google Patents

Method and device for bookmark words informed to agree, storage medium and electronic equipment Download PDF

Info

Publication number
CN114860146A
CN114860146A CN202210627374.0A CN202210627374A CN114860146A CN 114860146 A CN114860146 A CN 114860146A CN 202210627374 A CN202210627374 A CN 202210627374A CN 114860146 A CN114860146 A CN 114860146A
Authority
CN
China
Prior art keywords
signature
informed consent
signed
user
bitmap
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
CN202210627374.0A
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 Lvge Technology Co ltd
Original Assignee
Sichuan Lvge 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 Sichuan Lvge Technology Co ltd filed Critical Sichuan Lvge Technology Co ltd
Priority to CN202210627374.0A priority Critical patent/CN114860146A/en
Publication of CN114860146A publication Critical patent/CN114860146A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0487Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
    • G06F3/0488Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures
    • G06F3/04883Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures for inputting data by handwriting, e.g. gesture or text
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/60Editing figures and text; Combining figures or text

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The application discloses a method for bookmark words informed consent, which comprises the following steps: calling a component corresponding to the signing canvas based on signature triggering operation of a user so that an area covering the signing canvas on an informed consent to be signed becomes a signable area; receiving signature information input by a user on the signable area, and generating a signature bitmap based on the signature information; determining the mapping position of the signature bitmap according to the text size data of the informed consent to be signed, the display size data of the display area of the informed consent to be signed on the touch screen, the first edge distance between the first side edge of the informed consent to be signed and the first side edge of the touch screen, and the second edge distance between the second side edge of the informed consent to be signed and the second side edge of the touch screen; and finishing the signature of the informed consent to be signed based on the signature bitmap and the position of the chartlet. The method simplifies the operation flow of the electronic signature method and reduces the operation difficulty of electronic signature.

Description

Method and device for bookmark words informed to agree, storage medium and electronic equipment
Technical Field
The application relates to the technical field of computers, in particular to a method and a device for bookmark words informed consent, a storage medium and electronic equipment.
Background
The existing signing media of the informed consent of the hospital have two types: the first is a paper document, which is also a signature medium adopted by most of medical institutions at present, and the printed paper informed consent is handed to a patient or a family member of the patient, and the signed paper informed consent is stored after the patient or the family member of the patient writes on the informed consent; the second type is an electronic file, the electronic version of the informed consent document is displayed to the patient or the family members of the patient, and after the patient or the family members of the patient finish writing on the electronic version of the informed consent document, the signed electronic informed consent document is stored.
In the prior art, signature and archiving of a paper informed consent form are troublesome, and documents are easily damaged or lost; the existing signature method of the electronic informed consent is complicated in operation mode.
Disclosure of Invention
The application mainly aims to provide a method, a device, a storage medium and electronic equipment for signing an informed consent bookmark word, and aims to solve the technical problem that the existing signature method of an electronic informed consent book is complex in operation mode.
In order to achieve the above purpose, the embodiments of the present application adopt the following technical solutions:
in a first aspect, an embodiment of the present application provides a method for agreeing to bookmark words, which is applied to a user end device, where the user end device is installed with an operating system, and the operating system includes a component corresponding to a signing canvas; the user end equipment comprises a touch screen; the method for bookmark words informed consent comprises the following steps:
receiving signature trigger operation of a user on the touch screen;
calling a component corresponding to the signing canvas based on the signing trigger operation so that an area covering the signing canvas on an informed consent to be signed becomes a signable area; the signable area is a display area of the touch screen;
receiving signature information input by a user on the signable area, and generating a signature bitmap based on the signature information; wherein the signature bitmap and the display area are the same in size;
acquiring text size data of the informed consent book to be signed, display size data of the display area, a first edge distance between a first side edge of the informed consent book to be signed and a first side edge of the touch screen, and a second edge distance between a second side edge of the informed consent book to be signed and a second side edge of the touch screen; wherein the first side and the second side are adjacent sides;
determining the mapping position of the signature bitmap according to the text size data, the display size data, the first margin and the second margin;
and pasting the signature bitmap at the pasting position to finish the signature of the informed consent to be signed.
In one possible implementation manner of the first aspect, the text size data includes a text width and a text height of the informed consent form to be signed, and the display size data includes a display width and a display height of the display area; determining a mapping position of the signature bitmap according to the text size data, the display size data, the first margin and the second margin, including: determining map coordinates of the signature bitmap from Px ═ math.abs (c1)/(VW/pW) and Py ═ math.abs (c 2)/(VH/pH); wherein (Px, Py) is the map coordinate, c1 is the first margin, c2 is the second margin, VW is the display width, VH is the display height, pW is the text width, and pH is the text height; determining the map location based on the map coordinates.
In one possible implementation manner of the first aspect, after the receiving signature information input by a user on the signature canvas, and generating a signature bitmap based on the signature information, the method further includes: acquiring signature time generated by the signature bitmap; and sending the signature time to a storage system.
In one possible implementation manner of the first aspect, after completing the signing of the to-be-signed informed consent form based on the signing bitmap and the map location, the method further includes: acquiring fingerprint information of the user; and sending the fingerprint information to a storage system.
In one possible implementation manner of the first aspect, after the receiving a signature trigger operation of a user on the touch screen, the method further includes: recording the audio and video in the signing process of the informed consent to be signed to obtain audio and video data; and sending the sound recording and video recording data to a storage system.
In one possible implementation manner of the first aspect, before the receiving a signature trigger operation of a user on the touch screen, the method further includes: acquiring an informed consent to be signed from a server side; and the informed consent to be signed is generated by the doctor according to the user information of the user.
In a second aspect, an embodiment of the present application provides an informed consent signing apparatus, including:
the trigger operation receiving module is used for receiving signature trigger operation of a user on the touch screen;
the signature canvas calling module is used for calling a component corresponding to the signature canvas based on the signature triggering operation so as to enable the area covering the signature canvas on the informed consent to be signed to be a signable area; the signable area is a display area of the touch screen;
the signature bitmap generation module is used for receiving signature information input by a user on the signable area and generating a signature bitmap based on the signature information; wherein the signature bitmap and the display area are the same in size;
the data acquisition module is used for acquiring text size data of the informed consent to be signed, display size data of the display area, a first edge distance between a first side edge of the informed consent to be signed and a first side edge of the touch screen, and a second edge distance between a second side edge of the informed consent to be signed and a second side edge of the touch screen; wherein the first side and the second side are adjacent sides;
the mapping position determining module is used for determining the mapping position of the signature bitmap according to the text size data, the display size data, the first margin and the second margin;
and the mapping module is used for mapping the signature bitmap at the mapping position so as to finish the signature of the informed consent to be signed.
In one possible implementation manner of the second aspect, the text size data includes a text width and a text height of the informed consent form to be signed, and the display size data includes a display width and a display height of the display area;
the map position determining module is specifically configured to: determining map coordinates of the signature bitmap from Px ═ math.abs (c1)/(VW/pW) and Py ═ math.abs (c 2)/(VH/pH); wherein (Px, Py) is the map coordinate, c1 is the first margin, c2 is the second margin, VW is the display width, VH is the display height, pW is the text width, and pH is the text height; determining the map location based on the map coordinates.
In a third aspect, an embodiment of the present application provides a computer-readable storage medium, which stores a computer program, and when the computer program is loaded and executed by a processor, the method for bookmark word informed consent as provided in any one of the above first aspects is implemented.
In a fourth aspect, an embodiment of the present application provides an electronic device, including a processor and a memory, wherein,
the memory is used for storing a computer program;
the processor is configured to load and execute a computer program to cause the electronic device to perform the method for bookmark word with informed consent as provided in any of the above first aspects.
Compared with the prior art, the beneficial effects of this application are:
the method is applied to user side equipment and triggers operation by receiving signature of a user on a touch screen; calling a component corresponding to the signing canvas based on the signing trigger operation so that an area covering the signing canvas on the informed consent to be signed becomes a signable area; receiving signature information input by a user on the signable area, and generating a signature bitmap based on the signature information; acquiring text size data of the informed consent to be signed, display size data of the display area, a first edge distance between a first side edge of the informed consent to be signed and a first side edge of the touch screen, and a second edge distance between a second side edge of the informed consent to be signed and a second side edge of the touch screen; wherein the first side and the second side are adjacent sides; wherein the first side and the second side are adjacent sides; determining the mapping position of the signature bitmap according to the text size data, the display size data, the first margin and the second margin; and pasting the signature bitmap at the pasting position to finish the signature of the informed consent to be signed. According to the method, the paper document is replaced by the informed consent of the electronic edition, the user only needs to execute signature triggering operation on the touch screen, and the component corresponding to the signature canvas can be called, so that the user can write signature information in a display area of the informed consent to be signed, and generates a signature bitmap based on the signature information, and then the signature of the informed consent of the electronic edition is completed based on the signature bitmap and the mapping position.
Drawings
Fig. 1 is a schematic structural diagram of an electronic device in a hardware operating environment according to an embodiment of the present application;
fig. 2 is a schematic flowchart of a method for providing an informed consent to bookmark words according to an embodiment of the present application;
fig. 3 is a schematic diagram illustrating a signing process of an informed consent form according to an embodiment of the present application;
FIG. 4 is a schematic diagram illustrating a process for determining a location of a map according to an embodiment of the present application;
FIG. 5 is a flowchart illustrating another method for providing an informed consent to bookmark words according to an embodiment of the present application;
FIG. 6 is a schematic diagram of another signing process of an informed consent form provided by an embodiment of the present application;
FIG. 7 is a schematic diagram of a signing interface provided by an embodiment of the present application;
fig. 8 is a schematic structural diagram of an informed consent signing apparatus according to an embodiment of the present application.
The labels in the figure are: 101-processor, 102-communication bus, 103-network interface, 104-user interface, 105-memory.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
The main solution of the embodiment of the application is as follows: a method, a device, a storage medium and electronic equipment for agreeing with the informed consent to bookmark words are provided, and the signing triggering operation of a user on a touch screen is received; calling a component corresponding to the signing canvas based on the signing trigger operation so that an area covering the signing canvas on the informed consent to be signed becomes a signable area; receiving signature information input by a user on the signable area, and generating a signature bitmap based on the signature information; acquiring text size data of the informed consent to be signed, display size data of the display area, a first edge distance between a first side edge of the informed consent to be signed and a first side edge of the touch screen, and a second edge distance between a second side edge of the informed consent to be signed and a second side edge of the touch screen; wherein the first side and the second side are adjacent sides; wherein the first side and the second side are adjacent sides; determining the mapping position of the signature bitmap according to the text size data, the display size data, the first margin and the second margin; and pasting the signature bitmap at the pasting position to finish the signature of the informed consent to be signed.
The existing signature media of the informed consent of the hospital have two types: the first is a paper document, which is also a signature medium adopted by most of medical institutions at present, and the printed paper informed consent is handed to a patient or a family member of the patient, and the signed paper informed consent is stored after the patient or the family member of the patient writes on the informed consent; the second type is an electronic file, the electronic version of the informed consent document is displayed to the patient or the family members of the patient, and after the patient or the family members of the patient finish writing on the electronic version of the informed consent document, the signed electronic informed consent document is stored.
In the prior art, signature and archiving of a paper informed consent form are troublesome, and documents are easily damaged or lost; the existing signature method of the electronic informed consent is complicated in operation mode.
Therefore, the application provides a solution, firstly receiving a signature trigger operation of a user on a touch screen; calling a component corresponding to the signing canvas based on the signing trigger operation so that an area covering the signing canvas on the informed consent to be signed becomes a signable area; receiving signature information input by a user on the signable area, and generating a signature bitmap based on the signature information; acquiring text size data of the informed consent to be signed, display size data of the display area, a first edge distance between a first side edge of the informed consent to be signed and a first side edge of the touch screen, and a second edge distance between a second side edge of the informed consent to be signed and a second side edge of the touch screen; wherein the first side and the second side are adjacent sides; wherein the first side and the second side are adjacent sides; determining the mapping position of the signature bitmap according to the text size data, the display size data, the first margin and the second margin; and pasting the signature bitmap at the pasting position to finish the signature of the informed consent to be signed. The problem that the operation mode of the existing electronic signature method is complicated is solved.
Referring to fig. 1, fig. 1 is a schematic structural diagram of an electronic device in a hardware operating environment according to an embodiment of the present application, where the electronic device may include: a processor 101, such as a Central Processing Unit (CPU), a communication bus 102, a user interface 104, a network interface 103, and a memory 105. Wherein the communication bus 102 is used for enabling connection communication between these components. The user interface 104 may comprise a Display screen (Display), an input unit such as a Keyboard (Keyboard), the Display screen may specifically be a touch Display screen, and the selectable user interface 104 may also comprise a standard wired interface, a wireless interface. The network interface 103 may optionally include a standard wired interface, a WIreless interface (e.g., a WIreless-FIdelity (WI-FI) interface). The Memory 105 may be a storage device independent of the processor 101, and the Memory 105 may be a high-speed Random Access Memory (RAM) or a Non-Volatile Memory (NVM), such as at least one disk Memory; the processor 101 may be a general-purpose processor including a central processing unit, a network processor, etc., and may also be a digital signal processor, an application specific integrated circuit, a field programmable gate array or other programmable logic device, discrete gate or transistor logic, discrete hardware components.
Those skilled in the art will appreciate that the configuration shown in fig. 1 does not constitute a limitation of the electronic device and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
As shown in fig. 1, the memory 105, which is a storage medium, may include therein an operating system, a network communication module, a user interface module, and an informed consent signing device.
In the electronic device shown in fig. 1, the network interface 103 is mainly used for data communication with a network server; the user interface 104 is mainly used for data interaction with a user; the processor 101 and the memory 105 in the electronic device of the present invention may be disposed in the electronic device, and the electronic device calls the means for bookmark word informed consent stored in the memory 105 through the processor 101 and executes the method for bookmark word informed consent provided in the embodiments of the present application.
Referring to fig. 2, based on the hardware device of the foregoing embodiment, an embodiment of the present application provides an informed consent bookmark word method, which is applied to a user end device, where the user end device is installed with an operating system, and the operating system includes a component corresponding to a signature canvas; the user end equipment comprises a touch screen; the method comprises the following steps:
s20: receiving signature trigger operation of a user on the touch screen;
in a specific implementation, the client device may be implemented by a computer device. The informed consent to be signed can be the informed consent to be signed which is directly called by the user end equipment from the universal template library, or the informed consent to be signed which is generated by medical care personnel after the medical care personnel carries out personalized editing on the universal template according to the condition of the user, namely the patient. The electronic text type electronic consent to be signed is an electronic text type electronic consent, and specifically, the electronic text type electronic consent to be signed may be an electronic text in pdf format or an electronic text in word format, which is not specifically limited in this application. The signature trigger operation may be a long press operation or a click operation. Specifically, a word of "writing start button" may be added to a designated area on the informed consent form to be signed, to reduce the operation difficulty of the patient. The user end equipment can receive signature triggering operation of the user by pressing any position in the designated area on the touch screen for a long time for more than a first preset time; or, the user clicks once or continuously clicks twice in the designated area, and the time interval between two clicks is less than the second preset time, so that the user end device can receive the signature trigger operation of the user. Wherein, the first preset time can be 1s or 1.5 s; the number of consecutive clicks may be two or three, and the second preset time may be 0.2s or 0.5s, which is not specifically limited in this application.
S30: calling a component corresponding to the signing canvas based on the signing trigger operation so that an area covering the signing canvas on an informed consent to be signed becomes a signable area; the signable area is a display area of the touch screen;
in the specific implementation process, the components corresponding to the signing canvas in the user side equipment are directly called, so that the signing canvas covers the display area of the whole touch screen, namely the signing canvas covers the display area of the informed consent to be signed on the touch screen, and the area of the informed consent to be signed displayed on the touch screen becomes the signable area. At the moment, the user can write at any position on the touch screen, the limitation on the signature range of the user is small, and the operation complexity of the user is reduced.
S40: receiving signature information input by a user on the signable area, and generating a signature bitmap based on the signature information; wherein the signature bitmap and the display area are the same in size;
in a specific implementation process, the signing canvas can be used for writing, and a user can write signing information on the signing canvas. A signature bitmap refers to a signature picture in bitmap format, where a bitmap, also called a bitmap or a raster pattern, is composed of individual points called pixels.
S50: acquiring text size data of the informed consent to be signed, display size data of the display area, a first edge distance between a first side edge of the informed consent to be signed and a first side edge of the touch screen, and a second edge distance between a second side edge of the informed consent to be signed and a second side edge of the touch screen; wherein the first side and the second side are adjacent sides;
in the implementation, the text size data of the informed consent form to be signed is a pixel array, usually 595 × 842, configured by the server, and the text size data of the informed consent form to be signed is different for different hospitals. The first side and the second side are adjacent sides, specifically, the first side is a left side of the touch screen, and the second side may be a bottom side or a top side; but for ease of calculation, typically the second side is the bottom side when the first side is the left side of the touch screen.
S60: determining the mapping position of the signature bitmap according to the text size data, the display size data, the first margin and the second margin;
in the specific implementation process, the lower left corner of the informed consent to be signed is taken as the origin, the bottom side of the informed consent to be signed is taken as the x axis, the side of the informed consent to be signed is taken as the y axis to establish a chartlet coordinate system, and then according to the text size data, the display size data, the first edge distance and the second edge distance, the chartlet coordinates of the signature bitmap under the chartlet coordinate system are calculated, and then the chartlet position of the signature bitmap is determined according to the chartlet coordinates.
S70: and pasting the signature bitmap at the pasting position to finish the signature of the informed consent to be signed.
In the specific implementation process, the signature bitmap is directly attached to the position of the attached picture on the informed consent book to be signed, so that the signed informed consent book to be signed is signed.
As in the above embodiment, the method for agreeing to bookmark words calls the component corresponding to the signing canvas based on the signature triggering operation of the user; receiving signature information input by a user on a signature canvas, and generating a signature bitmap based on the signature information; determining the mapping position of the signature bitmap according to the text size data of the informed consent to be signed, the display size data of the display area of the informed consent to be signed on the touch screen, the first edge distance between the first side edge of the informed consent to be signed and the first side edge of the touch screen, and the second edge distance between the second side edge of the informed consent to be signed and the second side edge of the touch screen; and pasting the signature bitmap at the position of the pasting picture to finish the signature of the informed consent to be signed. According to the method, the electronic edition informed consent is used for replacing the paper document, and a user only needs to execute signature triggering operation on the touch screen, so that a component corresponding to the signature canvas can be called, the user can write signature information in a display area of the electronic edition informed consent to be signed, a signature bitmap is generated based on the signature information, and then signature of the electronic edition informed consent is completed based on the signature bitmap and a mapping position.
Referring to fig. 3, fig. 3 is a schematic diagram of an informed consent form signing process provided by an embodiment of the present application. In a specific implementation process, a plurality of initial informed consent templates are recorded into a server by a maintainer; a doctor calls a corresponding initial informed consent template from a server side according to the actual condition of a patient, edits the initial informed consent according to the actual condition of the patient, generates an informed consent to be signed, and uploads the informed consent to be signed to a server side; the patient transfers the informed consent to be signed from the server to the user end equipment, and executes signature triggering operation on a touch screen of the user end equipment; after receiving a signature trigger operation of a patient on a touch screen, the user side equipment calls a component corresponding to the signature canvas; for the patient to input the signature information on the signature canvas; the user side equipment generates a signature bitmap according to the signature information; and the user end equipment calculates the pasting position of the signing bitmap on the informed consent to be signed according to the text size data, the display size data, the first edge distance and the second edge distance, and pastes the signing bitmap on the pasting position, thereby finishing signing the informed consent to be signed. After the signature is completed, the user end equipment uploads the signed informed consent to the server end, and the server end stores the signed informed consent of the patient.
Referring to fig. 4, fig. 4 is a schematic flowchart of a process for determining a location of a map according to an embodiment of the present application.
In one embodiment, the text size data comprises a text width and a text height of the informed consent form to be signed, and the display size data comprises a display width and a display height of the display area; step S60: determining a mapping position of the signature bitmap according to the text size data, the display size data, the first margin and the second margin, including: step S601: determining map coordinates of the signature bitmap from Px ═ math.abs (c1)/(VW/pW) and Py ═ math.abs (c 2)/(VH/pH); wherein (Px, Py) is the map coordinate, c1 is the first margin, c2 is the second margin, VW is the display width, VH is the display height, pW is the text width, and pH is the text height; step S602: determining the map location based on the map coordinates.
In a specific implementation process, math.abs is an absolute value taking function, the text width and the text height of the consent to be signed are configured by the server, the consent to be signed is usually a 595-842 pixel array, that is, the text width is 595 pixel points, the text height is 842 pixel points, and different hospitals can also configure the size of the consent to be signed into different values. Taking the lower left corner of the informed consent to be signed as an origin, the bottom side of the informed consent to be signed as an x-axis, and the side of the informed consent to be signed as a y-axis to establish a coordinate system, wherein (pX, pY) is the chartlet coordinate of the lower left corner of the signature bitmap under the coordinate system, and the chartlet coordinate on the informed consent to be signed can be determined according to pX ═ math.abs (c1)/(VW/pW) and pY ═ math.abs (c 2)/(VH/pH); the map coordinates of the central position of the signature bitmap may also be calculated according to other map coordinate calculation formulas, which is not specifically limited in this application. And finally, determining the position of the chartlet on the informed consent to be signed according to the chartlet coordinates.
In one embodiment, at step S40: after receiving the signature information input by the user on the signature canvas and generating a signature bitmap based on the signature information, the method further comprises: acquiring signature time generated by the signature bitmap; and sending the signature time to a storage system.
In a specific implementation process, the signature time generated by the signature bitmap can be acquired by calling a timestamp function. By sending the signature time to the storage system, the signature time and the signed informed consent are stored together, and the legal effectiveness of the signed informed consent is guaranteed.
In one embodiment, at step S70: after finishing the signing of the informed consent form to be signed based on the signing bitmap and the chartlet location, the method further comprises: acquiring fingerprint information of the user; and sending the fingerprint information to a storage system.
In the specific implementation process, the sound recording and video recording device can be realized by a microphone and a camera of the user end equipment, sound recording and video recording are carried out in the signing process of the informed consent to be signed, and the sound recording and video recording data are sent to the storage system and are stored as the signing evidence of the informed consent.
In one embodiment, at S20: after receiving a signature trigger operation of a user on the touch screen, the method further comprises: recording the audio and video in the signing process of the informed consent to be signed to obtain audio and video data; and sending the sound recording and video recording data to a storage system.
In the specific implementation process, the instruction of taking the fingerprint and the designated fingerprint acquisition area can be sent to the user, namely the patient, through the user end device so as to prompt the patient to finish fingerprint acquisition in the fingerprint acquisition area, and then the user end device can acquire the fingerprint information of the patient and send the fingerprint information to the storage system to be stored as the signing evidence of the informed consent.
Referring to fig. 5, fig. 5 is a schematic flow chart of another method for obtaining an informed consent bookmark word according to an embodiment of the present application.
In one embodiment, at step S20: before receiving a signature trigger operation of a user on the touch screen, the method further comprises: step S10: acquiring an informed consent to be signed from a server side; and the informed consent to be signed is generated by the doctor according to the user information of the user.
In a specific implementation process, the informed consent to be signed may be a personalized informed consent to be signed generated by a doctor editing an informed consent template according to user information of a user. The informed consent to be signed can also be a corresponding informed consent template called from an informed consent template library according to the user information.
Referring to fig. 6, fig. 6 is a schematic diagram of another signing process of an informed consent form provided by the embodiment of the present application.
In a specific implementation process, a plurality of initial informed consent templates are recorded into a server by a maintainer; a doctor calls a corresponding initial informed consent template from a server side according to the actual condition of a patient, edits the initial informed consent according to the actual condition of the patient, generates an informed consent to be signed, and uploads the informed consent to be signed to a server side; the patient calls an informed consent to be signed from the server side to the user side equipment, and signs on a touch screen of the user side equipment to trigger operation; after receiving a signature trigger operation of a patient on a touch screen, the user side equipment calls a component corresponding to the signature canvas; for the patient to input the signature information on the signature canvas; the user side equipment generates a signature bitmap according to the signature information; and the user end equipment calculates the pasting position of the signing bitmap on the informed consent to be signed according to the text size data, the display size data, the first edge distance and the second edge distance, and pastes the signing bitmap on the pasting position, thereby finishing signing the informed consent to be signed. After the signature is completed, the user end equipment uploads the signed informed consent to the server end, and the server end stores the signed informed consent of the patient. After the signature bitmap is generated, the user side equipment calls a timestamp function to obtain the signature time when the signature bitmap is generated, and sends the signature time to the server side. After the signature is completed, the user end equipment prompts the patient to complete fingerprint acquisition in the fingerprint acquisition area, so that the fingerprint information of the patient is acquired, and the fingerprint information is sent to the server end. After receiving the signature triggering operation of the patient on the touch screen, the user side equipment starts the sound recording and video recording equipment, carries out sound recording and video recording on the signature process of the informed consent to be signed, and acquires sound recording and video recording data; and sending the audio and video recording data to a server. And storing the signing time of the signed informed consent signature bitmap, the fingerprint information of the patient and the audio and video data in the signing process by a storage system of the server.
Referring to fig. 7, fig. 7 is a schematic diagram of a signing interface provided by an embodiment of the present application. As shown in fig. 7, a word of "writing start button" may be added to a designated area on the informed consent form to be signed to reduce the difficulty of the patient's operation.
Referring to fig. 8, based on the same inventive concept as the previous embodiment, an embodiment of the present application further provides an informed consent signing apparatus, including:
the trigger operation receiving module is used for receiving signature trigger operation of a user on the touch screen;
the signature canvas calling module is used for calling a component corresponding to the signature canvas based on the signature triggering operation so as to enable the area covering the signature canvas on the informed consent to be signed to be a signable area; the signable area is a display area of the touch screen;
the signature bitmap generation module is used for receiving signature information input by a user on the signable area and generating a signature bitmap based on the signature information; wherein the signature bitmap and the display area are the same in size;
the data acquisition module is used for acquiring text size data of the informed consent to be signed, display size data of the display area, a first edge distance between a first side edge of the informed consent to be signed and a first side edge of the touch screen, and a second edge distance between a second side edge of the informed consent to be signed and a second side edge of the touch screen; wherein the first side and the second side are adjacent sides;
the mapping position determining module is used for determining the mapping position of the signature bitmap according to the text size data, the display size data, the first margin and the second margin;
and the mapping module is used for mapping the signature bitmap at the mapping position so as to finish the signature of the informed consent to be signed.
In one embodiment, the text size data comprises a text width and a text height of the informed consent form to be signed, and the display size data comprises a display width and a display height of the display area;
the map position determining module is specifically configured to: determining map coordinates of the signature bitmap from Px ═ math.abs (c1)/(VW/pW) and Py ═ math.abs (c 2)/(VH/pH); wherein (Px, Py) is the map coordinate, c1 is the first margin, c2 is the second margin, VW is the display width, VH is the display height, pW is the text width, and pH is the text height; determining the map location based on the map coordinates.
In one embodiment, the apparatus further comprises: the signature time acquisition module is used for acquiring the signature time generated by the signature bitmap; and the signature time sending module is used for sending the signature time to the storage system.
In one embodiment, the apparatus further comprises: the fingerprint information acquisition module is used for acquiring the fingerprint information of the user; and the fingerprint information sending module is used for sending the fingerprint information to a storage system.
In one embodiment, the apparatus further comprises: the audio and video recording data acquisition module is used for carrying out audio and video recording on the signing process of the informed consent to be signed to acquire audio and video recording data; and the audio and video recording data sending module is used for sending the audio and video recording data to a storage system.
In one embodiment, the apparatus further comprises: the system comprises a module for acquiring the informed consent to be signed, which is used for acquiring the informed consent to be signed from a server; and the informed consent to be signed is generated by the doctor according to the user information of the user.
It should be understood by those skilled in the art that the division of each module in the embodiment is only a division of a logic function, and all or part of the modules may be integrated onto one or more actual carriers in actual application, and all of the modules may be implemented in a form called by a processing unit through software, or implemented in a form of hardware, or implemented in a form of combination of software and hardware.
Based on the same inventive concept as in the foregoing embodiments, embodiments of the present application further provide a computer-readable storage medium storing a computer program, and when the computer program is loaded and executed by a processor, the method for bookmark word informed consent as provided in the embodiments of the present application is implemented.
Based on the same inventive concept as the foregoing embodiments, embodiments of the present application further provide an electronic device, including a processor and a memory, wherein,
the memory is used for storing a computer program;
the processor is used for loading and executing a computer program to enable the electronic equipment to execute the method for giving consent to bookmark words provided by the embodiment of the application.
Furthermore, based on the same inventive concept as in the foregoing embodiments, embodiments of the present application also provide a computer program product comprising a computer program for executing the method of giving consent to bookmark words as provided by the embodiments of the present application when the computer program is executed.
In some embodiments, the computer-readable storage medium may be memory such as FRAM, ROM, PROM, EPROM, EEPROM, flash, magnetic surface memory, optical disk, or CD-ROM; or may be various devices including one or any combination of the above memories. The computer may be a variety of computing devices including intelligent terminals and servers.
In some embodiments, executable instructions may be written in any form of programming language (including compiled or interpreted languages), in the form of programs, software modules, scripts or code, and may be deployed in any form, including as a stand-alone program or as a module, component, subroutine, or other unit suitable for use in a computing environment.
By way of example, executable instructions may correspond, but do not necessarily have to correspond, to files in a file system, and may be stored in a portion of a file that holds other programs or data, such as in one or more scripts in a hypertext Markup Language (HTML) document, in a single file dedicated to the program in question, or in multiple coordinated files (e.g., files that store one or more modules, sub-programs, or portions of code).
By way of example, executable instructions may be deployed to be executed on one computing device or on multiple computing devices at one site or distributed across multiple sites and interconnected by a communication network.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or system that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or system. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or system that comprises the element.
The above-mentioned serial numbers of the embodiments of the present application are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present application may be embodied in the form of a software product, which is stored in a storage medium (e.g., a rom/ram, a magnetic disk, an optical disk) and includes instructions for enabling a multimedia terminal (e.g., a mobile phone, a computer, a television receiver, or a network device) to execute the method according to the embodiments of the present application.
In summary, according to the method, the device, the storage medium and the electronic device for bookmark words informed consent provided by the application, the signing canvas is called through signature triggering operation based on a user; receiving signature information input by a user on a signature canvas, and generating a signature bitmap based on the signature information; determining the mapping position of the signature bitmap according to the text size data of the informed consent to be signed, the display size data of the display area of the informed consent to be signed on the touch screen, the first edge distance between the first side edge of the informed consent to be signed and the first side edge of the touch screen, and the second edge distance between the second side edge of the informed consent to be signed and the second side edge of the touch screen; and finishing the signature of the informed consent to be signed based on the signature bitmap and the mapping position.
The above description is only exemplary of the present application and should not be taken as limiting the present application, as any modification, equivalent replacement, or improvement made within the spirit and principle of the present application should be included in the protection scope of the present application.

Claims (10)

1. A method for bookmark words informed consent is characterized in that the method is applied to user side equipment, wherein the user side equipment is provided with an operating system, and the operating system comprises components corresponding to a signing canvas; the user end equipment comprises a touch screen; the method comprises the following steps:
receiving signature trigger operation of a user on the touch screen;
calling a component corresponding to the signing canvas based on the signing trigger operation so that an area covering the signing canvas on an informed consent to be signed becomes a signable area; the signable area is a display area of the touch screen;
receiving signature information input by a user on the signable area, and generating a signature bitmap based on the signature information; wherein the signature bitmap and the display area are the same in size;
acquiring text size data of the informed consent to be signed, display size data of the display area, a first edge distance between a first side edge of the informed consent to be signed and a first side edge of the touch screen, and a second edge distance between a second side edge of the informed consent to be signed and a second side edge of the touch screen; wherein the first side and the second side are adjacent sides;
determining the mapping position of the signature bitmap according to the text size data, the display size data, the first margin and the second margin;
and pasting the signature bitmap at the pasting position to finish the signature of the informed consent to be signed.
2. The method of claim 1, wherein the text size data comprises a text width and a text height of the informed consent form to be signed, and wherein the display size data comprises a display width and a display height of the display area;
determining a mapping position of the signature bitmap according to the text size data, the display size data, the first margin and the second margin, including:
determining map coordinates of the signature bitmap from Px ═ math.abs (c1)/(VW/pW) and Py ═ math.abs (c 2)/(VH/pH); wherein (Px, Py) is the map coordinate, c1 is the first margin, c2 is the second margin, VW is the display width, VH is the display height, pW is the text width, and pH is the text height;
determining the map location based on the map coordinates.
3. The method of any of claims 1-2, wherein after receiving the signature information entered by the user on the signature canvas and generating a signature bitmap based on the signature information, the method further comprises:
acquiring signature time generated by the signature bitmap;
and sending the signature time to a storage system.
4. The method of any of claims 1-2, wherein after said completing the signing of the informed consent to be signed based on the signing bitmap and the chartlet location, the method further comprises:
acquiring fingerprint information of the user;
and sending the fingerprint information to a storage system.
5. The method of any of claims 1-2, wherein after the receiving a signature trigger operation by a user on the touch screen, the method further comprises:
recording the audio and video in the signing process of the informed consent to be signed to obtain audio and video data;
and sending the sound recording and video recording data to a storage system.
6. The method of any of claims 1-2, wherein prior to the receiving the user's signature-triggered action on the touch screen, the method further comprises:
acquiring the informed consent to be signed from a server side; and the informed consent to be signed is generated by the doctor according to the user information of the user.
7. An apparatus for bookmarking an informed consent, the apparatus comprising:
the trigger operation receiving module is used for receiving signature trigger operation of a user on the touch screen;
the signing canvas calling module is used for calling a component corresponding to the signing canvas based on the signing trigger operation so as to enable the area covering the signing canvas on the informed consent to be signed to become a signable area; the signable area is a display area of the touch screen;
the signature bitmap generation module is used for receiving signature information input by a user on the signable area and generating a signature bitmap based on the signature information; wherein the signature bitmap and the display area are the same in size;
the data acquisition module is used for acquiring text size data of the informed consent to be signed, display size data of the display area, a first edge distance between a first side edge of the informed consent to be signed and a first side edge of the touch screen, and a second edge distance between a second side edge of the informed consent to be signed and a second side edge of the touch screen; wherein the first side and the second side are adjacent sides;
the mapping position determining module is used for determining the mapping position of the signature bitmap according to the text size data, the display size data, the first margin and the second margin;
and the mapping module is used for mapping the signature bitmap at the mapping position so as to finish the signature of the informed consent to be signed.
8. The apparatus of claim 7, wherein the text size data comprises a text width and a text height of the informed consent form to be signed, and wherein the display size data comprises a display width and a display height of the display area;
the map position determining module is specifically configured to: determining map coordinates of the signature bitmap from Px ═ math.abs (c1)/(VW/pW) and Py ═ math.abs (c 2)/(VH/pH); wherein (Px, Py) is the map coordinate, c1 is the first margin, c2 is the second margin, VW is the display width, VH is the display height, pW is the text width, and pH is the text height; determining the map location based on the map coordinates.
9. A computer-readable storage medium storing a computer program, wherein the computer program, when loaded and executed by a processor, implements the method of informed consent bookmark words recited in any of claims 1-6.
10. An electronic device comprising a processor and a memory, wherein,
the memory is used for storing a computer program;
the processor is configured to load and execute the computer program to cause the electronic device to perform the method of any one of claims 1-6.
CN202210627374.0A 2022-06-06 2022-06-06 Method and device for bookmark words informed to agree, storage medium and electronic equipment Pending CN114860146A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210627374.0A CN114860146A (en) 2022-06-06 2022-06-06 Method and device for bookmark words informed to agree, storage medium and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210627374.0A CN114860146A (en) 2022-06-06 2022-06-06 Method and device for bookmark words informed to agree, storage medium and electronic equipment

Publications (1)

Publication Number Publication Date
CN114860146A true CN114860146A (en) 2022-08-05

Family

ID=82625279

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210627374.0A Pending CN114860146A (en) 2022-06-06 2022-06-06 Method and device for bookmark words informed to agree, storage medium and electronic equipment

Country Status (1)

Country Link
CN (1) CN114860146A (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111464307A (en) * 2019-10-14 2020-07-28 高新兴科技集团股份有限公司 Method for acquiring electronic signature stamp, computer storage medium, and electronic device
CN112532397A (en) * 2020-12-03 2021-03-19 北京和兴宏图科技有限公司 Signature method and system for court trial record

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111464307A (en) * 2019-10-14 2020-07-28 高新兴科技集团股份有限公司 Method for acquiring electronic signature stamp, computer storage medium, and electronic device
CN112532397A (en) * 2020-12-03 2021-03-19 北京和兴宏图科技有限公司 Signature method and system for court trial record

Similar Documents

Publication Publication Date Title
CN110297759B (en) Method, device, equipment and storage medium for manufacturing test page script
CN108170809B (en) Table building script generation method, device, equipment and computer readable storage medium
CN111539188B (en) Note generation method, computing device, and computer storage medium
CN105653254A (en) Native interface adaptive method, apparatus and electronic equipment employing same
CN111459541B (en) Application program packaging method and device, computer equipment and storage medium
CN116484812A (en) Method and system for off-line page signing and reading circulation
CN111324352A (en) Code generation method of application page and related equipment
CN115268908A (en) Method, device, equipment and storage medium for self-defining configuration page
CN111176643A (en) Method for generating subsystem home page and computer readable storage medium
CN109213668B (en) Operation recording method and device and terminal
CN111476007A (en) Table generation method, table generation device, computer device and computer-readable storage medium
CN115145545A (en) Method and device for generating small program code, computer equipment and storage medium
CN114816214A (en) Electronic text signing method and device, storage medium and electronic equipment
CN111223155A (en) Image data processing method, image data processing device, computer equipment and storage medium
CN101334990B (en) Information display apparatus and information display method
CN114860146A (en) Method and device for bookmark words informed to agree, storage medium and electronic equipment
CN116257232A (en) Table generation method, device, equipment and storage medium based on table component
CN112365402B (en) Intelligent winding method and device, storage medium and electronic equipment
CN111078218B (en) Android system-based title bar setting method
CN111859213A (en) Dynamic graph generation method and device, computer equipment and storage medium
CN111597151A (en) File generation method and device, computer equipment and storage medium
JP5846378B2 (en) Information management method and information management system
CN113778429A (en) Walk-through method, walk-through device and storage medium
CN111949230B (en) LibreOffice document-based overlay printing method, terminal device and storage medium
CN116595284B (en) Webpage system operation method, device, equipment, storage medium and program

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