US20020196295A1 - System and user interface supporting use of customizable expressions by applications - Google Patents
System and user interface supporting use of customizable expressions by applications Download PDFInfo
- Publication number
- US20020196295A1 US20020196295A1 US09/975,681 US97568101A US2002196295A1 US 20020196295 A1 US20020196295 A1 US 20020196295A1 US 97568101 A US97568101 A US 97568101A US 2002196295 A1 US2002196295 A1 US 2002196295A1
- Authority
- US
- United States
- Prior art keywords
- expression
- user
- image
- resultant
- application
- 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.)
- Abandoned
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/44—Arrangements for executing specific programs
- G06F9/455—Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
- G06F9/45504—Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
- G06F9/45508—Runtime interpretation or emulation, e g. emulator loops, bytecode interpretation
- G06F9/45512—Command shells
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S707/00—Data processing: database and file management or data structures
- Y10S707/99941—Database schema or data structure
- Y10S707/99944—Object-oriented database structure
- Y10S707/99945—Object-oriented database structure processing
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S707/00—Data processing: database and file management or data structures
- Y10S707/99941—Database schema or data structure
- Y10S707/99948—Application of database or data structure, e.g. distributed, multimedia, or image
Definitions
- This invention concerns a system and user interface supporting multiple different executable applications employing user customizable expressions for determining computable values or searching for records, for example.
- One known system allows a user to define an expression for use with an application by employing an extensive decision matrix of available customizable expression options and associated data to be used with the expression options. This approach limits the expressions that may be used to those supported by the decision matrix and results in the creation of a complex matrix that is not user friendly.
- Another known system allows a user to define an expression using SQL (Structured Query Language) in the form of stored procedures to determine desired decision logic. This has the disadvantage of being difficult to use since it requires expertise to produce efficient SQL procedures and also typically exposes a user to the complexities involved in the data relationships between the expression and the application that uses it. It also bypasses the abstraction and data integrity rules that are written into the application business objects.
- SQL Structured Query Language
- a user friendly interface system enables a user to incorporate, in an executable application, custom decision logic in the form of an expression involving a high-level script language.
- a system for providing a user interface display image supporting user entry of an expression involves a user interface menu generator for providing a displayable image.
- the displayable image includes a first image window listing a plurality of selectable data items available for incorporation in an expression as well as an image prompt element.
- the image prompt element permits user entry of the expression and incorporation of a data item in an entered expression from the listed data items to provide a resultant expression in response to user selection of the data item in the first image window.
- the displayable image also includes an icon for initiating storing of the resultant expression.
- the system also involves an expression processor for processing the resultant expression to provide a result in response to user selection of the icon for initiating processing.
- FIG. 1 shows a user interface and processing system supporting use of customizable expressions, according to invention principles.
- FIG. 2 shows system functions involved in creating and processing user customizable expressions, according to invention principles.
- FIG. 3 shows a flowchart of a process supporting use of user customizable expressions by multiple different executable applications, according to invention principles.
- FIG. 4 shows a flowchart of a process for providing a user interface display image supporting user entry of an expression, according to invention principles.
- FIG. 5 shows a diagram showing user interaction and navigation aspects associated with the expression entry user interface, according to invention principles.
- FIG. 6 shows a business application display window for use in displaying an expression employed by the application, according to invention principles.
- FIG. 7 shows a user interface display image supporting user creation of an expression, according to invention principles.
- FIG. 1 shows a user interface and processing system supporting use of customizable expressions.
- the system enables the incorporation of desired decision logic in a business application to tailor the application function to user requirements.
- the decision logic is entered in the form of an expression involving a high-level, user friendly, easy to understand script language.
- the user interface allows application business users, such as users involved in health care insurance reimbursement, to customize their institution rules for assigning services to appropriate contract packages and terms.
- a customizable expression may also be used to allow users to define formulas for calculating rates of reimbursement and to enable users to define rules for assigning services to contract packages and terms.
- a customizable expression may also be used to enable a user to define rules for routing scheduled task lists to individuals or groups of individuals assigned to perform the tasks.
- the customizable expression processing system is readily applicable to incorporate various forms of expression into various business and other applications.
- the high-level, user friendly, easy to understand script language advantageously used to enter customizable expression decision logic shields users from the underlying complexities involved in incorporating a user defined expression within an application (such as involved in using JAVA or SQL, for example). It is also adaptable to meet different requirements and obviates any need to anticipate the many ways a user may formulate expressions to process data.
- the high level script language also facilitates the provision of a user interface that is straightforward to use by a member of the general public and yet provides the capability to implement any function that the user may desire.
- the customizable expression processing system also supports an efficient method of maintaining and executing user entered customizable expressions in conjunction with associated business applications.
- This method advantageously involves version numbering expressions so that a latest expression version may be dynamically identified and compiled together with an associated business application. This is done to ensure execution speed of the composite application comprising the business application plus latest desired expression is not degraded.
- the version numbering system also supports the maintenance of multiple expressions as well as the use of an expression by multiple different applications and may also be used to ensure that a business application uses the same version of an expression throughout the lifetime of the business application.
- the disclosed system enables restriction and control of the data that is exposed to a user for entry in an expression and supports association of descriptive information with items of data exposed to users.
- multiple user selectable template expressions are provided for user alteration advantageously facilitating the user interface process.
- a user enters an expression representing decision logic for use by a business application program 30 to tailor the application function to user requirements.
- An exemplary expression used to determine patient eligibility for reimbursement for a particular service is shown within item 579 of FIG. 6.
- the user enters the expression via a PC user interface 10 display menu associated with application interface 25 of application 30 .
- the application interface 25 display menu provides windows supporting user selection of predetermined items 12 associated with application 30 .
- a user selects (from items 12 ) a predetermined template expression for amendment with predetermined data items and expression operators that are compatible with application 30 thereby advantageously simplifying the user interface.
- Application 30 employs one or more data specification XML files specifically associated with particular interface 25 of application 30 .
- the data specification XML files are stored in an application 30 database and determine the predetermined data items 12 that are available for selection by a user via display windows of the PC user interface 10 display menu.
- the application 30 data specification files also optionally provide a user accessible description of individual exposed data items. Alternatively, in another embodiment a user may compose and apply an expression using PC interface 10 without using items 12 .
- Application 30 allocates both a Type and Group identifier to an expression entered by a user via the PC user interface 10 display menu associated with the application interface 25 .
- the Type identifier identifies a specification used to define the input and output parameters that are received or provided by an application 30 procedure involved in processing the entered expression.
- An application such as application 30 typically comprises one or more procedures (termed objects) such as objects 31 and 33 of FIG. 1. In more complex embodiments multiple application 30 procedures (e.g., objects 33 of FIG. 1) may be involved in processing an entered expression.
- the expressions of a specific Type are compiled into a single JAVA class file.
- a JAVA class comprises a user defined data type and identifies the members of the class.
- the Group identifier allocated to an expression by application 30 identifies expressions of a particular Type that are compiled together into a single JAVA class file. Therefore expressions of a particular Type may comprise different Groups of expressions and a particular Type expression may be in more than one Group. Different Group identifiers may be allocated to a template (model) expression of a particular Type available for user selection and to a user entered expression of the same Type, for example.
- a high level script language expression entered by a user via the PC interface 10 display menu associated with the application interface 25 is retained, together with a user entered identification name for the expression, in application server storage 14 .
- Application 30 operating on the server initiates compilation of the high level script language expression into code of a particular JAVA class executable in conjunction with compiled application 30 in response to receiving the user entered expression.
- application 30 may initiate compilation using a different (i.e., non-Java) language compiler and upon other events including, for example, a convenient processing point when interruption of application 30 is not disruptive or upon collection of several expressions, for example.
- the entered expression is compiled into a JAVA class determined based on the Type and Group identifiers previously allocated to the entered expression by application 30 .
- the resultant compiled expression is in the form of a JAVA class source file. Further, since application 30 is a JAVA application, application 30 and the compiled expression operate together with negligible degradation in speed. Application 30 initiates compilation of the entered expression using expression compiler 20 which in turn employs JAVA compiler 21 operating in conjunction with a SUN Microsystems tool JAVACC (a JAVA parser generator—unit 26 ) downloadable from Sun Microsystems web site with negligible degradation in speed associated with data marshalling.
- JAVA compiler 21 operating in conjunction with a SUN Microsystems tool JAVACC (a JAVA parser generator—unit 26 ) downloadable from Sun Microsystems web site with negligible degradation in speed associated with data marshalling.
- Unit 20 applies the Type and Group identifiers previously allocated to the user entered expression by application 30 in compiling the expression into a particular selected JAVA class file. Further, unit 23 allocates a version number to the compiled JAVA class file so that a latest expression version may be dynamically identified and compiled together with business application 30 and associated application objects 31 and 33 . This enables the latest compiled version of the expression to be identified and used at application 30 execution time. Thereby execution speed of the composite application comprising application 30 including objects 31 and 33 together with the compiled expression is not degraded.
- the resultant compiled JAVA class file is stored in accordance with allocated Type, Group and version attributes in unit 17 for access and loading of the latest expression version together with application object 31 (and other objects 33 ) upon initiation of execution of application 30 .
- application 30 calls an application object 31 procedure for evaluating a user created expression stored in unit 17 in response to user initiation of expression evaluation via interface 25 .
- application 30 employs the Type and Group identifiers associated, both with the application interface 25 , and with the expression to be evaluated, for use in accessing this expression stored in unit 17 .
- the identified compiled expression is therefore accessed from unit 17 and executed using data provided by application object 31 .
- application 30 controls the linking of compiled JAVA class expressions in unit 17 with application objects 31 and 33 for creating a composite executable compiled application. Therefore application 30 governs the operation timing and use of created expressions.
- application 30 also initiates generation of user interface windows and menus to support users entry, amendment and maintenance of an expression.
- a user entered expression may be interpreted (rather than compiled) in response to initiation of execution of application 30 . Though this approach may involve a reduction in application 30 execution speed.
- FIG. 2 shows preliminary system functions involved in creating and preparing a user entered expression for use by application 30 (FIG. 1).
- An expression 45 entered by a user via the PC user interface 10 display menu associated with the application interface 25 (FIG. 1) is parsed by parser 60 of FIG. 2 to verify ( 76 ) the expression syntax is valid. Specifically, an entered expression is deemed valid if the expression syntax is compatible with application object 31 (of application 30 ) used to process the expression.
- the expressions are recompiled with a new version number.
- the application 30 allocates both a Type and Group identifier associated with application interface 25 (FIG.
- FIG. 3 shows a flowchart of a server system process using a database to support use of user customizable expressions by multiple different executable applications, e.g., application 30 plus another different application 90 (not shown in the drawings to preserve drawing clarity).
- the server system employs a database to associate application interface 25 of application 30 (FIG. 1) with a particular set of data items to be made available for user inclusion in an expression to be used by application 30 .
- this particular set of data items is associated with an expression entered using a menu associated with application interface 25 .
- Other data items are excluded from being available for inclusion in the expression entered using the menu associated with application interface 25 .
- the server system also uses the database to associate application 90 with a different set of data items to be made available for user inclusion in an expression for use by application 90 .
- Data items that may be selectively made available for incorporation in an expression in a health care insurance reimbursement application may comprise, for example, a patient identifier, a patient physical characteristic, patient address information and patient medical record information.
- the type of data items to be used depends on the nature of the application processing them.
- FIG. 6 An illustrative business application display window for use in displaying an expression employed by an application interface (such as by application interface 25 of application 30 ) is shown in FIG. 6.
- the application interface display window 570 of FIG. 6 illustrates use of a healthcare insurance reimbursement application (e.g., application 30 ) to determine qualification for insurance reimbursement.
- the FIG. 6 display image window allows a user to select a previously created expression via display element 526 and display it in element 579 in response to selection of item 588 .
- the particular expression in item 579 shown in FIG. 6 is processed by the application to determine patient qualification for reimbursement for diagnostic procedures for particular conditions (specifically, medical conditions identified by codes 400.1, 400.2 and 400.3).
- a user may select icon 575 to add in an expression from storage to the menu of available expressions (displayable via element 579 ) in the FIG. 6 interface window.
- the server system employs the database to further associate application interface 25 of application 30 with candidate template expressions available for user selection and entry using interface 25 .
- the server system also advantageously receives user selection information identifying one of the multiple candidate template expressions for inclusion and amendment within a displayed expression entry prompt element. This provides a user friendly and efficient way for a user to easily derive a desired function.
- the server system similarly associates application interface 25 of application 30 with expression operators and acceptable parameters and values for user selected data items as well as with an identifier indicating the particular application 30 and application interface 25 involved.
- a user interface display is generated by the server system in step 309 for providing a user interface display image (exemplified in FIG. 7) supporting user entry of an expression.
- step 314 the server system receives a user entered expression incorporating one or more data items selected from the available items specifically associated with application interface 25 of application 30 .
- the server system updates the database in step 318 to associate the received expression with particular application interface 25 of application 30 .
- step 324 the server system compiles the received expression and associates the compiled expression with a version identifier and an application Type and Group identifier before storing the compiled expression in step 326 .
- the expression may be associated with one or more of the version identifier, application Type and Group identifier before compilation as described in connection with FIGS. 1 and 2.
- the application Type indicator identifies a particular application and application interface (of multiple applications) involved in supporting entry and processing of a user entered expression.
- the server system links the compiled expression with application 30 and specific objects within the application (such as objects 31 and 33 of FIG. 1) to support execution of application 30 together with the compiled expression.
- the expression version number is used to ensure the latest compiled expression version is employed by application 30 .
- a desired prior version expression may alternatively be selected and applied.
- the compiled expression is resolved using data provided from application 30 (and objects 31 and 33 ) and a result is returned to application 30 for display and access by a user.
- the result may comprise a computed value, a definition of rules to be used, a verification that a resolved expression is true (or not true), or an identification of records derived from a search of a database in response to resolving the expression, for example.
- a user customizable expression may be used to tailor an application function in a multitude of ways.
- the expression may be used to customize formulas, to search for particular records, to assign services to an entity, to define rules for routing scheduled task lists and other purposes.
- a notification may be processed for display to a user by application 30 in response to the received result.
- the notification may indicate a success or failure of a task such as an assignment of records to an entity or to indicate a reason for failure, for example.
- the process of FIG. 3 terminates at step 335 .
- FIG. 4 shows a flowchart of a process (as employed in step 309 of FIG. 3) used by application interface 25 of application 30 (FIG. 1) for providing a user interface display image supporting user entry of an expression.
- application 30 initiates generation of a user interface display image supporting user creation of an expression as exemplified in FIG. 7.
- the generated display image includes a window 710 listing multiple data items including a set of data items available for inclusion in an expression entered by a user via prompt element 500 .
- the data items are hierarchically listed within window 710 and each data item is associated with an item description displayed in response to a user placing a cursor upon the item representative icon.
- the set of data items available for inclusion is specifically associated with application interface 25 and application 30 .
- a different set of data items is associated with a corresponding different application (e.g., application 90 as previously mentioned).
- the different set of data items is also made available for user selection via window 710 for inclusion in an expression for use with the different application. Data items available for inclusion and use by a particular application are visually highlighted in window 710 relative to data items that are not available to the particular application.
- the generated display image also includes a prompt element 700 supporting user entry of an expression identification name and a window 725 indicating acceptable values, parameters and ranges of values and parameters for a data item selected via window 710 .
- the generated display image further includes a window 726 permitting user selection from a set of expression operators available for inclusion in an expression entered by a user via prompt element 500 .
- the set of expression operators available for inclusion is specifically associated with application interface 25 and application 30 in a similar fashion to the set data items in window 710 .
- Icons 715 and 719 enable a user to initiate exit from the expression entry display menu of FIG. 7 upon successful expression creation and storage or upon cancellation of use of the FIG. 7 menu, respectively.
- step 407 of FIG. 4 application 30 initiates display of a window (not shown to preserve clarity) including multiple template expressions available for user selection and inclusion in expression entry prompt element 500 (FIG. 7).
- the set of template expressions available for inclusion is specifically associated with application interface 25 and application 30 in a similar fashion to the set data items of window 710 and the operators of window 726 .
- the particular expression is included for user amendment and customization in prompt element 500 (FIG. 7).
- step 411 upon editing and amendment of the template expression to provide the user desired expression, the expression syntax is parsed and validated in response to user selection of icon 717 (FIG. 7).
- step 420 If a syntax error is detected the user is notified by a displayed message indicating a syntax check failure and identifying particular elements or features of the entered expression that are unacceptable. An entered expression is deemed valid if the expression syntax is compatible with application 30 (and its software objects and procedures) used to process the expression.
- application 30 stores the expression in step 413 in response to user selection of icon 715 (FIG. 7).
- Application 30 processes the stored expression in step 415 to provide a result in response to user selection of an icon in a user interface menu of application interface 25 of application 30 .
- the process of FIG. 4 terminates at step 420 .
- FIG. 5 shows a diagram illustrating user interaction and navigation operation of application 30 and the application 25 user interface exemplified in FIG. 6 and the expression entry user interface exemplified in FIG. 7.
- a user selects a previously created expression by its name via element 526 in FIG. 5 (also shown in FIG. 6).
- the selected expression is displayed in an expression creation menu exemplified in FIG. 7 (specifically in item 500 of FIG. 7) in response to user selection of icon 588 of FIG. 5 (also shown in FIG. 6).
- a user selects data items (command 507 ) to populate expression display element 500 via window 710 .
- a user also selects (commands 508 , 511 and 515 ) other items to populate the expression including allowable values via window 725 , miscellaneous values via window 724 and operators via window 726 . Allowable values in window 725 may be displayed for informational purposes or may be selectable by a user for inclusion in the expression depending on the parameter involved.
- the selected items are included in the expression display element 500 via corresponding actions 517 , 520 , 527 and 529 .
- a user edits the populated expression in display element 500 to meet his requirements and upon completion of editing, selects an exit option (command 533 ).
- Exit options are initiated via user selection of icons 715 , 717 or 719 (FIGS. 5 and 7).
- User selection of icon 717 initiates a syntax check of the expression which results in either successful validation of the expression or user notification of a syntax error by a displayed message.
- user selection of icon 715 initiates a syntax check of the expression which also results in either successful validation notification to a user or user notification of a syntax error by a displayed message.
- successful expression syntax validation in response to selection of icon 715 also results in exit from the display menu of FIG. 7.
- User selection of icon 719 results in discarding non-stored data and exit from the display menu of FIG. 7.
- the expression is available for processing by application 30 to provide a result in response to user selection of an icon in a user interface menu of application interface 25 .
- the architecture, user interfaces and processes presented in FIG. 1- 7 are not exclusive and may be adapted to accommodate different elements and properties. Other architectures and processes may also be derived in accordance with the principles of the invention to accomplish the same objectives. Further, the inventive principles may be incorporated into any language based applications not just JAVA or XML compatible applications. For this purpose a data dictionary may be readily provided including expression data items, operators and other predetermined elements associated with particular applications and application interfaces that may be used. Thereby avoiding the need to be constrained to use of JAVA type class files. Further, the inventive principles may be implemented in JAVA code incorporated into a non-JAVA application capable of invoking the JAVA code and executing customer provided expression decision logic.
- JAVA A simple, object-oriented, distributed, robust, secure architecture neutral, multithreaded language. Additional information is available at many sites, including http://java.sun.com.
- Extensible Markup Language (XML)—this is an important Internet standard used to encode structured data passed between computer systems. The World Wide Web Consortium maintains this public standard. Additional information is available at http://www.w3.org/XML.
- JAVACC Java parser generator. Additional information is available at http://www.webgain.com/products/metamata/java doc.html
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Stored Programmes (AREA)
- User Interface Of Digital Computer (AREA)
Abstract
A user friendly interface system enables a user to incorporate, in an executable application, custom decision logic in the form of an expression involving a high-level script language. A system for providing a user interface display image supporting user entry of an expression involves a user interface menu generator for providing a displayable image. The displayable image includes a first image window listing a plurality of selectable data items available for incorporation in an expression as well as an image prompt element. The image prompt element permits user entry of the expression and incorporation of a data item in an entered expression from the listed data items to provide a resultant expression in response to user selection of the data item in the first image window. The displayable image also includes an icon for initiating storing of the resultant expression. The system also involves an expression processor for processing the resultant expression to provide a result in response to user selection of the icon for initiating processing. Other display windows allow user selection of an expression name and an algebraic operator and indicate allowable data item values.
Description
- This is a non-provisional application of provisional application serial No. 60/300,893 by J. Haley et al. filed Jun. 26, 2001 and of provisional application serial No. 60/307,193 by J. Haley et al. filed Jul. 23, 2001.
- This invention concerns a system and user interface supporting multiple different executable applications employing user customizable expressions for determining computable values or searching for records, for example.
- It is desirable for software applications executing on PCs, servers and other processing devices for business or other purposes to offer users the capability of customizing application functions to meet specific customer needs. To this end, it is advantageous to allow an application to support the use of a user customizable expression to determine particular decision logic to be used by the application. Such an expression may take various forms and may include algebraic elements for implementing a variety of functions including, for example, computing a value or range of values, defining search criteria for performing a record search as well as defining a statement to be verified. In a health care payment processing system, a user may enter a customizable expression to estimate an insurance company reimbursement sum for a particular procedure, or to search for particular patient records or to verify particular eligibility criteria of a specific patient, or for many other purposes, for example.
- A number of problems arise in offering a user the capability of customizing expressions for use with one or more software applications. These include the difficulty posed in providing a user interface that is straightforward to use by a person who is not a software programmer and yet provides the capability to implement any function that the user may desire. Other difficulties arise in integrating the entered expression with the associated software application in a manner that allows execution of the application together with the expression in an efficient manner without significant degradation in execution speed. A further difficulty arises in maintaining multiple expressions (perhaps hundreds or thousands of expressions) associated with multiple different applications and managing the update, editing and replacement of expressions. An expression may become obsolete, for example, if data used by an associated application is changed.
- One known system allows a user to define an expression for use with an application by employing an extensive decision matrix of available customizable expression options and associated data to be used with the expression options. This approach limits the expressions that may be used to those supported by the decision matrix and results in the creation of a complex matrix that is not user friendly. Another known system allows a user to define an expression using SQL (Structured Query Language) in the form of stored procedures to determine desired decision logic. This has the disadvantage of being difficult to use since it requires expertise to produce efficient SQL procedures and also typically exposes a user to the complexities involved in the data relationships between the expression and the application that uses it. It also bypasses the abstraction and data integrity rules that are written into the application business objects.
- A system according to invention principles addresses these problems and derivative problems.
- A user friendly interface system enables a user to incorporate, in an executable application, custom decision logic in the form of an expression involving a high-level script language. A system for providing a user interface display image supporting user entry of an expression involves a user interface menu generator for providing a displayable image. The displayable image includes a first image window listing a plurality of selectable data items available for incorporation in an expression as well as an image prompt element. The image prompt element permits user entry of the expression and incorporation of a data item in an entered expression from the listed data items to provide a resultant expression in response to user selection of the data item in the first image window. The displayable image also includes an icon for initiating storing of the resultant expression. The system also involves an expression processor for processing the resultant expression to provide a result in response to user selection of the icon for initiating processing.
- FIG. 1 shows a user interface and processing system supporting use of customizable expressions, according to invention principles.
- FIG. 2 shows system functions involved in creating and processing user customizable expressions, according to invention principles.
- FIG. 3 shows a flowchart of a process supporting use of user customizable expressions by multiple different executable applications, according to invention principles.
- FIG. 4 shows a flowchart of a process for providing a user interface display image supporting user entry of an expression, according to invention principles.
- FIG. 5 shows a diagram showing user interaction and navigation aspects associated with the expression entry user interface, according to invention principles.
- FIG. 6 shows a business application display window for use in displaying an expression employed by the application, according to invention principles.
- FIG. 7 shows a user interface display image supporting user creation of an expression, according to invention principles.
- FIG. 1 shows a user interface and processing system supporting use of customizable expressions. The system enables the incorporation of desired decision logic in a business application to tailor the application function to user requirements. The decision logic is entered in the form of an expression involving a high-level, user friendly, easy to understand script language. The user interface, for example, allows application business users, such as users involved in health care insurance reimbursement, to customize their institution rules for assigning services to appropriate contract packages and terms. In this context, a customizable expression may also be used to allow users to define formulas for calculating rates of reimbursement and to enable users to define rules for assigning services to contract packages and terms. A customizable expression may also be used to enable a user to define rules for routing scheduled task lists to individuals or groups of individuals assigned to perform the tasks. Further, the customizable expression processing system is readily applicable to incorporate various forms of expression into various business and other applications.
- The high-level, user friendly, easy to understand script language advantageously used to enter customizable expression decision logic shields users from the underlying complexities involved in incorporating a user defined expression within an application (such as involved in using JAVA or SQL, for example). It is also adaptable to meet different requirements and obviates any need to anticipate the many ways a user may formulate expressions to process data. The high level script language also facilitates the provision of a user interface that is straightforward to use by a member of the general public and yet provides the capability to implement any function that the user may desire.
- The customizable expression processing system also supports an efficient method of maintaining and executing user entered customizable expressions in conjunction with associated business applications. This method advantageously involves version numbering expressions so that a latest expression version may be dynamically identified and compiled together with an associated business application. This is done to ensure execution speed of the composite application comprising the business application plus latest desired expression is not degraded. The version numbering system also supports the maintenance of multiple expressions as well as the use of an expression by multiple different applications and may also be used to ensure that a business application uses the same version of an expression throughout the lifetime of the business application. Further, the disclosed system enables restriction and control of the data that is exposed to a user for entry in an expression and supports association of descriptive information with items of data exposed to users. In addition multiple user selectable template expressions are provided for user alteration advantageously facilitating the user interface process.
- The principles of the invention may be applied to any system and applications involving user entry of resolvable expressions to modify application function. Further, although the preferred embodiment is described as being implemented in JAVA, and XML this is exemplary only. The system may be implemented in a variety of different languages as the principles of the invention are independent of languages used.
- In the system of FIG. 1 a user enters an expression representing decision logic for use by a
business application program 30 to tailor the application function to user requirements. An exemplary expression used to determine patient eligibility for reimbursement for a particular service is shown withinitem 579 of FIG. 6. The user enters the expression via aPC user interface 10 display menu associated withapplication interface 25 ofapplication 30. Theapplication interface 25 display menu provides windows supporting user selection of predetermineditems 12 associated withapplication 30. Specifically, a user selects (from items 12) a predetermined template expression for amendment with predetermined data items and expression operators that are compatible withapplication 30 thereby advantageously simplifying the user interface.Application 30 employs one or more data specification XML files specifically associated withparticular interface 25 ofapplication 30. The data specification XML files are stored in anapplication 30 database and determine thepredetermined data items 12 that are available for selection by a user via display windows of thePC user interface 10 display menu. Theapplication 30 data specification files also optionally provide a user accessible description of individual exposed data items. Alternatively, in another embodiment a user may compose and apply an expression usingPC interface 10 without usingitems 12. -
Application 30 allocates both a Type and Group identifier to an expression entered by a user via thePC user interface 10 display menu associated with theapplication interface 25. The Type identifier identifies a specification used to define the input and output parameters that are received or provided by anapplication 30 procedure involved in processing the entered expression. An application such asapplication 30 typically comprises one or more procedures (termed objects) such asobjects multiple application 30 procedures (e.g., objects 33 of FIG. 1) may be involved in processing an entered expression. The expressions of a specific Type are compiled into a single JAVA class file. A JAVA class comprises a user defined data type and identifies the members of the class. The Group identifier allocated to an expression byapplication 30 identifies expressions of a particular Type that are compiled together into a single JAVA class file. Therefore expressions of a particular Type may comprise different Groups of expressions and a particular Type expression may be in more than one Group. Different Group identifiers may be allocated to a template (model) expression of a particular Type available for user selection and to a user entered expression of the same Type, for example. - A high level script language expression entered by a user via the
PC interface 10 display menu associated with theapplication interface 25 is retained, together with a user entered identification name for the expression, inapplication server storage 14.Application 30 operating on the server initiates compilation of the high level script language expression into code of a particular JAVA class executable in conjunction with compiledapplication 30 in response to receiving the user entered expression. In other embodiments,application 30 may initiate compilation using a different (i.e., non-Java) language compiler and upon other events including, for example, a convenient processing point when interruption ofapplication 30 is not disruptive or upon collection of several expressions, for example. The entered expression is compiled into a JAVA class determined based on the Type and Group identifiers previously allocated to the entered expression byapplication 30. The resultant compiled expression is in the form of a JAVA class source file. Further, sinceapplication 30 is a JAVA application,application 30 and the compiled expression operate together with negligible degradation in speed.Application 30 initiates compilation of the entered expression usingexpression compiler 20 which in turn employsJAVA compiler 21 operating in conjunction with a SUN Microsystems tool JAVACC (a JAVA parser generator—unit 26) downloadable from Sun Microsystems web site with negligible degradation in speed associated with data marshalling. -
Unit 20 applies the Type and Group identifiers previously allocated to the user entered expression byapplication 30 in compiling the expression into a particular selected JAVA class file. Further,unit 23 allocates a version number to the compiled JAVA class file so that a latest expression version may be dynamically identified and compiled together withbusiness application 30 and associated application objects 31 and 33. This enables the latest compiled version of the expression to be identified and used atapplication 30 execution time. Thereby execution speed of the compositeapplication comprising application 30 includingobjects unit 17 for access and loading of the latest expression version together with application object 31 (and other objects 33) upon initiation of execution ofapplication 30. - In operation,
application 30 calls anapplication object 31 procedure for evaluating a user created expression stored inunit 17 in response to user initiation of expression evaluation viainterface 25. For thispurpose application 30 employs the Type and Group identifiers associated, both with theapplication interface 25, and with the expression to be evaluated, for use in accessing this expression stored inunit 17. The identified compiled expression is therefore accessed fromunit 17 and executed using data provided byapplication object 31. In thismanner application 30 controls the linking of compiled JAVA class expressions inunit 17 with application objects 31 and 33 for creating a composite executable compiled application. Thereforeapplication 30 governs the operation timing and use of created expressions. Further,application 30 also initiates generation of user interface windows and menus to support users entry, amendment and maintenance of an expression. It should be noted that in another embodiment a user entered expression may be interpreted (rather than compiled) in response to initiation of execution ofapplication 30. Though this approach may involve a reduction inapplication 30 execution speed. - FIG. 2 shows preliminary system functions involved in creating and preparing a user entered expression for use by application30 (FIG. 1). An
expression 45 entered by a user via thePC user interface 10 display menu associated with the application interface 25 (FIG. 1) is parsed byparser 60 of FIG. 2 to verify (76) the expression syntax is valid. Specifically, an entered expression is deemed valid if the expression syntax is compatible with application object 31 (of application 30) used to process the expression. Upon successful validation, if there already is a matching compiled group, then the expressions are recompiled with a new version number. Theapplication 30 allocates both a Type and Group identifier associated with application interface 25 (FIG. 1) to the entered expression for use in establishing the expression relationship (74) withapplication object 31. Failure to validate the entered expression causes generation of a displayed message to a user indicating a syntax check failure and identifying particular elements or features of the entered expression that are unacceptable. Upon successful validation and establishing the expression relationship withapplication object 31, the resultant expression is stored inunit 50. - FIG. 3 shows a flowchart of a server system process using a database to support use of user customizable expressions by multiple different executable applications, e.g.,
application 30 plus another different application 90 (not shown in the drawings to preserve drawing clarity). Instep 303, following the start atstep 300, the server system employs a database toassociate application interface 25 of application 30 (FIG. 1) with a particular set of data items to be made available for user inclusion in an expression to be used byapplication 30. Specifically, this particular set of data items is associated with an expression entered using a menu associated withapplication interface 25. Other data items are excluded from being available for inclusion in the expression entered using the menu associated withapplication interface 25. The server system also uses the database to associate application 90 with a different set of data items to be made available for user inclusion in an expression for use by application 90. Data items that may be selectively made available for incorporation in an expression in a health care insurance reimbursement application may comprise, for example, a patient identifier, a patient physical characteristic, patient address information and patient medical record information. In practice, the type of data items to be used depends on the nature of the application processing them. - An illustrative business application display window for use in displaying an expression employed by an application interface (such as by
application interface 25 of application 30) is shown in FIG. 6. The applicationinterface display window 570 of FIG. 6 illustrates use of a healthcare insurance reimbursement application (e.g., application 30) to determine qualification for insurance reimbursement. Specifically, the FIG. 6 display image window allows a user to select a previously created expression viadisplay element 526 and display it inelement 579 in response to selection ofitem 588. The particular expression initem 579 shown in FIG. 6 is processed by the application to determine patient qualification for reimbursement for diagnostic procedures for particular conditions (specifically, medical conditions identified by codes 400.1, 400.2 and 400.3). A user may selecticon 575 to add in an expression from storage to the menu of available expressions (displayable via element 579) in the FIG. 6 interface window. - In
step 306 of FIG. 3, the server system employs the database to furtherassociate application interface 25 ofapplication 30 with candidate template expressions available for user selection andentry using interface 25. The server system also advantageously receives user selection information identifying one of the multiple candidate template expressions for inclusion and amendment within a displayed expression entry prompt element. This provides a user friendly and efficient way for a user to easily derive a desired function. The server system similarly associatesapplication interface 25 ofapplication 30 with expression operators and acceptable parameters and values for user selected data items as well as with an identifier indicating theparticular application 30 andapplication interface 25 involved. A user interface display is generated by the server system instep 309 for providing a user interface display image (exemplified in FIG. 7) supporting user entry of an expression. Instep 314, the server system receives a user entered expression incorporating one or more data items selected from the available items specifically associated withapplication interface 25 ofapplication 30. The server system updates the database instep 318 to associate the received expression withparticular application interface 25 ofapplication 30. - In
step 324, the server system compiles the received expression and associates the compiled expression with a version identifier and an application Type and Group identifier before storing the compiled expression instep 326. Alternatively, the expression may be associated with one or more of the version identifier, application Type and Group identifier before compilation as described in connection with FIGS. 1 and 2. The application Type indicator identifies a particular application and application interface (of multiple applications) involved in supporting entry and processing of a user entered expression. Instep 329, the server system links the compiled expression withapplication 30 and specific objects within the application (such asobjects application 30 together with the compiled expression. The expression version number is used to ensure the latest compiled expression version is employed byapplication 30. However, a desired prior version expression may alternatively be selected and applied. Instep 331, the compiled expression is resolved using data provided from application 30 (and objects 31 and 33) and a result is returned toapplication 30 for display and access by a user. The result may comprise a computed value, a definition of rules to be used, a verification that a resolved expression is true (or not true), or an identification of records derived from a search of a database in response to resolving the expression, for example. A user customizable expression may be used to tailor an application function in a multitude of ways. The expression may be used to customize formulas, to search for particular records, to assign services to an entity, to define rules for routing scheduled task lists and other purposes. Further, a notification may be processed for display to a user byapplication 30 in response to the received result. The notification may indicate a success or failure of a task such as an assignment of records to an entity or to indicate a reason for failure, for example. The process of FIG. 3 terminates atstep 335. - FIG. 4 shows a flowchart of a process (as employed in
step 309 of FIG. 3) used byapplication interface 25 of application 30 (FIG. 1) for providing a user interface display image supporting user entry of an expression. Instep 405 of FIG. 4, following the start atstep 400,application 30 initiates generation of a user interface display image supporting user creation of an expression as exemplified in FIG. 7. The generated display image includes awindow 710 listing multiple data items including a set of data items available for inclusion in an expression entered by a user viaprompt element 500. The data items are hierarchically listed withinwindow 710 and each data item is associated with an item description displayed in response to a user placing a cursor upon the item representative icon. The set of data items available for inclusion is specifically associated withapplication interface 25 andapplication 30. A different set of data items is associated with a corresponding different application (e.g., application 90 as previously mentioned). The different set of data items is also made available for user selection viawindow 710 for inclusion in an expression for use with the different application. Data items available for inclusion and use by a particular application are visually highlighted inwindow 710 relative to data items that are not available to the particular application. - The generated display image also includes a
prompt element 700 supporting user entry of an expression identification name and awindow 725 indicating acceptable values, parameters and ranges of values and parameters for a data item selected viawindow 710. The generated display image further includes awindow 726 permitting user selection from a set of expression operators available for inclusion in an expression entered by a user viaprompt element 500. The set of expression operators available for inclusion is specifically associated withapplication interface 25 andapplication 30 in a similar fashion to the set data items inwindow 710.Icons - In
step 407 of FIG. 4,application 30 initiates display of a window (not shown to preserve clarity) including multiple template expressions available for user selection and inclusion in expression entry prompt element 500 (FIG. 7). The set of template expressions available for inclusion is specifically associated withapplication interface 25 andapplication 30 in a similar fashion to the set data items ofwindow 710 and the operators ofwindow 726. Upon user selection of a particular template expression from multiple available displayed expressions the particular expression is included for user amendment and customization in prompt element 500 (FIG. 7). Instep 411, upon editing and amendment of the template expression to provide the user desired expression, the expression syntax is parsed and validated in response to user selection of icon 717 (FIG. 7). If a syntax error is detected the user is notified by a displayed message indicating a syntax check failure and identifying particular elements or features of the entered expression that are unacceptable. An entered expression is deemed valid if the expression syntax is compatible with application 30 (and its software objects and procedures) used to process the expression. Upon successful validation,application 30 stores the expression instep 413 in response to user selection of icon 715 (FIG. 7).Application 30 processes the stored expression instep 415 to provide a result in response to user selection of an icon in a user interface menu ofapplication interface 25 ofapplication 30. The process of FIG. 4 terminates atstep 420. - FIG. 5 shows a diagram illustrating user interaction and navigation operation of
application 30 and theapplication 25 user interface exemplified in FIG. 6 and the expression entry user interface exemplified in FIG. 7. A user selects a previously created expression by its name viaelement 526 in FIG. 5 (also shown in FIG. 6). The selected expression is displayed in an expression creation menu exemplified in FIG. 7 (specifically initem 500 of FIG. 7) in response to user selection oficon 588 of FIG. 5 (also shown in FIG. 6). A user selects data items (command 507) to populateexpression display element 500 viawindow 710. A user also selects (commands 508, 511 and 515) other items to populate the expression including allowable values viawindow 725, miscellaneous values viawindow 724 and operators viawindow 726. Allowable values inwindow 725 may be displayed for informational purposes or may be selectable by a user for inclusion in the expression depending on the parameter involved. Upon user selection of various items viacommands expression display element 500 via correspondingactions - A user edits the populated expression in
display element 500 to meet his requirements and upon completion of editing, selects an exit option (command 533). Exit options are initiated via user selection oficons icon 717 initiates a syntax check of the expression which results in either successful validation of the expression or user notification of a syntax error by a displayed message. Similarly, user selection oficon 715 initiates a syntax check of the expression which also results in either successful validation notification to a user or user notification of a syntax error by a displayed message. However, successful expression syntax validation in response to selection oficon 715 also results in exit from the display menu of FIG. 7. User selection oficon 719 results in discarding non-stored data and exit from the display menu of FIG. 7. Following creation of an expression using the interaction and navigation procedure of FIG. 5, the expression is available for processing byapplication 30 to provide a result in response to user selection of an icon in a user interface menu ofapplication interface 25. - The architecture, user interfaces and processes presented in FIG. 1-7 are not exclusive and may be adapted to accommodate different elements and properties. Other architectures and processes may also be derived in accordance with the principles of the invention to accomplish the same objectives. Further, the inventive principles may be incorporated into any language based applications not just JAVA or XML compatible applications. For this purpose a data dictionary may be readily provided including expression data items, operators and other predetermined elements associated with particular applications and application interfaces that may be used. Thereby avoiding the need to be constrained to use of JAVA type class files. Further, the inventive principles may be implemented in JAVA code incorporated into a non-JAVA application capable of invoking the JAVA code and executing customer provided expression decision logic.
- JAVA—A simple, object-oriented, distributed, robust, secure architecture neutral, multithreaded language. Additional information is available at many sites, including http://java.sun.com.
- Extensible Markup Language (XML)—this is an important Internet standard used to encode structured data passed between computer systems. The World Wide Web Consortium maintains this public standard. Additional information is available at http://www.w3.org/XML.
- JAVACC—Java parser generator. Additional information is available at http://www.webgain.com/products/metamata/java doc.html
Claims (19)
1. A system for providing a user interface display image supporting user entry of an expression, comprising:
a user interface menu generator for providing a displayable image including,
a first image window listing a plurality of selectable data items available for incorporation in an expression,
an image prompt element for permitting user entry of said expression and for incorporating a data item in an entered expression from said listed data items to provide a resultant expression in response to user selection of said data item in said first image window, and
an icon for initiating storing of said resultant expression; and
an expression processor for processing said resultant expression to provide a result in response to user command.
2. A system according to claim 1 , wherein
said expression processor resolves said resultant expression to provide a result comprising at least one of, (a) a verification said resultant expression is true and (b) a computed value.
3. A system according to claim 1 , wherein
said expression processor interprets said resultant expression to provide search parameters for use in identifying records in a database and provides an indication of said identified records as said result in response to a search of said database.
4. A system according to claim 1 , wherein
said expression processor verifies an entered expression is valid and generates an indication as said result identifying said entered expression is invalid.
5. A system according to claim 4 , wherein
said expression processor initiates generation of a displayed notification to a user indicating said entered expression is invalid.
6. A system according to claim 1 , wherein
said displayable image includes an icon for initiating verification an entered expression is valid.
7. A system according to claim 6 , wherein
said verification includes a syntax check of said entered expression.
8. A system according to claim 1 , wherein
said displayable image includes an image prompt element supporting user entry of a name for identifying a resultant expression.
9. A system according to claim 1 , wherein
said user interface menu generator provides an image window permitting user selection of a template expression from a plurality of predetermined template expressions.
10. A system according to claim 9 , wherein
said image prompt element incorporates a selected template expression in response to user selection of said selected template expression.
11. A system according to claim 1 , wherein
said first image window lists a plurality of selectable data items in a hierarchical structure.
12. A system according to claim 11 , wherein
said plurality of selectable data items are associated with user accessible data item descriptions.
13. A system according to claim 1 , wherein
said system supports storage and retrieval of a resultant expression.
14. A system for providing a user interface display image supporting user entry of an expression for use in deriving information associated with a patient, comprising:
a user interface menu generator for providing a displayable image including,
a first image window listing a plurality of selectable data items available for incorporation in an expression, said plurality of selectable data items identifying at least one of, (a) a patient, (b) a patient physical characteristic, (c) patient address information and (d) patient medical record information,
an image prompt element permitting user entry of said expression and for incorporating a data item in said expression from said listed data items to provide a resultant expression in response to user selection of said data item in said first image window, and
an icon for initiating storing of said resultant expression; and
an expression processor for resolving said resultant expression to provide a result in response to user command.
15. A system according to claim 14 , wherein
said expression includes an algebraic expression portion including one or more algebraic operators, and
said user interface menu generator provides an image window permitting user selection of an algebraic expression operator from a plurality of predetermined algebraic expression operators including at least two of (a) a multiplication operator, (b) a division operator, (c) an addition operator and (d) a subtraction operator.
16. A system according to claim 14 , wherein
said user interface menu generator provides an image window indicating at least one of, (a) an acceptable parameter and (b) an acceptable value, associated with a data item selected by a user via said first image window.
17. A system for providing a user interface display image supporting user entry of an expression, comprising:
a user interface menu generator for providing a displayable image including,
a first image window listing a plurality of selectable data items available for incorporation in an expression,
an image prompt element permitting user entry of said expression and for incorporating a data item in said entered expression from said listed data items to provide a resultant expression in response to user selection of said data item in said first image window,
an icon for initiating verification of said resultant expression to determine said resultant expression is valid, and
an icon for initiating storing of a valid resultant expression; and
an expression processor for resolving said valid resultant expression to provide a result in response to user command.
18. A system according to claim 17 , wherein
said system for providing a user interface display image comprises machine executable code stored on a tangible storage medium.
19. A method for providing a user interface display image supporting user entry of an expression, comprising the steps of:
initiating display of an image including,
a first image window listing a plurality of selectable data items available for incorporation in an expression,
an image prompt element permitting user entry of said expression and for incorporating a data item in said entered expression from said listed data items to provide a resultant expression in response to user selection of said data item in said first image window, and
an icon for initiating verification of said resultant expression to determine said resultant expression is valid, and
an icon for initiating storing of said resultant expression; and
verifying said resultant expression is valid in response to user selection of said icon for initiating verification.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/975,681 US20020196295A1 (en) | 2001-06-26 | 2001-10-11 | System and user interface supporting use of customizable expressions by applications |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US30089301P | 2001-06-26 | 2001-06-26 | |
US30719301P | 2001-07-23 | 2001-07-23 | |
US09/975,681 US20020196295A1 (en) | 2001-06-26 | 2001-10-11 | System and user interface supporting use of customizable expressions by applications |
Publications (1)
Publication Number | Publication Date |
---|---|
US20020196295A1 true US20020196295A1 (en) | 2002-12-26 |
Family
ID=27404775
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/975,681 Abandoned US20020196295A1 (en) | 2001-06-26 | 2001-10-11 | System and user interface supporting use of customizable expressions by applications |
US09/981,398 Expired - Lifetime US6883144B2 (en) | 2001-06-26 | 2001-10-17 | System supporting use of customizable expressions by applications |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/981,398 Expired - Lifetime US6883144B2 (en) | 2001-06-26 | 2001-10-17 | System supporting use of customizable expressions by applications |
Country Status (1)
Country | Link |
---|---|
US (2) | US20020196295A1 (en) |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20050015264A1 (en) * | 2003-07-14 | 2005-01-20 | Bellsouth Intellectual Property | Methods, systems, and a computer-readable medium for defining and evaluating business rules during runtime of a computer software application program |
US20080127220A1 (en) * | 2006-06-30 | 2008-05-29 | Robert Paul Morris | Methods, systems, and computer program products for creating an input-value-specific loadable instance of an application |
US20080178092A1 (en) * | 2007-01-18 | 2008-07-24 | Sap Ag | Condition editor for business process management and business activity monitoring |
WO2010076139A1 (en) * | 2008-12-30 | 2010-07-08 | International Business Machines Corporation | Dynamic point and extend user interface |
US8429208B2 (en) | 2004-06-25 | 2013-04-23 | Apple Inc. | Methods and systems for managing data |
US9063942B2 (en) | 2004-06-25 | 2015-06-23 | Apple Inc. | Methods and systems for managing data |
Families Citing this family (32)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020196295A1 (en) * | 2001-06-26 | 2002-12-26 | Siemens Medical Solutions Health Services Corporation | System and user interface supporting use of customizable expressions by applications |
US20030036927A1 (en) * | 2001-08-20 | 2003-02-20 | Bowen Susan W. | Healthcare information search system and user interface |
US7003529B2 (en) * | 2001-09-08 | 2006-02-21 | Siemens Medical Solutions Health Services Corporation | System for adaptively identifying data for storage |
JP3964259B2 (en) * | 2002-05-10 | 2007-08-22 | 富士通株式会社 | PROGRAM GENERATION DEVICE, PROGRAM GENERATION METHOD, AND PROGRAM GENERATION PROGRAM |
US7124145B2 (en) * | 2003-03-27 | 2006-10-17 | Millennium It (Usa) Inc. | System and method for dynamic business logic rule integration |
US7409673B2 (en) * | 2003-06-24 | 2008-08-05 | Academia Sinica | XML document editor |
US20050015361A1 (en) * | 2003-07-15 | 2005-01-20 | International Business Machines Corporation | Model content provider with reusable components for supporting a plurality of GUI API's |
US20050015368A1 (en) * | 2003-07-15 | 2005-01-20 | International Business Machines Corporation | Query modelling tool having a dynamically adaptive interface |
US20050015363A1 (en) * | 2003-07-15 | 2005-01-20 | International Business Machines Corporation | Method and structure for representing complex query elements in a modelling tool |
US8458164B2 (en) * | 2003-07-15 | 2013-06-04 | International Business Machines Corporation | Query model tool and method for visually grouping and ungrouping predicates |
US20050102249A1 (en) * | 2003-11-12 | 2005-05-12 | Bigus Joseph P. | Methods and apparatus for customization of rule-based applications |
US20050172235A1 (en) * | 2004-02-02 | 2005-08-04 | International Business Machines Corporation | System and method for excluded elements mapping in a user interface |
US7315988B2 (en) * | 2004-02-02 | 2008-01-01 | International Business Machines Corporation | System and method for using short captions to map user interfaces |
US7516414B2 (en) | 2004-02-02 | 2009-04-07 | International Business Machines Corporation | System and method for tab order mapping of user interfaces |
US8271541B2 (en) * | 2004-03-31 | 2012-09-18 | Fusionops Corporation | Method and apparatus for developing composite applications |
EP1582975A1 (en) * | 2004-03-31 | 2005-10-05 | Sap Ag | Configuration based user interface generation |
DE102004022963A1 (en) * | 2004-05-10 | 2005-12-08 | Ems-Chemie Ag | Thermoplastic polyamide molding compounds |
WO2006039516A2 (en) * | 2004-09-30 | 2006-04-13 | Millennium It (Usa) Inc. | System and method for configurable trading system |
US7519962B2 (en) * | 2004-10-07 | 2009-04-14 | Thomson Financial Llc | Command script parsing using local and extended storage for command lookup |
US20060106653A1 (en) * | 2004-11-18 | 2006-05-18 | Lis Ellen R | Reimbursement claim processing simulation and optimization system for healthcare and other use |
US8719044B2 (en) * | 2005-06-02 | 2014-05-06 | Cerner Innovation, Inc. | Computerized methods for displaying clinically-related in-patient information |
US8190447B2 (en) * | 2005-06-02 | 2012-05-29 | Cerner Innovation, Inc. | Computerized methods and systems for user-centric selection of menu items |
US7562340B2 (en) * | 2006-03-23 | 2009-07-14 | International Business Machines Corporation | Method for graphically building business rule conditions |
US20080313603A1 (en) * | 2007-06-13 | 2008-12-18 | Christian Denkel | User interface archive |
US8209675B2 (en) * | 2007-07-25 | 2012-06-26 | Sap Ag | Method and system for customizing a software application |
JP5097476B2 (en) * | 2007-08-20 | 2012-12-12 | 株式会社リコー | Screen editing apparatus, screen editing method and program |
US20100050153A1 (en) * | 2008-08-21 | 2010-02-25 | Clevest Solutions Inc. | Method and system of editing workflow logic and screens with a gui tool |
US20100049568A1 (en) * | 2008-08-21 | 2010-02-25 | Clevest Solutions Inc. | System and Method for an Extensible Workflow Management |
US8949803B2 (en) | 2011-02-28 | 2015-02-03 | International Business Machines Corporation | Limiting execution of software programs |
CN104794400A (en) * | 2015-01-30 | 2015-07-22 | 深圳市金立通信设备有限公司 | Application program restoration method |
US10684741B2 (en) * | 2015-02-12 | 2020-06-16 | International Business Machines Corporation | System and method for calculating metrics |
US10628137B1 (en) | 2016-12-29 | 2020-04-21 | Cerner Innovation, Inc. | User interface customization |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5798757A (en) * | 1993-12-15 | 1998-08-25 | Borland International, Inc. | Methods and interface for building command expressions in a computer system |
US6326962B1 (en) * | 1996-12-23 | 2001-12-04 | Doubleagent Llc | Graphic user interface for database system |
US6721729B2 (en) * | 2000-06-09 | 2004-04-13 | Thanh Ngoc Nguyen | Method and apparatus for electronic file search and collection |
US6883144B2 (en) * | 2001-06-26 | 2005-04-19 | Siemens Medical Solutions Health Services Corporation | System supporting use of customizable expressions by applications |
Family Cites Families (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS61273636A (en) * | 1985-05-29 | 1986-12-03 | Toyo Electric Mfg Co Ltd | Automatic programming system for calculation formula |
CA2054026A1 (en) * | 1990-10-31 | 1992-05-01 | William Monroe Turpin | Goal oriented electronic form system |
US5566330A (en) * | 1991-08-20 | 1996-10-15 | Powersoft Corporation | Method for forming a reusable and modifiable database interface object |
JP2586382B2 (en) * | 1993-07-19 | 1997-02-26 | 日本電気株式会社 | Search condition specification method and device |
JP2710547B2 (en) * | 1994-02-15 | 1998-02-10 | インターナショナル・ビジネス・マシーンズ・コーポレイション | Graphical user interface |
US5809304A (en) | 1994-07-12 | 1998-09-15 | Jr East Japan Information Systems Co., Inc. | Method of designing application-oriented program |
JPH0944510A (en) * | 1995-07-27 | 1997-02-14 | Canon Inc | Information processor and its method |
US5787453A (en) * | 1995-10-24 | 1998-07-28 | Peoplesoft, Inc. | Interactive formula processing system for SQL data base |
US5721897A (en) * | 1996-04-09 | 1998-02-24 | Rubinstein; Seymour I. | Browse by prompted keyword phrases with an improved user interface |
US5842209A (en) * | 1996-09-03 | 1998-11-24 | International Business Machines Corporation | User interface for visually depicting inner/outer/left/right joins in a database system |
GB2320111A (en) | 1996-12-06 | 1998-06-10 | Jba Holdings Plc | Data processing system and method for software development/configuration |
US6330006B1 (en) * | 1998-05-12 | 2001-12-11 | Silverstream Software, Inc. | Method and apparatus for synchronizing an application's interface and data |
US6671691B1 (en) * | 1998-06-04 | 2003-12-30 | International Business Machines Corporation | Method and apparatus for expression building editors |
EP1196846A1 (en) | 1999-07-15 | 2002-04-17 | American Management Systems, Incorporated | Meta-language for c++ business applications |
US6674452B1 (en) * | 2000-04-05 | 2004-01-06 | International Business Machines Corporation | Graphical user interface to query music by examples |
-
2001
- 2001-10-11 US US09/975,681 patent/US20020196295A1/en not_active Abandoned
- 2001-10-17 US US09/981,398 patent/US6883144B2/en not_active Expired - Lifetime
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5798757A (en) * | 1993-12-15 | 1998-08-25 | Borland International, Inc. | Methods and interface for building command expressions in a computer system |
US6326962B1 (en) * | 1996-12-23 | 2001-12-04 | Doubleagent Llc | Graphic user interface for database system |
US6721729B2 (en) * | 2000-06-09 | 2004-04-13 | Thanh Ngoc Nguyen | Method and apparatus for electronic file search and collection |
US6883144B2 (en) * | 2001-06-26 | 2005-04-19 | Siemens Medical Solutions Health Services Corporation | System supporting use of customizable expressions by applications |
Cited By (16)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20050015264A1 (en) * | 2003-07-14 | 2005-01-20 | Bellsouth Intellectual Property | Methods, systems, and a computer-readable medium for defining and evaluating business rules during runtime of a computer software application program |
US8856074B2 (en) | 2004-06-25 | 2014-10-07 | Apple Inc. | Methods and systems for managing data |
US8868498B2 (en) | 2004-06-25 | 2014-10-21 | Apple Inc. | Methods and systems for managing data |
US10678799B2 (en) | 2004-06-25 | 2020-06-09 | Apple Inc. | Methods and systems for managing data |
US8429208B2 (en) | 2004-06-25 | 2013-04-23 | Apple Inc. | Methods and systems for managing data |
US8473511B2 (en) * | 2004-06-25 | 2013-06-25 | Apple Inc. | Methods and systems for managing data |
US9767161B2 (en) | 2004-06-25 | 2017-09-19 | Apple Inc. | Methods and systems for managing data |
US9460096B2 (en) | 2004-06-25 | 2016-10-04 | Apple Inc. | Methods and systems for managing data |
US9213708B2 (en) | 2004-06-25 | 2015-12-15 | Apple Inc. | Methods and systems for managing data |
US8738670B2 (en) | 2004-06-25 | 2014-05-27 | Apple Inc. | Methods and systems for managing data |
US9020989B2 (en) | 2004-06-25 | 2015-04-28 | Apple Inc. | Methods and systems for managing data |
US9063942B2 (en) | 2004-06-25 | 2015-06-23 | Apple Inc. | Methods and systems for managing data |
US20080127220A1 (en) * | 2006-06-30 | 2008-05-29 | Robert Paul Morris | Methods, systems, and computer program products for creating an input-value-specific loadable instance of an application |
US20080178092A1 (en) * | 2007-01-18 | 2008-07-24 | Sap Ag | Condition editor for business process management and business activity monitoring |
US8732595B2 (en) * | 2007-01-18 | 2014-05-20 | Sap Ag | Condition editor for business process management and business activity monitoring |
WO2010076139A1 (en) * | 2008-12-30 | 2010-07-08 | International Business Machines Corporation | Dynamic point and extend user interface |
Also Published As
Publication number | Publication date |
---|---|
US20020198876A1 (en) | 2002-12-26 |
US6883144B2 (en) | 2005-04-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6883144B2 (en) | System supporting use of customizable expressions by applications | |
US8141033B2 (en) | Object oriented based methodology for modeling business functionality for enabling implementation in a web based environment | |
US7174286B2 (en) | Systems and methods for defining a simulated interactive web page | |
US6684388B1 (en) | Method for generating platform independent, language specific computer code | |
US7181694B2 (en) | Software customization objects for programming extensions associated with a computer system | |
US7146544B2 (en) | Method and apparatus for supporting error handling in a web presentation architecture | |
US20050125715A1 (en) | Method of saving data in a graphical user interface | |
US20020085032A1 (en) | Method and apparatus for providing a graphical user interface for creating and editing a mapping of a first structural discription to a second structural description | |
US20030084429A1 (en) | Systems and methods for table driven automation testing of software programs | |
US20070245321A1 (en) | Computer games localisation | |
US7581206B2 (en) | Systems and methods for creating and providing templates in a single file | |
EP1730629A2 (en) | Device, system and method for accelerated modeling | |
JP2001519559A (en) | Computer-based decision management system using dynamically generated question and answer options | |
JP2003208472A (en) | Method of giving access right of health care information database, and method of giving user interface for supporting integration of data elements related to patient | |
AU4754600A (en) | System and method for the visual customization of business object interfaces | |
US7552418B2 (en) | Systems and methods for creating and providing templates in a single file | |
EP1909170B1 (en) | Method and system for automatically generating a communication interface | |
US6230161B1 (en) | Dynamic expression editor | |
Gomaa et al. | Feature driven dynamic customization of software product lines | |
Almendros-Jiménez et al. | UML modeling of user and database interaction | |
Cook | Towards computer-supported collaborative software engineering | |
Chan | Form management in the Vicomte workflow system | |
Gorilas et al. | of Deliverable: Low-level Specifications of SmartGov Services and | |
US20050278356A1 (en) | Module editor | |
Pophali | Clinical Data Entry & Protocol Tracking System |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: SIEMENS MEDICAL SOLUTIONS HEALTH SERVICES CORPORAT Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:HALEY, JOHN D.;ZIELINSKI, PAUL;SOETY, JOAN JAMES;AND OTHERS;REEL/FRAME:012256/0912 Effective date: 20011009 |
|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |