CN115206475A - Form generation method and device, electronic equipment and storage medium - Google Patents
Form generation method and device, electronic equipment and storage medium Download PDFInfo
- Publication number
- CN115206475A CN115206475A CN202210803264.5A CN202210803264A CN115206475A CN 115206475 A CN115206475 A CN 115206475A CN 202210803264 A CN202210803264 A CN 202210803264A CN 115206475 A CN115206475 A CN 115206475A
- Authority
- CN
- China
- Prior art keywords
- page
- initial
- linkage
- elements
- generation method
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G16—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
- G16H—HEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
- G16H10/00—ICT specially adapted for the handling or processing of patient-related medical or healthcare data
- G16H10/60—ICT specially adapted for the handling or processing of patient-related medical or healthcare data for patient-specific data, e.g. for electronic patient records
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/38—Creation or generation of source code for implementing user interfaces
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/70—Software maintenance or management
- G06F8/71—Version control; Configuration management
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Epidemiology (AREA)
- Health & Medical Sciences (AREA)
- Computer Security & Cryptography (AREA)
- General Health & Medical Sciences (AREA)
- Medical Informatics (AREA)
- Primary Health Care (AREA)
- Public Health (AREA)
- Human Computer Interaction (AREA)
- Stored Programmes (AREA)
Abstract
Description
技术领域technical field
本发明属于表单系统技术领域,具体涉及一种表单生成方法及装置、电子设备及存储介质。The invention belongs to the technical field of form systems, and in particular relates to a form generation method and device, an electronic device and a storage medium.
背景技术Background technique
临床试验研究过程中需要在表单系统中收集、录入大量的数据,为方便录入人员填写并减少录入人员的工作量,表单内的元素间存在大量的联动交互,如输入出生年月时自动计算得出年龄、录入检查单时自动检查是否存在异常指标;当项目发生变更时,需要由开发人员再次开发处理,以适应项目变动。In the process of clinical trial research, a large amount of data needs to be collected and entered in the form system. In order to facilitate the input personnel to fill in and reduce the workload of the input personnel, there are a large number of linkage interactions among the elements in the form. Automatically check whether there are abnormal indicators when the age is issued and the checklist is entered; when the project changes, it needs to be developed and processed again by the developer to adapt to the project change.
现有技术中的表单系统通常采用观察者模式进行设计,各自点对点进行无序的事件处理,无法做到事件的有序编排处理,导致最终产生的数据无法做到确定性。表单系统由开发人员根据项目需要进行硬编码开发,无法灵活动态配置,开发周期长且容易产生BUG。Form systems in the prior art are usually designed in an observer mode, each of which performs point-to-point event processing in an out-of-order manner, and cannot achieve orderly arrangement and processing of events, resulting in the inability of final data to be deterministic. The form system is hard-coded and developed by developers according to the needs of the project, which cannot be flexibly and dynamically configured, and the development cycle is long and prone to bugs.
因此,针对上述技术问题,有必要提供一种表单生成方法及装置、电子设备及存储介质。Therefore, in view of the above technical problems, it is necessary to provide a method and apparatus for generating a form, an electronic device and a storage medium.
发明内容SUMMARY OF THE INVENTION
有鉴于此,本发明的目的在于提供一种表单生成方法及装置、电子设备及存储介质。In view of this, the purpose of the present invention is to provide a method and apparatus for generating a form, an electronic device and a storage medium.
为了实现上述目的,本发明一实施例提供的技术方案如下:In order to achieve the above purpose, the technical solution provided by an embodiment of the present invention is as follows:
一种表单生成方法,所述方法包括:A method for generating a form, the method comprising:
获取页面配置文件;Get the page configuration file;
基于页面配置文件对页面元素进行初始化配置,生成初始页面表单;Initially configure page elements based on the page configuration file to generate the initial page form;
基于初始页面表单中页面元素之间的联动关系执行页面事件的交互,生成目标页面表单。The interaction of page events is performed based on the linkage relationship between page elements in the initial page form, and the target page form is generated.
一实施例中,所述页面元素之间的联动关系包括以下至少任一项:In one embodiment, the linkage relationship between the page elements includes at least any one of the following:
主动联动关系,配置为页面元素的主动修改;Active linkage relationship, configured as active modification of page elements;
被动联动关系,配置为页面元素之间的被动修改。Passive linkage relationship, configured as passive modification between page elements.
一实施例中,所述基于页面元素之间的联动关系执行页面事件的交互包括:In one embodiment, performing the interaction of page events based on the linkage relationship between page elements includes:
执行初始页面表单中初始页面元素的主动联动;Perform active linkage of initial page elements in the initial page form;
获取与初始页面元素被动联动的目标页面元素,并执行目标页面元素的被动联动;Obtain the target page element that is passively linked with the initial page element, and execute the passive linkage of the target page element;
重复上述步骤以完成所有页面元素之间的联动。Repeat the above steps to complete the linkage between all page elements.
一实施例中,所述页面配置文件包括字段挂载信息、字段属性、字段状态、字段初始值。In one embodiment, the page configuration file includes field mounting information, field attributes, field status, and field initial values.
一实施例中,所述执行初始页面元素的主动联动具体为:In an embodiment, the active linkage of executing the initial page element is specifically:
获取初始页面元素中字段状态的变化,并发布表单变化消息;Get the change of the field status in the initial page element, and publish the form change message;
获取初始页面元素的执行结果;Get the execution result of the initial page element;
将字段状态、表单变化消息打包形成临时状态,并记录执行结果相应的执行原因。The field status and form change messages are packaged to form a temporary status, and the execution reason corresponding to the execution result is recorded.
一实施例中,所述获取与初始页面元素被动联动的目标页面元素,并执行目标页面元素的被动联动具体为:In an embodiment, the acquiring the target page element that is passively linked with the initial page element, and executing the passive linkage of the target page element is specifically:
根据临时状态及执行效果确定与初始页面元素被动联动的目标页面元素;Determine the target page element passively linked with the initial page element according to the temporary state and execution effect;
基于页面元素之间的被动联动关系执行目标页面元素中字段状态的被动联动;Perform passive linkage of field states in target page elements based on the passive linkage relationship between page elements;
重复执行页面元素中字段状态的被动联动。Repeatedly perform passive linkage of field states in page elements.
一实施例中,所述方法还包括:In one embodiment, the method further includes:
对页面表单中基于主动联动关系和/或被动联动关系进行联动的页面元素进行渲染。Render the page elements in the page form that are linked based on the active linkage relationship and/or the passive linkage relationship.
本发明另一实施例提供的技术方案如下:The technical solution provided by another embodiment of the present invention is as follows:
一种表单生成系统,所述系统包括:A form generation system, the system includes:
配置文件获取模块,用于获取页面配置文件;The configuration file obtaining module is used to obtain the page configuration file;
初始表单生成模块,用于基于页面配置文件对页面元素进行初始化配置,生成初始页面表单;The initial form generation module is used to initialize and configure the page elements based on the page configuration file to generate the initial page form;
目标表单生成模块,用于基于页面元素之间的联动关系执行页面事件的交互,生成目标页面表单。The target form generation module is used to perform the interaction of page events based on the linkage relationship between page elements to generate the target page form.
本发明又一实施例提供的技术方案如下:The technical solution provided by another embodiment of the present invention is as follows:
一种电子设备,包括:An electronic device comprising:
至少一个处理器;以及at least one processor; and
存储器,所述存储器存储指令,当所述指令被所述至少一个处理器执行时,使得所述至少一个处理器执行上述的表单生成方法。A memory, the memory storing instructions that, when executed by the at least one processor, cause the at least one processor to execute the above-described form generation method.
本发明再一实施例提供的技术方案如下:The technical solution provided by another embodiment of the present invention is as follows:
一种机器可读存储介质,其存储有可执行指令,所述指令当被执行时使得所述机器执行上述的表单生成方法。A machine-readable storage medium storing executable instructions that, when executed, cause the machine to perform the above-described form generation method.
本发明具有以下有益效果:The present invention has the following beneficial effects:
本发明基于标准化配置和联动关系,可以在表单系统运行过程中动态执行复杂事件的交互,实现页面元素的有序编排处理,从而快速适应项目变化,保证了临床试验的科学性,以及试验的顺利进行。Based on the standardized configuration and linkage relationship, the invention can dynamically execute the interaction of complex events during the running process of the form system, realize the orderly arrangement and processing of page elements, so as to quickly adapt to project changes, and ensure the scientificity of clinical trials and the smoothness of trials. conduct.
附图说明Description of drawings
为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明中记载的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to explain the embodiments of the present invention or the technical solutions in the prior art more clearly, the following briefly introduces the accompanying drawings that need to be used in the description of the embodiments or the prior art. Obviously, the accompanying drawings in the following description are only These are some embodiments described in the present invention. For those of ordinary skill in the art, other drawings can also be obtained based on these drawings without any creative effort.
图1为本发明中一具体实施例中表单生成方法的流程示意图;1 is a schematic flowchart of a form generation method in a specific embodiment of the present invention;
图2为本发明中一具体实施例中页面事件交互的流程示意图;2 is a schematic flowchart of page event interaction in a specific embodiment of the present invention;
图3为本发明中一具体实施例中表单生成系统的模块示意图。FIG. 3 is a block diagram of a form generation system in a specific embodiment of the present invention.
具体实施方式Detailed ways
以下将结合附图所示的各实施方式对本发明进行详细描述。但该等实施方式并不限制本发明,本领域的普通技术人员根据该等实施方式所做出的结构、方法、或功能上的变换均包含在本发明的保护范围内。The present invention will be described in detail below with reference to the various embodiments shown in the accompanying drawings. However, these embodiments do not limit the present invention, and the structural, method, or functional transformations made by those of ordinary skill in the art based on these embodiments are all included in the protection scope of the present invention.
本发明的说明书和权利要求书及上述附图中的术语“第一”、“第二”、“第三”、“第四”等(如果存在)是用于区别类似的对象,而不必用于描述特定的顺序或先后次序。应该理解这样使用的数据在适当情况下可以互换,以便这里描述的本发明的实施例例如能够以除了在这里图示或描述的那些以外的顺序实施。此外,术语“包括”和“对应于”以及他们的任何变形,意图在于覆盖不排他的包含,例如,包含了一系列步骤或单元的过程、方法、系统、产品或设备不必限于清楚地列出的那些步骤或单元,而是可包括没有清楚地列出的或对于这些过程、方法、产品或设备固有的其它步骤或单元。The terms "first", "second", "third", "fourth", etc. (if present) in the description and claims of the present invention and the above-mentioned drawings are used to distinguish similar objects and are not necessarily used to describe a specific order or sequence. It is to be understood that the data so used are interchangeable under appropriate circumstances such that the embodiments of the invention described herein can, for example, be practiced in sequences other than those illustrated or described herein. Furthermore, the terms "comprising" and "corresponding to", and any variations thereof, are intended to cover non-exclusive inclusion, eg, a process, method, system, product or device comprising a series of steps or units not necessarily limited to those expressly listed but may include other steps or units not expressly listed or inherent to these processes, methods, products or devices.
本发明可适用于的临床试验研究过程中的表单系统,为了实现表单系统中页面元素的联动交互,通常是由开发人员根据项目需要进行硬编码开发表单系统,表单系统无法适应项目变动,当项目变动时需由开发人员再次开发处理。The present invention can be applied to the form system in the clinical trial research process. In order to realize the linkage interaction of page elements in the form system, the developer usually develops the form system by hard-coding according to the needs of the project. The form system cannot adapt to the changes of the project. Changes need to be re-developed by the developer.
基于此,在本发明中首先提供了一种表单生成方法,可以利用服务器来实现表单生成方法,也可以利用终端设备来实现本公开所述的方法,其中,本发明中描述的终端可以包括诸如手机、平板电脑、笔记本电脑、掌上电脑、个人数字助理(PersonalDigitalAssistant,PDA)等移动终端,以及诸如台式计算机等固定终端。Based on this, the present invention first provides a form generation method. The form generation method can be realized by using a server, and the method described in the present disclosure can also be realized by using a terminal device, wherein the terminal described in the present invention can include such as Mobile terminals, such as mobile phones, tablet computers, notebook computers, handheld computers, and personal digital assistants (Personal Digital Assistant, PDA), and stationary terminals such as desktop computers.
于一实施例中,表单系统通过Javascript语言进行开发,页面表单通过终端设备上的浏览器进行呈现。In one embodiment, the form system is developed through the Javascript language, and the page form is presented through the browser on the terminal device.
参图1所示,本发明一具体实施例中的表单生成方法,包括:Referring to Fig. 1, a method for generating a form in a specific embodiment of the present invention includes:
S1、获取页面配置文件。S1. Obtain a page configuration file.
具体地,页面配置文件可以是用于在多个不同终端生成页面表单所依据的配置文件,页面配置文件包括字段挂载信息、字段属性、字段状态、字段初始值等。Specifically, the page configuration file may be a configuration file based on which page forms are generated on multiple different terminals, and the page configuration file includes field mounting information, field attributes, field status, field initial values, and the like.
S2、基于页面配置文件对页面元素进行初始化配置,生成初始页面表单。S2. Initially configure page elements based on the page configuration file, and generate an initial page form.
通过页面配置文件对表单系统中的页面元素进行初始化配置,并生成初始页面表单。本实施例中的页面元素可以是在不同终生成页面表单所采用的基本元素,例如,页面元素可以包括文本元素、单选元素、多选元素、日期元素等等。Initially configure the page elements in the form system through the page configuration file, and generate the initial page form. The page elements in this embodiment may be basic elements used in different final page forms. For example, the page elements may include text elements, single-selection elements, multiple-selection elements, date elements, and the like.
举例而言,如在血糖临床试验表单系统中页面元素可包括用户信息、检测时间、血糖值、血糖范围、诊断信息等。初始化配置过程中需要对各页面元素的字段挂载信息(每个字段对应的挂载点)、字段属性(如数值、文字等)、字段状态、字段初始值等进行配置。For example, in the blood glucose clinical test form system, page elements may include user information, detection time, blood glucose value, blood glucose range, diagnosis information, and the like. During the initial configuration process, it is necessary to configure the field mount information (the mount point corresponding to each field), field attributes (such as numerical value, text, etc.), field status, and field initial value of each page element.
S3、基于初始页面表单中页面元素之间的联动关系执行页面事件的交互,生成目标页面表单。S3. Execute page event interaction based on the linkage relationship between page elements in the initial page form, and generate a target page form.
初始化配置后即可在表单系统中执行页面事件的交互,本实施例中的联动关系为表单进行交互时所采用的逻辑,联动关系包括主动联动关系和被动联动关系。页面事件可以是生成目标页面表单过程中引发页面元素状态变化所对应的触发事件,例如,页面事件可以是用户针对某一页面元素进行用户操作,导致页面表单中的其他页面元素发生状态变化的对应事件。After the initial configuration, the page event interaction can be executed in the form system. The linkage relationship in this embodiment is the logic used when the form interacts, and the linkage relationship includes an active linkage relationship and a passive linkage relationship. A page event can be a trigger event corresponding to a state change of a page element in the process of generating the target page form. For example, a page event can be a user operation on a certain page element that causes the state of other page elements in the page form to change. event.
其中,主动联动关系被配置为页面元素的主动修改,被动联动关系被配置为页面元素之间的被动修改。The active linkage relationship is configured as active modification of page elements, and the passive linkage relationship is configured as passive modification between page elements.
以血糖临床试验表单系统为例,在表单系统中输入检测报告后可以获取用户信息、检测时间、血糖值等页面元素,用户对血糖值的具体数值进行修改则作为主动联动关系。Taking the blood glucose clinical trial form system as an example, after entering the test report in the form system, you can obtain page elements such as user information, test time, blood glucose value, etc., and the user can modify the specific value of the blood glucose value as an active linkage relationship.
血糖值可包括空腹血糖值和餐后血糖值,血糖范围可选为正常、偏高、高,诊断信息可以为正常、糖尿病前期、糖尿病。对应关系如下:The blood sugar value can include fasting blood sugar value and postprandial blood sugar value, the blood sugar range can be selected as normal, high, and high, and the diagnosis information can be normal, pre-diabetic, and diabetic. The corresponding relationship is as follows:
空腹血糖值为3.6~6.1mmol/L时血糖范围正常,诊断信息为正常,空腹血糖值为6.1~7.0mmol/L时血糖范围偏高,诊断信息为糖尿病前期,空腹血糖值大于7.0mmol/L时血糖范围较高,诊断信息为糖尿病;When the fasting blood glucose value is 3.6-6.1 mmol/L, the blood sugar range is normal, and the diagnostic information is normal; when the fasting blood glucose value is 6.1-7.0 mmol/L, the blood glucose range is high, and the diagnostic information is prediabetes, and the fasting blood glucose value is greater than 7.0 mmol/L When the blood sugar range is high, the diagnosis information is diabetes;
餐后血糖值小于7.8mmol/L时血糖范围正常,诊断信息为正常,餐后血糖值为7.8~11.0mmol/L时血糖范围偏高,诊断信息为糖尿病前期,餐后血糖值大于11.0mmol/L时血糖范围较高,诊断信息为糖尿病。When the postprandial blood glucose value is less than 7.8mmol/L, the blood glucose range is normal, and the diagnostic information is normal. When the postprandial blood glucose value is 7.8-11.0mmol/L, the blood glucose range is high, and the diagnostic information is prediabetes, and the postprandial blood glucose value is greater than 11.0mmol/L. The blood glucose range is high at L, and the diagnostic information is diabetes mellitus.
如此,当页面表单中的页面元素基于主动联动关系被修改后,需基于被动联动关系修改其他页面元素的信息,如当空腹血糖值或餐后血糖值修改后,血糖范围会被动联动,而血糖范围被动联动后,诊断信息会进一步被动联动。In this way, when the page elements in the page form are modified based on the active linkage relationship, the information of other page elements needs to be modified based on the passive linkage relationship. For example, when the fasting blood glucose value or the postprandial blood glucose value is modified, the blood sugar range After the range is passively linked, the diagnostic information will be further passively linked.
参图2所示,本发明中的步骤S3包括以下步骤:Referring to Figure 2, step S3 in the present invention includes the following steps:
S31、执行初始页面元素的主动联动。S31. Execute the active linkage of the initial page element.
首先获取初始页面元素中字段状态的变化,并发布表单变化消息;First get the change of the field state in the initial page element, and publish the form change message;
然后获取初始页面元素的执行结果;Then get the execution result of the initial page element;
最后将字段状态、表单变化消息打包形成临时状态,并记录执行结果相应的执行原因。Finally, the field status and form change message are packaged to form a temporary status, and the execution reason corresponding to the execution result is recorded.
例如,上述示例中的初始页面元素为血糖值,包括正常血糖值和餐后血糖值,用户对血糖值的修改即为初始页面元素的主动联动。For example, the initial page element in the above example is the blood sugar value, including the normal blood sugar value and the postprandial blood sugar value, and the user's modification of the blood sugar value is the active linkage of the initial page element.
S32、获取与初始页面元素被动联动的目标页面元素,并执行目标页面元素的被动联动。S32: Acquire the target page element that is passively linked with the initial page element, and execute the passive linkage of the target page element.
首先根据临时状态及执行效果确定与初始页面元素被动联动的目标页面元素;First, determine the target page element passively linked with the initial page element according to the temporary state and execution effect;
然后基于页面元素之间的被动联动关系执行目标页面元素中字段状态的被动联动。Then, the passive linkage of the field states in the target page element is performed based on the passive linkage relationship between the page elements.
例如,上述示例中的初始页面元素为血糖值,目标页面元素为血糖范围,血糖值和血糖范围存在上述的对应关系,当血糖范围主动修改后,血糖范围也会被动联动修改。For example, the initial page element in the above example is the blood sugar value, and the target page element is the blood sugar range. The blood sugar value and the blood sugar range have the above corresponding relationship. When the blood sugar range is actively modified, the blood sugar range will also be passively modified.
S33、重复上述步骤以完成所有页面元素之间的联动。S33. Repeat the above steps to complete the linkage between all page elements.
当目标页面元素完成被动联动后,继续检查该目标页面元素的监听者,当检查到新的监听者后继续按照上述步骤完成后续所有页面元素的被动联动。当页面表单中的所有页面元素联动完成后即完成了整个生命周期中页面事件的交互,最终生成整个生命周期的目标页面表单。After the passive linkage of the target page element is completed, continue to check the listener of the target page element, and when a new listener is detected, continue to complete the passive linkage of all subsequent page elements according to the above steps. When the linkage of all page elements in the page form is completed, the interaction of page events in the entire life cycle is completed, and the target page form for the entire life cycle is finally generated.
例如,上述示例中的血糖范围被动联动后,以血糖范围作为初始页面元素,检查到血糖范围的监听者为诊断信息,并基于上述血糖范围和诊断信息的对应关系,执行诊断信息的被动联动修改。For example, after the blood sugar range is passively linked in the above example, the blood sugar range is used as the initial page element, the listener who checks the blood sugar range is the diagnostic information, and the passive linkage modification of the diagnostic information is performed based on the corresponding relationship between the blood sugar range and the diagnostic information. .
进一步地,可对页面表单中基于主动联动关系和/或被动联动关系进行联动的页面元素进行渲染,例如对主动联动的页面元素采用第一模式进行渲染,如用第一颜色进行突出显示,对被动联动的页面元素采用第二模式进行渲染,如用第二颜色进行突出显示,最终将页面表单呈现于终端设备上。Further, the page elements that are linked based on the active linkage relationship and/or the passive linkage relationship in the page form can be rendered, for example, the active linkage page elements are rendered in the first mode, such as highlighting with the first color, and the The passively linked page elements are rendered in the second mode, such as highlighting with a second color, and finally the page form is presented on the terminal device.
相较于现有技术采用观察者模式设计的表单系统中各自点对点进行无序的事件处理,本发明采用发布订阅模式,在表单系统运行过程中动态执行复杂事件的交互,实现页面元素的有序编排处理,当项目发生变更时,可以由实施人员在线对页面表单进行调整以适应项目变动,不必再由开发人员再次开发处理。Compared with the point-to-point unordered event processing in the form system designed by the observer mode in the prior art, the present invention adopts the publish-subscribe mode to dynamically execute the interaction of complex events during the running process of the form system, so as to realize the ordering of page elements. Orchestration processing, when the project changes, the implementer can adjust the page form online to adapt to the project change, and it is no longer necessary for the developer to develop and process it again.
参图3所示,本发明还公开了一种表单生成系统,包括:Referring to Figure 3, the present invention also discloses a form generation system, including:
配置文件获取模块10,用于获取页面配置文件;The configuration
初始表单生成模块20,用于基于页面配置文件对页面元素进行初始化配置,生成初始页面表单;The initial
目标表单生成模块30,用于基于页面元素之间的联动关系执行页面事件的交互,生成目标页面表单。The target
本发明还公开了一种电子设备,包括:至少一个处理器;以及存储器,存储器存储指令,在存储器中存储的计算机可执行指令当执行时使得至少一个处理器进行本说明书中描述的各种操作和功能。The present invention also discloses an electronic device, comprising: at least one processor; and a memory, which stores instructions, and the computer-executable instructions stored in the memory, when executed, cause at least one processor to perform various operations described in this specification and function.
在本说明书的实施例中,电子设备可以包括但不限于:个人计算机、服务器计算机、工作站、桌面型计算机、膝上型计算机、笔记本计算机、移动电子设备、智能电话、平板计算机、蜂窝电话、个人数字助理(PDA)、手持装置、消息收发设备、可佩戴电子设备、消费电子设备等等。In embodiments of this specification, electronic devices may include, but are not limited to: personal computers, server computers, workstations, desktop computers, laptop computers, notebook computers, mobile electronic devices, smart phones, tablet computers, cellular phones, personal Digital Assistants (PDAs), handheld devices, messaging devices, wearable electronics, consumer electronics, and the like.
本发明还提供了一种比如机器可读介质的程序产品。机器可读介质可以具有指令(即,上述以软件形式实现的元素),该指令当被机器执行时,使得机器执行本说明书描述的各种操作和功能。具体地,可以提供配有可读存储介质的系统或者装置,在该可读存储介质上存储着实现上述实施例中的功能的软件程序代码,且使该系统或者装置的计算机或处理器读出并执行存储在该可读存储介质中的指令。The present invention also provides a program product such as a machine-readable medium. The machine-readable medium may have instructions (ie, the above-described elements implemented in software) that, when executed by a machine, cause the machine to perform the various operations and functions described in this specification. Specifically, it is possible to provide a system or apparatus equipped with a readable storage medium, on which software program codes for realizing the functions in the above-described embodiments are stored, and which are read by a computer or processor of the system or apparatus and execute the instructions stored in the readable storage medium.
在这种情况下,从可读介质读取的程序代码本身可实现上述实施例中任何一项实施例的功能,因此机器可读代码和存储机器可读代码的可读存储介质构成了本说明书的一部分。In this case, the program code itself read from the readable medium can realize the functions of any one of the above-described embodiments, and thus the machine-readable code and the readable storage medium storing the machine-readable code constitute the present specification a part of.
可读存储介质的实施例包括软盘、硬盘、磁光盘、光盘(如CD-ROM、CD-R、CD-RW、DVD-ROM、DVD-RAM、DVD-RW、DVD-RW)、磁带、非易失性存储卡和ROM。可选择地,可以由通信网络从服务器计算机上或云上下载程序代码。Examples of readable storage media include floppy disks, hard disks, magneto-optical disks, optical disks (eg, CD-ROM, CD-R, CD-RW, DVD-ROM, DVD-RAM, DVD-RW, DVD-RW), magnetic tape, non- Volatile memory cards and ROMs. Alternatively, the program code may be downloaded from a server computer or the cloud over a communications network.
本领域技术人员应当理解,上面公开的各个实施例可以在不偏离发明实质的情况下做出各种变形和修改。因此,本说明书的保护范围应当由所附的权利要求书来限定。It should be understood by those skilled in the art that various variations and modifications may be made to the various embodiments disclosed above without departing from the spirit of the invention. Accordingly, the scope of protection of this specification should be defined by the appended claims.
需要说明的是,上述各流程和各系统结构图中不是所有的步骤和单元都是必须的,可以根据实际的需要忽略某些步骤或单元。各步骤的执行顺序不是固定的,可以根据需要进行确定。上述各实施例中描述的装置结构可以是物理结构,也可以是逻辑结构,即,有些单元可能由同一物理客户实现,或者,有些单元可能分由多个物理客户实现,或者,可以由多个独立设备中的某些部件共同实现。It should be noted that not all steps and units in the above-mentioned processes and system structure diagrams are necessary, and some steps or units may be omitted according to actual needs. The execution order of each step is not fixed and can be determined as required. The device structure described in the above embodiments may be a physical structure or a logical structure, that is, some units may be implemented by the same physical client, or some units may be implemented by multiple physical clients, or may be implemented by multiple physical clients. Some components in separate devices are implemented together.
以上各实施例中,硬件单元或模块可以通过机械方式或电气方式实现。例如,一个硬件单元、模块或处理器可以包括永久性专用的电路或逻辑(如专门的处理器,FPGA或ASIC)来完成相应操作。硬件单元或处理器还可以包括可编程逻辑或电路(如通用处理器或其它可编程处理器),可以由软件进行临时的设置以完成相应操作。具体的实现方式(机械方式、或专用的永久性电路、或者临时设置的电路)可以基于成本和时间上的考虑来确定。In the above embodiments, the hardware units or modules may be implemented mechanically or electrically. For example, a hardware unit, module or processor may include permanent dedicated circuits or logic (eg, dedicated processors, FPGAs or ASICs) to perform corresponding operations. The hardware unit or processor may also include programmable logic or circuits (such as a general-purpose processor or other programmable processors), which may be temporarily set by software to complete corresponding operations. The specific implementation (mechanical, or dedicated permanent circuit, or temporarily provided circuit) can be determined based on cost and time considerations.
上面结合附图阐述的具体实施方式描述了示例性实施例,但并不表示可以实现的或者落入权利要求书的保护范围的所有实施例。在整个本说明书中使用的术语“示例性”意味着“用作示例、实例或例示”,并不意味着比其它实施例“优选”或“具有优势”。出于提供对所描述技术的理解的目的,具体实施方式包括具体细节。然而,可以在没有这些具体细节的情况下实施这些技术。在一些实例中,为了避免对所描述的实施例的概念造成难以理解,公知的结构和装置以框图形式示出。The detailed description set forth above in connection with the accompanying drawings describes exemplary embodiments and does not represent all embodiments that may be implemented or fall within the scope of the claims. The term "exemplary" as used throughout this specification means "serving as an example, instance, or illustration" and does not mean "preferred" or "advantage" over other embodiments. The detailed description includes specific details for the purpose of providing an understanding of the described technology. However, these techniques may be practiced without these specific details. In some instances, well-known structures and devices are shown in block diagram form in order to avoid obscuring the concepts of the described embodiments.
本公开内容的上述描述被提供来使得本领域任何普通技术人员能够实现或者使用本公开内容。对于本领域普通技术人员来说,对本公开内容进行的各种修改是显而易见的,并且,也可以在不脱离本公开内容的保护范围的情况下,将本文所对应的一般性原理应用于其它变型。因此,本公开内容并不限于本文所描述的示例和设计,而是与符合本文公开的原理和新颖性特征的最广范围相一致。The above description of the present disclosure is provided to enable any person of ordinary skill in the art to make or use the present disclosure. Various modifications to the present disclosure will be readily apparent to those of ordinary skill in the art, and the general principles corresponding herein may also be applied to other modifications without departing from the scope of the present disclosure. . Thus, the present disclosure is not intended to be limited to the examples and designs described herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.
Claims (10)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202210803264.5A CN115206475A (en) | 2022-07-07 | 2022-07-07 | Form generation method and device, electronic equipment and storage medium |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202210803264.5A CN115206475A (en) | 2022-07-07 | 2022-07-07 | Form generation method and device, electronic equipment and storage medium |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| CN115206475A true CN115206475A (en) | 2022-10-18 |
Family
ID=83579556
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN202210803264.5A Pending CN115206475A (en) | 2022-07-07 | 2022-07-07 | Form generation method and device, electronic equipment and storage medium |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN115206475A (en) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN116204221A (en) * | 2023-01-19 | 2023-06-02 | 蜗牛保险经纪有限公司 | Insurance form configuration method, insurance form configuration rendering and device |
| CN116521736A (en) * | 2023-05-06 | 2023-08-01 | 无阶科技(上海)有限公司 | Method for associating data in form |
Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN110889270A (en) * | 2018-08-16 | 2020-03-17 | 阿里巴巴集团控股有限公司 | Form page document generation method and form page rendering method and device |
| CN112416349A (en) * | 2020-12-08 | 2021-02-26 | 携程计算机技术(上海)有限公司 | Form page generation method, system, equipment and storage medium |
| CN112926008A (en) * | 2021-02-26 | 2021-06-08 | 北京百度网讯科技有限公司 | Method and device for generating form page, electronic equipment and storage medium |
| CN113609421A (en) * | 2021-08-10 | 2021-11-05 | 平安科技(深圳)有限公司 | Page data updating method and device, computer equipment and storage medium |
| CN114253537A (en) * | 2021-12-20 | 2022-03-29 | 北京沃东天骏信息技术有限公司 | Form generation method and device, electronic device and storage medium |
| CN114491354A (en) * | 2020-11-13 | 2022-05-13 | 腾讯科技(深圳)有限公司 | Page generation method and device and computer readable storage medium |
-
2022
- 2022-07-07 CN CN202210803264.5A patent/CN115206475A/en active Pending
Patent Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN110889270A (en) * | 2018-08-16 | 2020-03-17 | 阿里巴巴集团控股有限公司 | Form page document generation method and form page rendering method and device |
| CN114491354A (en) * | 2020-11-13 | 2022-05-13 | 腾讯科技(深圳)有限公司 | Page generation method and device and computer readable storage medium |
| CN112416349A (en) * | 2020-12-08 | 2021-02-26 | 携程计算机技术(上海)有限公司 | Form page generation method, system, equipment and storage medium |
| CN112926008A (en) * | 2021-02-26 | 2021-06-08 | 北京百度网讯科技有限公司 | Method and device for generating form page, electronic equipment and storage medium |
| CN113609421A (en) * | 2021-08-10 | 2021-11-05 | 平安科技(深圳)有限公司 | Page data updating method and device, computer equipment and storage medium |
| CN114253537A (en) * | 2021-12-20 | 2022-03-29 | 北京沃东天骏信息技术有限公司 | Form generation method and device, electronic device and storage medium |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN116204221A (en) * | 2023-01-19 | 2023-06-02 | 蜗牛保险经纪有限公司 | Insurance form configuration method, insurance form configuration rendering and device |
| CN116521736A (en) * | 2023-05-06 | 2023-08-01 | 无阶科技(上海)有限公司 | Method for associating data in form |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US10795793B1 (en) | Method and system for simulating system failures using domain-specific language constructs | |
| CN107870845A (en) | Towards the management method and system of micro services framework applications | |
| US9971563B2 (en) | Systems and methods for low interference logging and diagnostics | |
| CN109783345B (en) | Method and system for testing small program performance | |
| US10630399B2 (en) | Testing distributed applications that have an established exchange in an advanced message queuing protocol (AMQP) message broker | |
| CN112631924A (en) | Automatic testing method and device, computer equipment and storage medium | |
| CN116561146B (en) | Database log recording method, device, computer equipment and computer readable storage medium | |
| CN115206475A (en) | Form generation method and device, electronic equipment and storage medium | |
| WO2015039793A1 (en) | Derivation of generalized test cases | |
| CN113190427B (en) | Method and device for monitoring blocking, electronic equipment and storage medium | |
| Dobrica et al. | Experiencing native mobile health applications development | |
| CN111367799A (en) | Method, apparatus, medium and electronic device for locating source code crash location | |
| CN118519920B (en) | Automated testing method, device, equipment and storage medium | |
| CN112230944B (en) | Application installation method, device, electronic equipment and computer readable medium | |
| CN113377648B (en) | Software system diagnosis method, device, electronic equipment and computer readable medium | |
| CN114721740B (en) | Message triggering method, device, equipment and storage medium | |
| CN118363846A (en) | Test method and device | |
| US20150186254A1 (en) | Testing of transaction tracking software | |
| CN110471828A (en) | A kind of operating system testing method, apparatus and its equipment | |
| CN115134228A (en) | Environment link supply and detection method, device, equipment, medium and program product | |
| CN114691499A (en) | Wearable device test method, device, wearable device and medium | |
| CN108234621A (en) | A kind of method and mobile terminal for handling mobile terminal advertisement displaying | |
| CN114936148A (en) | Page testing method and device, electronic equipment and readable storage medium | |
| CN114036060A (en) | Method, system and computer readable medium for chip testing | |
| EP4654020A1 (en) | Power state framework |
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 |