CN109165053B - Application software menu configuration method, mobile terminal and computer readable storage medium - Google Patents

Application software menu configuration method, mobile terminal and computer readable storage medium Download PDF

Info

Publication number
CN109165053B
CN109165053B CN201810927335.6A CN201810927335A CN109165053B CN 109165053 B CN109165053 B CN 109165053B CN 201810927335 A CN201810927335 A CN 201810927335A CN 109165053 B CN109165053 B CN 109165053B
Authority
CN
China
Prior art keywords
menu
application software
keyword
data
database
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.)
Active
Application number
CN201810927335.6A
Other languages
Chinese (zh)
Other versions
CN109165053A (en
Inventor
彭少毅
杨左元
吕稚童
黄新星
彭飞
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Kangmei Healthcare Cloud Service Co ltd
Original Assignee
Kangmei Healthcare Cloud Service 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 Kangmei Healthcare Cloud Service Co ltd filed Critical Kangmei Healthcare Cloud Service Co ltd
Priority to CN201810927335.6A priority Critical patent/CN109165053B/en
Publication of CN109165053A publication Critical patent/CN109165053A/en
Application granted granted Critical
Publication of CN109165053B publication Critical patent/CN109165053B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming
    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16HHEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
    • G16H10/00ICT specially adapted for the handling or processing of patient-related medical or healthcare data
    • G16H10/60ICT specially adapted for the handling or processing of patient-related medical or healthcare data for patient-specific data, e.g. for electronic patient records

Abstract

The invention discloses an application software menu configuration method, a mobile terminal and a computer readable storage medium, wherein the method is applied to the mobile terminal and comprises the following steps: receiving keyword parameters input by a developer, wherein the keyword parameters are determined according to the dimension analysis of the user requirements; searching a database of the application software according to the keyword parameters; and acquiring data matched with the keyword parameters, calling the data to generate a menu displayed on the application software client, and completing menu configuration. According to the invention, the user sets the keywords according to the requirement to search the data source to generate the menu, so that the dynamic display functions of the menu, such as operation tracks, process links, life cycles and the like of the services can be displayed from a plurality of different dimensions, the requirements of different customers on different data dimension requirements are met, and the technical problems of single function, high configuration difficulty, complex program coding, fixed menu options and single service information dimension displayed on a user interface of the conventional application software fixed menu are solved.

Description

Application software menu configuration method, mobile terminal and computer readable storage medium
Technical Field
The invention relates to the technical field of mobile internet, in particular to an application software menu configuration method, a mobile terminal and a computer readable storage medium.
Background
The application software is a part of software provided for meeting application requirements of users in different fields and different problems, taking Electronic Medical Record software as an example, along with informatization of a Medical system, the use of Electronic Medical Records (EMR) is more and more extensive, the Electronic Medical records generally comprise abundant information such as clinical diagnosis records, past Medical history, examination reports and treatment medicines of patients and are records of Medical activity processes of Medical staff for examination, diagnosis, treatment and the like on occurrence, development and regression of diseases of the patients; the collected data are summarized, sorted and comprehensively analyzed, and the patient medical health file written according to the specified format and requirements is beneficial to clinical medical research and can better diagnose, prevent and treat human diseases.
In the prior art, the maintenance of the menu of the application software needs to be configured in the data storage unit, the system menu is loaded through the menu path, and when the submenu is configured, the related custom xml is configured on the basis of the submenu to judge whether the content exists or not, so that whether the menu is loaded or not is further confirmed, the program coding is complex, the menu configuration difficulty is high, the data structure of the menu page which can be displayed to a user is single, and the requirements of different customers on different data dimensions cannot be met. Taking electronic medical record software as an example, the existing electronic medical record software menu is realized through coding, the menu page is fixed and complex in coding, the information dimension provided for medical staff by the menu page is single, and data such as the treatment period of a patient can not be completely reflected, so that the medical staff can only check and analyze the relevant information of the patient from the single dimension, and can not comprehensively analyze the state of an illness, the treatment means and the like of the patient from a plurality of information dimensions of the patient, the treatment complexity and the repeatability are increased, and the recovery of the patient is not facilitated.
Disclosure of Invention
The invention mainly aims to solve the technical problems of complex coding of application software menu configuration programs, high difficulty, fixed menu options and single dimension of service information displayed on a user interface.
In order to achieve the above object, the present invention provides a method for configuring an application software menu, which is applied to a mobile terminal, and comprises the following steps:
receiving keyword parameters input by a developer, wherein the keyword parameters are determined according to the dimension analysis of the user requirement;
searching a database of the application software according to the keyword parameters;
and acquiring data matched with the keyword parameters, calling the data to generate a menu displayed on the application software client, and completing menu configuration.
Preferably, the step of searching the database of the application software according to the keyword parameter includes:
receiving a lower menu URL, a lower menu name and a lower menu name value input by a developer;
and opening the keyword parameter through the subordinate menu name value, and calling the subordinate menu URL to access the database of the application software based on the keyword parameter.
Preferably, the step of acquiring the data matched with the keyword parameter, calling the data to generate a menu displayed on the application software client, and completing the menu configuration includes:
and acquiring data matched with the keyword parameters from the database of the application software, calling the data, generating a menu according to the content of the subordinate menu name, and displaying the menu on the client side of the application software to complete menu configuration.
Preferably, the step of searching the database of the application software according to the keyword parameter includes:
receiving a lower menu URL, a lower menu name value, a final menu URL, a final menu name and a final menu name value which are input by a developer;
opening the keyword parameter through the subordinate menu name value, calling the subordinate menu URL to access the database of the application software based on the keyword parameter, and acquiring a first data group matched with the keyword parameter from the database of the application software;
and opening the keyword parameter through the final menu name value, and calling the URL of the final menu to access the first data group based on the keyword parameter.
Preferably, the step of acquiring the data matched with the keyword parameter, calling the data to generate a menu displayed on the application software client, and completing the menu configuration includes:
and acquiring a second data group matched with the keyword parameter from the first data group, calling the second data group, generating a menu according to the content of the final menu name, and displaying the menu on the application software client to complete menu configuration.
In addition, to achieve the above object, the present invention also provides a mobile terminal, including: a memory, a processor, and a configuration program of an application software menu stored on the memory and executable on the processor, the configuration program of the application software menu implementing the following steps when executed by the processor:
receiving keyword parameters input by a developer, wherein the keyword parameters are determined according to the dimension analysis of the user requirement;
searching a database of the application software according to the keyword parameters;
and acquiring data matched with the keyword parameters, calling the data to generate a menu displayed on the application software client, and completing menu configuration.
Preferably, the configuration program of the application software menu further implements the following steps when executed by the processor:
receiving a lower menu URL, a lower menu name and a lower menu name value input by a developer;
and opening the keyword parameter through the subordinate menu name value, and calling the subordinate menu URL to access the database of the application software based on the keyword parameter.
Preferably, the configuration program of the application software menu further implements the following steps when executed by the processor:
and acquiring data matched with the keyword parameters from the database of the application software, calling the data, generating a menu according to the content of the subordinate menu name, and displaying the menu on the client side of the application software to complete menu configuration.
Preferably, the configuration program of the application software menu further implements the following steps when executed by the processor:
receiving a lower menu URL, a lower menu name value, a final menu URL, a final menu name and a final menu name value which are input by a developer;
opening the keyword parameter through the subordinate menu name value, calling the subordinate menu URL to access the database of the application software based on the keyword parameter, and acquiring a first data group matched with the keyword parameter from the database of the application software;
opening the keyword parameter through the final menu name value, and calling the final menu URL to access the first data group based on the keyword parameter;
and acquiring a second data group matched with the keyword parameter from the first data group, calling the second data group, generating a menu according to the content of the final menu name, and displaying the menu on the application software client to complete menu configuration.
In addition, to achieve the above object, the present invention further provides a computer readable storage medium, on which a configuration program of an application software menu is stored, and the configuration program of the application software menu, when executed by a processor, implements the steps of the application software menu configuration method as described above.
One or more technical solutions provided in the embodiments of the present application have at least the following technical effects or advantages:
compared with the prior art, the application software menu configuration method provided by the invention has the advantages that the keyword parameters input by a developer are received, and the keyword parameters are analyzed and dimension determined according to the requirements of the user; searching a database of the application software according to the keyword parameters; acquiring data matched with the keyword parameters, and calling the data to generate a menu displayed on the application software client so as to complete menu configuration; the method can simplify the operation complexity caused by the fact that the existing application software menu configuration needs to be coded and realized, reduce the menu configuration difficulty, set up the keyword search data source according to the needs by the user, realize that the menu page can be shown to the user through the data display mode of multidimension, the menu can show abundant data such as operation track, flow link, life cycle of business from a plurality of different dimensions, the user can carry out comprehensive analysis to the business from a plurality of businesses, and the requirements of different businesses of different customers on the data dimension are different are met.
Drawings
Fig. 1 is a schematic structural diagram of a hardware operating environment of a mobile terminal according to an embodiment of the present invention.
FIG. 2 is a flowchart illustrating a first embodiment of a menu configuration method for application software according to the present invention.
FIG. 3 is a flowchart illustrating a second embodiment of a menu configuration method for application software according to the present invention.
FIG. 4 is a flowchart illustrating a third embodiment of a menu configuration method for application software according to the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The main solution of the embodiment of the invention is as follows: receiving keyword parameters input by a developer, wherein the keyword parameters are determined according to the dimension analysis of the user requirement; searching a database of the application software according to the keyword parameters; and acquiring data matched with the keyword parameters, calling the data to generate a menu displayed on the application software client, and completing menu configuration.
In the prior art, application software menu maintenance needs to be configured in a data storage unit, a system menu is loaded through a menu path, and related custom xml needs to be configured on the basis of a submenu to judge whether contents exist or not when the submenu is configured, so that whether the menu is loaded or not is further confirmed, and problems that program coding is complex, menu configuration difficulty is high, a user can only check and analyze service related information from a single dimension and the like are caused.
The method comprises the steps of receiving keyword parameters input by a developer, wherein the keyword parameters are determined according to the analysis dimension of the user requirement; searching a database of the application software according to the keyword parameters; the method comprises the steps of obtaining data matched with key word parameters, calling the data to generate a menu displayed on an application software client, completing menu configuration, simplifying operation complexity caused by coding implementation of the existing application software menu configuration, reducing menu configuration difficulty, enabling a user to set key word searching data sources according to needs, enabling a menu page to be displayed to the user in a multi-dimensional dynamic data display mode, enabling the menu to display rich data such as operation tracks, flow links and life cycles of services from multiple different dimensions, enabling the user to comprehensively analyze the services from the multiple services, and meeting requirements of different clients for different services and different data dimension requirements.
For a better understanding of the above technical solutions, exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
Referring to fig. 1, fig. 1 is a schematic structural diagram of a hardware operating environment of a mobile terminal according to an embodiment of the present invention.
In the following description, suffixes such as "module", "component", or "unit" used to denote elements are used only for facilitating the explanation of the present invention, and have no specific meaning in itself. Thus, "module", "component" or "unit" may be used mixedly.
As shown in fig. 1, the mobile terminal may include: a processor 1001, such as a CPU, a network interface 1004, a user interface 1003, a memory 1005, a communication bus 1002. Wherein a communication bus 1002 is used to enable connective communication between these components. The user interface 1003 may include a Display screen (Display), an input unit such as a Keyboard (Keyboard), and the optional user interface 1003 may also include a standard wired interface, a wireless interface. The network interface 1004 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface). The memory 1005 may be a high-speed RAM memory or a non-volatile memory (e.g., a magnetic disk memory). The memory 1005 may alternatively be a storage device separate from the processor 1001.
Those skilled in the art will appreciate that the terminal structure shown in fig. 1 is not intended to be limiting 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, a memory 1005, which is a kind of computer storage medium, may include therein a configuration program of an operating system, a network communication module, a user interface module, and an application software menu.
In the terminal shown in fig. 1, the network interface 1004 is mainly used for connecting to a backend server and performing data communication with the backend server; the user interface 1003 is mainly used for connecting a client (user side) and performing data communication with the client; and the processor 1001 may be configured to call a menu configuration program of the application software stored in the memory 1005 and perform the following operations:
receiving keyword parameters input by a developer, wherein the keyword parameters are determined according to the dimension analysis of the user requirement;
searching a database of the application software according to the keyword parameters;
and acquiring data matched with the keyword parameters, calling the data to generate a menu displayed on the application software client, and completing menu configuration.
Further, the processor 1001 may call a menu configuration program of the application software stored in the memory 1005, and also perform the following operations:
receiving a lower menu URL, a lower menu name and a lower menu name value input by a developer;
and opening the keyword parameter through the subordinate menu name value, and calling the subordinate menu URL to access the database of the application software based on the keyword parameter.
Further, the processor 1001 may call a menu configuration program of the application software stored in the memory 1005, and also perform the following operations:
and acquiring data matched with the keyword parameters from the database of the application software, calling the data, generating a menu according to the content of the subordinate menu name, and displaying the menu on the client side of the application software to complete menu configuration.
Further, the processor 1001 may call a menu configuration program of the application software stored in the memory 1005, and also perform the following operations:
receiving a lower menu URL, a lower menu name value, a final menu URL, a final menu name and a final menu name value which are input by a developer;
opening the keyword parameter through the subordinate menu name value, calling the subordinate menu URL to access the database of the application software based on the keyword parameter, and acquiring a first data group matched with the keyword parameter from the database of the application software;
opening the keyword parameter through the final menu name value, and calling the final menu URL to access the first data group based on the keyword parameter;
and acquiring a second data group matched with the keyword parameter from the first data group, calling the second data group, generating a menu according to the content of the final menu name, and displaying the menu on the application software client to complete menu configuration.
Based on the hardware structure, the embodiment of the application software menu configuration method is provided.
Referring to fig. 2, fig. 2 is a schematic flowchart of a first embodiment of a method for configuring an application software menu according to the present invention, where the method includes:
step S10, receiving keyword parameters input by a developer, wherein the keyword parameters are determined according to the analysis dimension of the user requirement;
the application software is a part of software provided for meeting application requirements of users in different fields and different problems, taking Electronic Medical Record software as an example, along with informatization of a Medical system, the use of Electronic Medical Records (EMR) is more and more extensive, the Electronic Medical records generally comprise abundant information such as clinical diagnosis records, past Medical history, examination reports and treatment medicines of patients and are records of Medical activity processes of Medical staff for examination, diagnosis, treatment and the like on occurrence, development and regression of diseases of the patients; the collected data are summarized, sorted and comprehensively analyzed, and the patient medical health file written according to the specified format and requirements is beneficial to clinical medical research and can better diagnose, prevent and treat human diseases.
In the prior art, the maintenance of the menu of the application software needs to be configured in the data storage unit, the system menu is loaded through the menu path, and when the submenu is configured, the related custom xml is configured on the basis of the submenu to judge whether the content exists or not, so that whether the menu is loaded or not is further confirmed, the program coding is complex, the menu configuration difficulty is high, the data structure of the menu page which can be displayed to a user is single, and the requirements of different customers on different data dimensions cannot be met. Taking electronic medical record software as an example, the existing electronic medical record software menu is realized through coding, the menu page is fixed and complex in coding, the information dimension provided for medical staff by the menu page is single, and data such as the treatment period of a patient can not be completely reflected, so that the medical staff can only check and analyze the relevant information of the patient from the single dimension, and can not comprehensively analyze the state of an illness, the treatment means and the like of the patient from a plurality of information dimensions of the patient, the treatment complexity and the repeatability are increased, and the recovery of the patient is not facilitated.
In this embodiment, the application software presets a configuration menu for a user to define analysis dimensions, a keyword parameter determined by the user according to the required analysis dimensions is input in the configuration menu, a developer may be an application software server-side worker or a user body, the keyword parameter may be freely combined according to the dimensions required by the user, and service data corresponding to the keyword parameter is preset in a database of the application software.
Step S20, searching the database of the application software according to the keyword parameters;
in the step, the keyword parameter searches a database of the application software according to a configured data source path, the keyword parameter is matched with data in the database of the application software in a characteristic way, business data matched with the keyword parameter is found in the database of the application software, and the keyword parameter is used as a window parameter for opening a required analysis dimension data window.
Step S30, acquiring data matched with the keyword parameters, calling the data to generate a menu displayed on the application software client, and completing menu configuration;
after the step of searching the database of the application software according to the keyword parameters, acquiring data matched with the keyword parameters, configuring a menu to accept the free combination of various keyword parameters, calling business data corresponding to the keyword parameters from the database of the application software through the freely combined keyword parameters, and displaying menu names and contents of different formats and icons which take the keyword parameters as analysis dimensions on a client so as to meet different requirements of users; the method can completely and dynamically embody the life cycle of the product, complete the flow tracing function of the product, and avoid the operation complexity caused by using a code configuration menu.
According to the scheme, the operation complexity caused by the fact that the existing application software menu configuration needs to be coded and realized can be simplified, the menu configuration difficulty is reduced, the user can set the keyword search data source according to the needs, the menu page can be displayed to the user in a multi-dimensional data display mode, the menu can display the operation track, the flow link, the life cycle and other rich data of the business from multiple different dimensions, the user can comprehensively analyze the business from multiple data dimensions, and the requirements of different customers on different data dimensions are met.
Further, referring to fig. 3, fig. 3 is a flowchart illustrating a second embodiment of the application menu configuration method according to the present invention. Based on the above-mentioned embodiment shown in fig. 2, step S20 may include:
step S21, receiving the lower menu URL, lower menu name and lower menu name value inputted by the developer;
step S22, opening the keyword parameter through the subordinate menu name value, and calling the subordinate menu URL to access the database of the application software based on the keyword parameter.
Specifically, the keyword parameters search a database of the application software according to a configured lower menu URL path, the keyword parameters are subjected to feature matching with data in the database of the application software, service data matched with the keyword parameters are found in the database of the application software, and the keyword parameters are used as window parameters for opening a required analysis dimension data window.
Based on the above-mentioned embodiment shown in fig. 2, step S30 may include:
step S31, obtaining data matched with the keyword parameter from the database of the application software, calling the data and generating a menu with the content of the subordinate menu name, displaying the menu on the application software client, and completing the menu configuration.
In this embodiment, the application software presets a configuration menu for a user to self-define analysis dimensions, a keyword parameter determined by the user according to the required analysis dimensions is input in the configuration menu, the keyword parameter can be freely combined according to the dimension required by the user, and service data corresponding to the keyword parameter is preset in a database of the application software;
specifically, a configuration menu presets a fixed menu and a self-defined menu, and the self-defined menu is associated with the fixed menu in a dynamic submenu by taking the fixed menu as a root menu; the fixed menu realizes the fixed menu function through coding, the fixed menu is used as a root menu, the user-defined menu is used for being hierarchically associated with the root menu in the form of submenus, the user-defined menu is dynamically set without depending on a fixed page, the user-defined menu receives free combination of various keyword parameters, business data corresponding to the keyword parameters are called from a database of application software through the freely combined keyword parameters, different formats with the keyword parameters as analysis dimensions and menu names and contents of icons are formed and displayed on a client, and different requirements of users are met; moreover, the life cycle of the product can be completely and dynamically reflected, the flow tracing function of the product is completed, and the operation complexity caused by using a coding configuration menu is avoided.
The user-defined menu displays the whole life track of the product by means of a hierarchical mode of taking the fixed menu as a root menu, can trace back the flow links of the product, and displays the multidimensional data of the product in display modes of different product types through user-defined service menu configuration.
In this embodiment, the keyword parameter is opened through a lower menu name value, the lower menu URL is called to access the database of the application software based on the keyword parameter, the keyword parameter is matched with the data in the database of the application software and the characteristics are performed, the service data matched with the keyword parameter is found in the database of the application software, the keyword parameter is used as a window parameter for opening a required analysis dimension data window, the data matched with the keyword parameter is obtained from the database of the application software, the data is called and a menu is generated according to the content of the lower menu name, the menu is displayed on the application software client to complete menu configuration, the lower menu traces back the whole life track of the product by means of a hierarchical mode in which a fixed menu is used as a root menu, the flow link of the product can be traced, and the service menu configuration is customized, the analysis dimension is wide, and the operation tracks of the products are displayed in the display modes of different product types.
According to the scheme, the user-defined menu in the configuration menu is used without coding, a plurality of keyword free combinations are formulated as window transmission parameters according to service requirement analysis dimensionality, the keyword parameters are used for searching the database of the application software through the URL of the lower menu, the window transmission parameters are used for opening different pages corresponding to different keyword free combinations, so that the user-defined menu is used as the lower level of the submenu and is related to the fixed menu, the dynamic display of the menu service is realized, the operation complexity caused by the coding implementation of the existing application software menu configuration can be simplified, the menu configuration difficulty is reduced, the user self formulates the keyword search data source according to the requirement, the menu page can be displayed to the user in a multi-dimensional data display mode, the user-defined menu can display the operation track, the operation track and the operation data source of the service from a plurality of different dimensionalities, The data such as the process links, the life cycle and the like are enriched, so that the user can comprehensively analyze the service from a plurality of services, and the requirements of different clients on different data dimensionality requirements are met. The technical problems that the existing application software fixed menu page has single function, high configuration difficulty, complex program coding, fixed menu options and single service information dimension displayed on a user interface are solved.
Further, referring to fig. 4, fig. 4 is a flowchart illustrating a third embodiment of the application menu configuration method according to the present invention. Based on the above-mentioned embodiment shown in fig. 2, step S20 may include:
step S23, receiving the lower menu URL, lower menu name value, final menu URL, final menu name value inputted by the developer;
step S24, opening the keyword parameter through the lower menu name value, calling the URL of the lower menu to access the database of the application software based on the keyword parameter, and acquiring a first data group matched with the keyword parameter from the database of the application software;
step S25, opening the keyword parameter through the final menu name value, and calling the final menu URL to access the first data set based on the keyword parameter.
Specifically, the keyword parameter searches a database of the application software according to a configured lower menu URL path, the keyword parameter is subjected to feature matching with data in the database of the application software, service data matched with the keyword parameter is found in the database of the application software as a first data set, the keyword parameter is opened by the final menu name value, the keyword parameter accesses the first data set through the final menu URL, and data matched with the final menu requirement analysis dimension is called from the first data set under the service requirement analysis dimension corresponding to the lower menu name value.
Based on the above-mentioned embodiment shown in fig. 2, step S30 may include:
step S32, obtaining a second data group matched with the keyword parameter from the first data group, calling the second data group, generating a menu according to the content of the final menu name, and displaying the menu on the application software client to complete menu configuration.
In this embodiment, the application software presets a configuration menu for a user to self-define analysis dimensions, a keyword parameter determined by the user according to the required analysis dimensions is input in the configuration menu, the keyword parameter can be freely combined according to the dimension required by the user, and service data corresponding to the keyword parameter is preset in a database of the application software;
specifically, a configuration menu presets a fixed menu and a self-defined menu, and the self-defined menu is associated with the fixed menu in a dynamic submenu by taking the fixed menu as a root menu; the fixed menu realizes the fixed menu function through coding, the fixed menu is used as a root menu, the user-defined menu is used for being hierarchically associated with the root menu in a multi-level submenu mode, the user-defined menu is dynamically set without depending on a fixed page, the user-defined menu receives free combination of various keyword parameters, business data corresponding to the keyword parameters are called from a database of application software through the freely combined keyword parameters, different formats with the keyword parameters as analysis dimensions and menu names and contents of icons are formed and displayed on a client, and different requirements of users are met; moreover, the life cycle of the product can be completely and dynamically reflected, the flow tracing function of the product is completed, and the operation complexity caused by using a coding configuration menu is avoided.
The user-defined menu displays the whole life track of the product by means of a hierarchical mode of taking the fixed menu as a root menu, can trace back the flow links of the product, and displays the multidimensional data of the product in display modes of different product types through user-defined service menu configuration.
According to the scheme, a user-defined menu in a configuration menu is used under the condition of no coding, a plurality of keyword free combinations are set according to service requirement analysis dimensionality and serve as window transmission parameters, the keyword parameters are opened according to the subordinate menu name values, the subordinate menu URL is called to access the database of the application software based on the keyword parameters, and a first data group matched with the keyword parameters is obtained from the database of the application software; opening the keyword parameter through the final menu name value, and calling the final menu URL to access the first data group based on the keyword parameter; the final menu name value opens the keyword parameter, and the keyword parameter accesses the first data group through the final menu URL; acquiring a second data group matched with the keyword parameter from the first data group, calling a second data group matched with a final menu requirement analysis dimension from the first data group under a service requirement analysis dimension corresponding to the lower menu name value, calling the second data group and displaying the second data group on a client of the application software by using the content of the final menu name; the window transmits and calls different pages corresponding to different keywords in free combination, so that the user-defined menu is associated with the fixed menu as a lower level of a multi-level recursive submenu, the recursive hierarchical association of the submenu enables the service analysis dimensionality to be wider, the operation track of the product to be better displayed, the service dynamic display of the menu is realized, the operation complexity caused by the fact that the menu configuration of the existing application software needs to be coded is simplified, the menu configuration difficulty is reduced, the user can set the keyword search data source according to the requirement, the menu page can be displayed to the user in a multidimensional data display mode, the user-defined menu can display rich data such as operation tracks, process links, life cycles and the like of services from multiple different dimensions, the user can comprehensively analyze the services from multiple services, and the requirements of different services of different customers on different data dimensions are met. The technical problems that the existing application software fixed menu page has single function, high configuration difficulty, complex program coding, fixed menu options and single service information dimension displayed on a user interface are solved.
The invention also provides a mobile terminal.
The mobile terminal of the present invention comprises: the application software menu configuration method comprises the steps of a memory, a processor and a configuration program of an application software menu stored on the memory and capable of running on the processor, wherein the configuration program of the application software menu realizes the steps of the application software menu configuration method when being executed by the processor.
The method implemented when the configuration program of the application software menu running on the processor is executed may refer to each embodiment of the application software menu configuration method of the present invention, and is not described herein again.
The invention also provides a computer readable storage medium.
The computer readable storage medium of the present invention stores thereon a configuration program of an application software menu, which when executed by a processor implements the steps of the application software menu configuration method as described above.
The method implemented when the configuration program of the application software menu running on the processor is executed may refer to each embodiment of the application software menu configuration method of the present invention, and is not described herein again.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
It should be noted that in the claims, any reference signs placed between parentheses shall not be construed as limiting the claim. The word "comprising" does not exclude the presence of elements or steps not listed in a claim. The word "a" or "an" preceding an element does not exclude the presence of a plurality of such elements. The invention may be implemented by means of hardware comprising several distinct elements, and by means of a suitably programmed computer. In the unit claims enumerating several means, several of these means may be embodied by one and the same item of hardware. The usage of the words first, second and third, etcetera do not indicate any ordering. These words may be interpreted as names.
While preferred embodiments of the present invention have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the invention.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (9)

1. A method for configuring application software menu is applied to a mobile terminal, and is characterized by comprising the following steps:
receiving keyword parameters input by a developer, wherein the keyword parameters are determined according to the analysis dimension of the user requirement, and the keyword parameters are used as window parameters for opening a required analysis dimension data window;
searching a database of the application software according to the keyword parameters, wherein the database of the application software is preset with data which corresponds to the treatment condition of the user and is matched with the keyword parameters;
acquiring data matched with the keyword parameters, calling the data to generate a menu displayed on the application software client, and completing menu configuration;
wherein the step of searching the database of the application software according to the keyword parameter comprises:
receiving a lower menu URL, a lower menu name value, a final menu URL, a final menu name and a final menu name value which are input by a developer;
opening the keyword parameter through the subordinate menu name value, calling the subordinate menu URL to access the database of the application software based on the keyword parameter, and acquiring a first data group matched with the keyword parameter from the database of the application software;
and opening the keyword parameter through the final menu name value, and calling the URL of the final menu to access the first data group based on the keyword parameter.
2. The method of claim 1, wherein the step of searching the database of the application software according to the keyword parameter comprises:
receiving a lower menu URL, a lower menu name and a lower menu name value input by a developer;
and opening the keyword parameter through the subordinate menu name value, and calling the subordinate menu URL to access the database of the application software based on the keyword parameter.
3. The method as claimed in claim 2, wherein the step of acquiring the data matching with the keyword parameter, calling the data to generate the menu displayed on the application software client, and completing the menu configuration comprises:
and acquiring data matched with the keyword parameters from the database of the application software, calling the data, generating a menu in the form of the content of the subordinate menu name, and displaying the menu on the client side of the application software to complete menu configuration.
4. The method for configuring the menu of the application software according to claim 1, wherein the step of obtaining the data matched with the keyword parameter and calling the data to generate the menu displayed on the client of the application software comprises the steps of:
and acquiring a second data group matched with the keyword parameter from the first data group, calling the second data group, generating a menu in the form of the content of the final menu name, and displaying the menu on the application software client to complete menu configuration.
5. A mobile terminal, characterized in that the mobile terminal comprises: a memory, a processor, and a configuration program of an application software menu stored on the memory and executable on the processor, the configuration program of the application software menu implementing the following steps when executed by the processor:
receiving keyword parameters input by a developer, wherein the keyword parameters are determined according to the analysis dimension of the user requirement, and the keyword parameters are used as window parameters for opening a required analysis dimension data window;
searching a database of the application software according to the keyword parameters, wherein the database of the application software is preset with data which corresponds to the treatment condition of the user and is matched with the keyword parameters;
acquiring data matched with the keyword parameters, calling the data to generate a menu displayed on the application software client, and completing menu configuration;
wherein the step of searching the database of the application software according to the keyword parameter comprises:
receiving a lower menu URL, a lower menu name value, a final menu URL, a final menu name and a final menu name value which are input by a developer;
opening the keyword parameter through the subordinate menu name value, calling the subordinate menu URL to access the database of the application software based on the keyword parameter, and acquiring a first data group matched with the keyword parameter from the database of the application software;
and opening the keyword parameter through the final menu name value, and calling the URL of the final menu to access the first data group based on the keyword parameter.
6. The mobile terminal of claim 5, wherein the configuration program for the application software menu, when executed by the processor, further performs the steps of:
receiving a lower menu URL, a lower menu name and a lower menu name value input by a developer;
and opening the keyword parameter through the subordinate menu name value, and calling the subordinate menu URL to access the database of the application software based on the keyword parameter.
7. The mobile terminal of claim 6, wherein the configuration program for the application software menu, when executed by the processor, further performs the steps of:
and acquiring data matched with the keyword parameters from the database of the application software, calling the data, generating a menu in the form of the content of the subordinate menu name, and displaying the menu on the client side of the application software to complete menu configuration.
8. The mobile terminal of claim 5, wherein the configuration program for the application software menu, when executed by the processor, further performs the steps of:
receiving a lower menu URL, a lower menu name value, a final menu URL, a final menu name and a final menu name value which are input by a developer;
opening the keyword parameter through the subordinate menu name value, calling the subordinate menu URL to access the database of the application software based on the keyword parameter, and acquiring a first data group matched with the keyword parameter from the database of the application software;
opening the keyword parameter through the final menu name value, and calling the final menu URL to access the first data group based on the keyword parameter;
and acquiring a second data group matched with the keyword parameter from the first data group, calling the second data group, generating a menu in the form of the content of the final menu name, and displaying the menu on the application software client to complete menu configuration.
9. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored thereon a configuration program of an application software menu, which, when executed by a processor, implements the steps of the application software menu configuration method according to any one of claims 1 to 4.
CN201810927335.6A 2018-08-15 2018-08-15 Application software menu configuration method, mobile terminal and computer readable storage medium Active CN109165053B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810927335.6A CN109165053B (en) 2018-08-15 2018-08-15 Application software menu configuration method, mobile terminal and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810927335.6A CN109165053B (en) 2018-08-15 2018-08-15 Application software menu configuration method, mobile terminal and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN109165053A CN109165053A (en) 2019-01-08
CN109165053B true CN109165053B (en) 2022-04-01

Family

ID=64895716

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810927335.6A Active CN109165053B (en) 2018-08-15 2018-08-15 Application software menu configuration method, mobile terminal and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN109165053B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110162246A (en) * 2019-04-16 2019-08-23 深圳壹账通智能科技有限公司 Object displaying method, device, computer equipment and storage medium
CN112394928B (en) * 2019-08-16 2023-08-25 宇通客车股份有限公司 Method for constructing multilevel menu in embedded system and computer storage medium
CN111427631B (en) * 2020-04-01 2022-03-15 中电万维信息技术有限责任公司 Dynamic configuration method of diversified mobile application function module
CN113392129B (en) * 2021-06-28 2024-04-12 恒安嘉新(北京)科技股份公司 Menu searching method and device, electronic equipment and storage medium
CN116361585A (en) * 2023-06-02 2023-06-30 工业富联(佛山)产业示范基地有限公司 Index multi-dimensional analysis method, system, electronic equipment and storage medium

Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1713575A (en) * 2004-06-25 2005-12-28 华康科技(新加坡)有限公司 System and method for generating ordered manu dynamically
CN1851687A (en) * 2005-04-22 2006-10-25 英华达(上海)电子有限公司 Mobile phone functional menu individual customization method
CN101034349A (en) * 2007-04-06 2007-09-12 西安万年科技实业有限公司 Data base application system development platform based on functional design
CN101446901A (en) * 2008-12-08 2009-06-03 山东浪潮齐鲁软件产业股份有限公司 Application, management and maintenance method for individualized menu
CN101583125A (en) * 2009-06-08 2009-11-18 厦门敏讯信息技术股份有限公司 Method, terminal and server for realizing customization function of wireless terminal
CN102436473A (en) * 2011-09-29 2012-05-02 用友软件股份有限公司 Menu management device and menu management method
CN102609252A (en) * 2012-01-16 2012-07-25 中国电子科技集团公司第四十一研究所 Intelligent configuration method for logic menu resources on basis of measurement instruments
CN103425482A (en) * 2012-05-17 2013-12-04 索尼公司 Customization of menus
CN104067210A (en) * 2011-12-27 2014-09-24 有限公司呢哦派豆 Menu configuration and system of smart device
CN104077133A (en) * 2014-06-24 2014-10-01 中国地质大学(北京) Configuration type menu generating method
CN104331445A (en) * 2014-10-27 2015-02-04 北京金和软件股份有限公司 Automatic menu loading method of personalized APP (Application) management platforms
CN104750466A (en) * 2013-12-27 2015-07-01 中国科学院沈阳自动化研究所 Map software personalized menu generation method and system having scene adaptability
CN105094923A (en) * 2015-08-18 2015-11-25 深圳Tcl数字技术有限公司 Menu loading method and device of display terminal
CN105629746A (en) * 2015-07-30 2016-06-01 宇龙计算机通信科技(深圳)有限公司 User information identification-based device control method and mobile terminal
CN105657502A (en) * 2015-11-09 2016-06-08 乐视致新电子科技(天津)有限公司 Custom menu implementation methods and apparatuses, client and server
CN106060165A (en) * 2016-07-12 2016-10-26 苏州亿飞网络科技有限公司 APP client online production method
CN106775669A (en) * 2016-11-30 2017-05-31 深圳天珑无线科技有限公司 For the menu setting method and its device of intelligent terminal

Family Cites Families (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9189501B2 (en) * 2001-08-31 2015-11-17 Margaret Runchey Semantic model of everything recorded with UR-URL combination identity-identifier-addressing-indexing method, means, and apparatus
US8577886B2 (en) * 2004-09-15 2013-11-05 Within3, Inc. Collections of linked databases
US8396848B2 (en) * 2006-06-26 2013-03-12 Microsoft Corporation Customizable parameter user interface
CN102110216B (en) * 2009-12-29 2013-02-27 深圳市赛格导航科技股份有限公司 Method and terminal used for enhancing safety of Web application system
CN101873381A (en) * 2010-06-24 2010-10-27 中兴通讯股份有限公司 Mobile phone menu displaying method and mobile phone
CN101984657B (en) * 2010-11-08 2012-12-05 深圳市龙视传媒有限公司 Digital television terminal as well as method and device for generating context menu at application interface thereof
CN103546880B (en) * 2012-07-16 2016-12-21 中兴通讯股份有限公司 Realize the personalized method of USSD menu, USSD gateway and system
CN102968485B (en) * 2012-11-26 2016-08-10 国电南瑞科技股份有限公司 A kind of real-time data base menu item methods of exhibiting based on virtual Domain
CN103399693B (en) * 2013-07-08 2016-05-25 北京华胜天成科技股份有限公司 Single-page entirety refreshes rear menu re-positioning method and system
CN103995844B (en) * 2014-05-06 2017-11-21 小米科技有限责任公司 Information search method and device
JP5969100B1 (en) * 2015-10-13 2016-08-10 株式会社ぐるなび Information processing apparatus, information processing method, and program
CN105426058A (en) * 2015-11-03 2016-03-23 上海斐讯数据通信技术有限公司 Menu bar custom setting supporting system and method for setting menu bar in custom manner
CN106598591B (en) * 2016-12-12 2020-08-11 深圳竹信科技有限公司 Webpage dynamic menu generation method and device
CN107203311B (en) * 2017-05-11 2020-05-19 西安诺瓦星云科技股份有限公司 Display method and device of multi-language menu
CN107291953A (en) * 2017-07-28 2017-10-24 福建中金在线信息科技有限公司 A kind of information query method, device, electronic equipment and storage medium
CN107623721A (en) * 2017-08-18 2018-01-23 北京五八信息技术有限公司 3D Touch function menus generation methods and device
CN107678786A (en) * 2017-09-28 2018-02-09 惠州Tcl移动通信有限公司 A kind of method, storage medium and intelligent terminal for being switched fast menu
CN107992350B (en) * 2017-12-11 2021-01-26 杭州迪普科技股份有限公司 Method and device for generating configuration overview page

Patent Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1713575A (en) * 2004-06-25 2005-12-28 华康科技(新加坡)有限公司 System and method for generating ordered manu dynamically
CN1851687A (en) * 2005-04-22 2006-10-25 英华达(上海)电子有限公司 Mobile phone functional menu individual customization method
CN101034349A (en) * 2007-04-06 2007-09-12 西安万年科技实业有限公司 Data base application system development platform based on functional design
CN101446901A (en) * 2008-12-08 2009-06-03 山东浪潮齐鲁软件产业股份有限公司 Application, management and maintenance method for individualized menu
CN101583125A (en) * 2009-06-08 2009-11-18 厦门敏讯信息技术股份有限公司 Method, terminal and server for realizing customization function of wireless terminal
CN102436473A (en) * 2011-09-29 2012-05-02 用友软件股份有限公司 Menu management device and menu management method
CN104067210A (en) * 2011-12-27 2014-09-24 有限公司呢哦派豆 Menu configuration and system of smart device
CN102609252A (en) * 2012-01-16 2012-07-25 中国电子科技集团公司第四十一研究所 Intelligent configuration method for logic menu resources on basis of measurement instruments
CN103425482A (en) * 2012-05-17 2013-12-04 索尼公司 Customization of menus
CN104750466A (en) * 2013-12-27 2015-07-01 中国科学院沈阳自动化研究所 Map software personalized menu generation method and system having scene adaptability
CN104077133A (en) * 2014-06-24 2014-10-01 中国地质大学(北京) Configuration type menu generating method
CN104331445A (en) * 2014-10-27 2015-02-04 北京金和软件股份有限公司 Automatic menu loading method of personalized APP (Application) management platforms
CN105629746A (en) * 2015-07-30 2016-06-01 宇龙计算机通信科技(深圳)有限公司 User information identification-based device control method and mobile terminal
CN105094923A (en) * 2015-08-18 2015-11-25 深圳Tcl数字技术有限公司 Menu loading method and device of display terminal
CN105657502A (en) * 2015-11-09 2016-06-08 乐视致新电子科技(天津)有限公司 Custom menu implementation methods and apparatuses, client and server
CN106060165A (en) * 2016-07-12 2016-10-26 苏州亿飞网络科技有限公司 APP client online production method
CN106775669A (en) * 2016-11-30 2017-05-31 深圳天珑无线科技有限公司 For the menu setting method and its device of intelligent terminal

Also Published As

Publication number Publication date
CN109165053A (en) 2019-01-08

Similar Documents

Publication Publication Date Title
CN109165053B (en) Application software menu configuration method, mobile terminal and computer readable storage medium
CN109086409B (en) Microservice data processing method and device, electronic equipment and computer readable medium
CA3099003C (en) Managing data objects for graph-based data structures
US10627998B2 (en) Facilitating data science operations
CN107430613B (en) Knowledge intensive data processing system
Lismont et al. A guide for the application of analytics on healthcare processes: A dynamic view on patient pathways
CN112711581B (en) Medical data checking method and device, electronic equipment and storage medium
CN110534168A (en) Medicine advises indicating risk method, apparatus, electronic equipment and storage medium
CA2985961C (en) Domain specific language to query medical data
Vaidyam et al. Actionable digital phenotyping: a framework for the delivery of just-in-time and longitudinal interventions in clinical healthcare
Shahar et al. Semi-automated entry of clinical temporal-abstraction knowledge
Remy et al. Event log generation in a health system: a case study
US20070225943A1 (en) Executable application operation monitoring system
Klann et al. Computing health quality measures using Informatics for Integrating Biology and the Bedside
US20170193179A1 (en) Graphical user interface (gui) for accessing linked communication networks and devices
CN111261251A (en) Method and device for generating electronic medical record, electronic equipment and computer-readable storage medium
Idnay et al. Clinical research staff perceptions on a natural language processing-driven tool for eligibility prescreening: An iterative usability assessment
CN114238584A (en) Information search method, device and storage medium
Hendawi et al. Comprehensive Personal Health Knowledge Graph for Effective Management and Utilization of Personal Health Data
Kao et al. Develop and evaluate the mobile-based self-management application for tele-healthcare service
Berg et al. SAGEDesktop: an environment for testing clinical practice guidelines
CN112309531A (en) Information judgment method and device
Jayaratna et al. HL7 v3 message extraction using semantic web techniques
Adamko et al. Interaction-dependent e-Health hub-software adaptation to cloud-based electronic health records
Polce et al. The Case Manager: Driving medical reasoning in a distributed environment for home patient monitoring

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant