US20040255252A1 - System process and logic element for providing and managing record keeping applications - Google Patents

System process and logic element for providing and managing record keeping applications Download PDF

Info

Publication number
US20040255252A1
US20040255252A1 US10/496,415 US49641504A US2004255252A1 US 20040255252 A1 US20040255252 A1 US 20040255252A1 US 49641504 A US49641504 A US 49641504A US 2004255252 A1 US2004255252 A1 US 2004255252A1
Authority
US
United States
Prior art keywords
data structure
pattern data
composite pattern
generating
gui
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.)
Granted
Application number
US10/496,415
Other versions
US7992105B2 (en
Inventor
Jose Rodriguez
Katrina Rodriguez
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.)
SOFTWARE ENGINEERING 2000
Original Assignee
SOFTWARE ENGINEERING 2000
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 SOFTWARE ENGINEERING 2000 filed Critical SOFTWARE ENGINEERING 2000
Assigned to SOFTWARE ENGINEERING 2000 reassignment SOFTWARE ENGINEERING 2000 ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: RODRIGUEZ, JOSE AND KATRINA
Publication of US20040255252A1 publication Critical patent/US20040255252A1/en
Priority to US12/116,647 priority Critical patent/US20080216000A1/en
Application granted granted Critical
Publication of US7992105B2 publication Critical patent/US7992105B2/en
Expired - Fee Related legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • 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
    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16HHEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
    • G16H15/00ICT specially adapted for medical reports, e.g. generation or transmission thereof
    • YGENERAL 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
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S715/00Data processing: presentation processing of document, operator interface processing, and screen saver display processing
    • Y10S715/961Operator interface with visual structure or function dictated by intended use
    • Y10S715/965Operator interface with visual structure or function dictated by intended use for process control and configuration
    • Y10S715/966Computer process, e.g. operation of computer
    • Y10S715/968Computer process, e.g. operation of computer interface for database querying and retrieval

Definitions

  • the present invention relates to a computer-based system, process, and logic element for organizing, recording, and displaying medical patient care information.
  • the system, process and logic element are implemented via an application framework that may create and update visual graphical user interface structures for e.g., a notebook widget, while simultaneously possibly managing a composite pattern data structure (or tree data structure).
  • the maintenance of the patient information in physical charts has several disadvantages.
  • the physical charts can be lost or damaged.
  • the data integrity can often be compromised on the physical charts due to illegible handwriting, or careless annotation and marks.
  • the forms and Charting Items can also be created ad hoc, and may change without a consensus from other medical practitioners.
  • the medical terminology and practices constantly change, and/or become obsolete.
  • the duplication of the information can also present a problem because many forms may require basic information, such as vitals, contact or insurance information as part of the treatment or identification, and this information is often duplicated from one form to another.
  • the conventional electronic patient charting information systems and methods also have certain disadvantages.
  • prior art patient charting applications are designed similarly to the traditional computer software systems, often ignoring the dynamic nature of the problems associated with the physical patient charts.
  • technologies such as relational databases and procedural (or structured) programming languages are not intended to be used in a dynamic manner, which is the nature of the current patient charts.
  • the traditional methods for automating the maintenance of the patient information which utilize relational databases, do not meet the demands of the ever-changing patient charting environment.
  • the relational databases have shortcomings when the Charting Items are added to the database structure that require a-re-generation of the database and re-copying of the data.
  • the prior art methods and systems for entering and viewing information also do not emulate the physical forms that are used for the patient information.
  • the graphic screens are traditionally designed for one-time data capture of information, and the entry of the data on a screen-by-screen basis, in a sequence, is often confusing to the user.
  • the navigation through a succession of the screens is a cumbersome and costly operation if only a single change is required.
  • the screens also have a similar drawback as that of the databases, e.g., when adding the Charting Item. For example, when another Charting Item is added, the screen must be regenerated from the development level by the conventional systems and methods.
  • the health care providers often have to adapt new practices in order to utilize the current charting systems. These changes have to be implemented by the software engineers who are not familiar with the medical field. Thus, the necessary changes may not necessarily be implemented in a proper or accurate manner.
  • an exemplary embodiment of a system, process and logic element are provided for creating an application framework according to the present invention.
  • at least one graphical user interface (“GUI”) structure can be generated.
  • at least one corresponding composite pattern data structure can be generated.
  • at least one composite pattern data structure can be created from the corresponding list data structure based on this inorder sequencing procedure.
  • the list data structure may be recorded in a database, a file and/or a persistence data storage arrangement.
  • the GUI structure can be associated with at least one node of the corresponding composite pattern data structure, and such association being based on a type of data contained within the node.
  • the GUI structure may includes a notebook-type GUI structure, which emulates a physical folder for maintaining electronic forms. The composite pattern data structure and/or the GUI structure can be modified.
  • the GUI structure and the corresponding composite pattern data structure can be obtained. Then, it is possible to allow for the modification of the GUI structure, while simultaneously modifying the composite pattern data structure.
  • At least one copy of the composite pattern data structure can be created. Then, at least one instance of this copy may be produced.
  • the copy of the composite pattern data structure and the corresponding instance thereof are capable of being modified without affecting the original version of the composite pattern data structure as it existed prior to the modification.
  • the composite pattern data structure is capable of being modified without affecting the copy of the composite pattern data structure and the corresponding instance thereof.
  • at least one node of the composite pattern data structure can be associated with an element of the GUI structure based on the data contained in the node.
  • the notebook-type interface can emulate a physical folder for maintaining electronic forms.
  • the system, process and logic element can provide data independence, e.g., by creating clones or copies of the one or more data structures, such that modification of one instance of a data structure will not impact the other data structures. Additionally, the system, process and logic element of the present invention is preferably independent of method of the data storage. This can be accomplished, e.g., by using a traversal procedure for converting the composite data structure into a simple list format that can be stored in any manner that the user selects (e.g., in a file, a database, etc.).
  • FIG. 1 shows an exemplary chart prototype data structure used in an exemplary embodiment of a system according to the present invention which can be utilized in the medical field.
  • FIG. 2 shows an exemplary illustration of a graphical user interface notebook widget used in an exemplary embodiment of the system according to the present invention.
  • FIG. 3 shows an exemplary flow diagram of an exemplary embodiment of a process according to the present invention for generating a patient chart.
  • FIG. 4 shows an exemplary flow diagram of another exemplary embodiment of the present invention for generating a Form.
  • FIG. 5 shows an exemplary flow diagram of an exemplary embodiment of the present invention for generating a Section.
  • FIG. 6 shows an exemplary flow diagram of an exemplary embodiment of the present invention for generating a Charting Item.
  • FIG. 7 shows exemplary interrelationships between a physical patient chart, a data structure of a medical chart, and corresponding graphical user interface entities according to another embodiment of the present invention.
  • FIG. 8 shows an exemplary flow diagram for creating a Chart Prototype Node in a Chart Maintenance Process according to the exemplary embodiment of the present invention.
  • FIG. 9 shows an exemplary flow diagram for creating a Form Node in the Chart Maintenance Process according to the exemplary embodiment of the present invention.
  • FIG. 10 shows an exemplary flow diagram for creating a Section node in the Chart Maintenance Process according to the exemplary embodiment of the present invention.
  • FIG. 11 shows an exemplary flow diagram for creating a Charting Item Prototype node according to the Chart Maintenance Process in the exemplary embodiment of the present invention.
  • FIG. 12 shows an exemplary flow diagram for creating a Graphical User Interface widget in the Chart Maintenance Process according to the embodiment of the present invention.
  • FIG. 13 shows an exemplary flow diagram for creating an entry Model Attribute table in the Chart Maintenance Process according to the embodiment of the present invention.
  • FIG. 14 shows an exemplary flow diagram for recording a chart in the Chart Maintenance Process according to an embodiment of the present invention.
  • FIG. 15 shows an exemplary flow diagram for creating a patient chart instance from a patient chart prototype according to another embodiment of the present invention.
  • FIG. 16 shows an exemplary relationship between a patient chart prototype and a patient chart instance according to the embodiment of the present invention.
  • FIG. 17 shows an exemplary flow diagram for modifying a patient chart instance according to yet another embodiment of the present invention.
  • FIG. 18 shows an exemplary Model Attribute Table and its sample entries according to one embodiment of the present invention.
  • FIG. 19 shows an example of a chart prototype data structure with corresponding in order sequence numbers and component model identifications according to still another embodiment of the present invention.
  • FIG. 20 shows an exemplary Chart Structure Organization List for the exemplary chart prototype data structure of FIG. 19.
  • FIG. 21 shows an exemplary patient chart instance according to the present invention with corresponding inorder sequence numbers, instance numbers, chart model identification, and values.
  • FIG. 22 shows an exemplary instance list for the patient chart of FIG. 21.
  • An exemplary embodiment of a system, process and software arrangement for structuring a computer software application according to the present invention are provided.
  • this exemplary embodiment provides an application framework which defines various data structures, interrelationships between entities in those data structures and their functions, and methods for their use in certain record keeping applications.
  • the exemplary embodiment of a system, process and logic element according to the present invention can be used within the context of the medical field, e.g., in the patient charting practice of a medical office clinic, and hereinafter will be referred to as a “chart organizer” for the sake of simplicity.
  • achart organizer for the sake of simplicity.
  • various embodiments of the present invention can also be used to implement flexible computer-based record keeping systems and processes for a number of different uses in various fields, including applications in financial organizations, banking, retail inventory control, human resources, etc.
  • the chart organizer comprises a tree-type or composite data structure, as illustrated in FIG. 1, which is composed of the following simple entities: “Chart Prototype 100 ”, “Form 105 ”, “Section 110 , 115 ” and “Charting Item Prototype 120 - 135 ”.
  • the Chart Prototype 100 is a data entity which can act as a model or template for a patient chart, and may define medical and non-medical information that is to be recorded for a patient. It can further define a type of patient classification and the required information for such patient.
  • a Chart Prototype comprises a collection of Forms. Each Form can be used to represent a segment of information that the health care organization prefers to maintain. A set of Forms is determined by the patient type within the practice, particular health care a patient is scheduled to receive (e.g., medical information), and the administrative information needed by the health care organization to process the information for the patient.
  • the Forms can be used in various ways.
  • Additional charts can be created as hybrids of these Forms, such as a Chart Prototype—“Orthopedic Surgery Patient”—which consists of yet another set of Forms (e.g., Forms A, B, D, G).
  • the number of different types of charts and combinations that may be created is unlimited.
  • the Form 105 is shown to be a collection of the Sections 110 , 115 , each representing a segment of the patient information.
  • the Section 110 is a collection of the Charting Item Prototypes 120 - 135 , and represents a sub-segment of the Form 105 .
  • the Sections 110 , 115 are the electronic equivalents of pages within a physical paper form.
  • the Form “Patient Contact Information” 105 has the Section 110 referred to as “Patient Identification Section,” which contains e.g., Charting Item Prototypes “Name First” 125 , “Name Last” 120 , “Date Admitted” 135 , and “Patient Number” 130 .
  • the Form 105 also contains other another Section 115 —“Patient Address”—which contains certain charting items, e.g., “Street” 140 , “City” 150 , “State” 145 , and “Zip” 155 .
  • the Charting Item Prototype is an entity used to define the data for charting the patient information.
  • This Charting Item Prototype has properties which serve as the specification (or metadata) for the data. It defines the properties of the type of data which can be stored, the corresponding graphical user interface (hereinafter “GUI”) entities, and storage and usage attributes for the data.
  • GUI graphical user interface
  • the Charting Item Prototype can be re-used on any Section. Provided below is an example of the Charting Item Prototype's properties in one exemplary embodiment of the present invention: Property Property Description Property type Name Identify Charting Item 32 Characters text Description Text description 1000 Character text Data type Type of data represented (i.e.
  • FIG. 1 also illustrates the interrelationship of the various entities within the chart prototype data structure, which can be implemented as a tree-type data structure in the structured programming terms, and as a composite pattern in the object oriented programming terms.
  • each of the different entities within the chart prototype data structure has a predefined role.
  • the Chart Prototype 100 relates to a root node in the tree-type data structure and the top-level container in the composite pattern. This means that this data entity can only be used to point to other data entities.
  • the Chart prototype 100 may contain Forms, and would not preferably be a part of another data entity.
  • the Form 105 relates to a node in the tree-type data structure, and a component in the composite pattern. This data entity can be contained by another data entity, and may be used to point to other data entities.
  • the Form 105 contains (or points to) the Sections 110 , and is contained (or pointed to) in the Chart Prototype 100 .
  • Sections 110 , 115 also relate to a node in the tree-type data structure and a component in the composite pattern.
  • This data entity can be contained in (or pointed to by) another data entity, and may be used to hold (or point to) other data entities.
  • the Section 110 contains the Charting Items 120 - 135 , and is contained in (or pointed to by) the Form 105 .
  • the Charting Item Prototype described above relates to a leaf node in the tree-type data structure, being the lowest level component in the composite pattern. This data entity is contained in (or pointed to by) another data entity, and cannot be used to hold (or point to) other data entities.
  • the Charting Item Prototype of the exemplary embodiment of the present invention can be used to represent a data item which is adapted to be used for patient charting.
  • FIG. 2 shows an exemplary notebook Graphical User Interface (“GUI”) widget 200 that can be utilized in conjunction with the chart prototype data structure of FIG. 1.
  • GUI Graphical User Interface
  • this widget 200 can be useful as an interface for the users because it is based on a concept that is familiar to most people, and requires little training for the users.
  • the GUI widgets are generally used to represent data within a view.
  • Various different types of the GUI widgets (such as buttons, text, input fields, and lists) can be used to display data and receive user input data.
  • the notebook GUI widget 200 may include tabs which are displayed to provide access to each Form and each Section within the respective Form.
  • Each Section defines a view, which is what can be seen in the respective Section, and may contain and display any combination of the GUI widgets for various purposes.
  • tabs 206 - 210 represent the Forms, each of which may contain one or more Sections.
  • the Form tab 206 ““Contact Info”—is selected in this example, and has particular Sections 202 , 204 .
  • the Section tab 202 is also shown to be selected, thus “Patient ID” is displayed in the current view 220 .
  • This current view 220 provides access to the Charting Items such as “First Name” 212 , “Last Name” 214 , “Patient Number” 216 and “Date Admitted” 218 .
  • the Section tab 204 may alternatively be selected, and is capable of displaying the view for the “Patient Address” information section.
  • a “Notebook Composite Organizer Controller” can be used to interact with the med-chart organizer for creating and modifying the patient charts.
  • Most conventional physical patient charting systems and processes are organized in folders that consist of a collection of forms.
  • the above-described notebook GUI widget 200 preferably emulates a physical folder of forms, and may use a chart prototype data structure which is a data structure that also emulates a physical folder of forms.
  • the notebook Composite Organizer Controller can associate the notebook GUI widget 200 within the chart prototype data structure to form a software framework which can be used to create and update the charts, as well as process the patient chart information.
  • the notebook Composite Organizer Controller can generate the charts during a chart maintenance process, which can simultaneously manage both the notebook GUI widget 200 and the chart prototype data structure, create a persistence specification for the chart prototype data structure, add entries into a “Model Attribute Table” (as shall be discussed in further detail below), and update inventories for the charting entities.
  • the Notebook Composite Organizer Controller can also process the patient chart information during the patient charting process. For example, this patient charting process can translate the data between the data storage arrangement and the display of the notebook GUI widget 200 , allow the patient chart to dynamically change its structure, and manage the persistence specification for the patient chart.
  • the Notebook Composite Organizer Controller can be used to interact with the chart organizer for creating charts, and incorporates the chart maintenance process as the process for creating and updating medical charts.
  • the chart maintenance process is preferably the chart organizer's implementation of a chart maintenance model, which can be a model of a process used to create and update the medical charts. Any medical professional or other user can use this model to define the patient chart, either with or without the software used for such definitions.
  • FIGS. 3-6 show exemplary embodiments of the chart maintenance process implementations of a create a Chart Prototype, a Section and a Charting Item, respectively. These processes are substantially similar to one another. For example, during the chart maintenance process, the following general tasks can be performed for any of the different charting entities (see FIGS. 3 - 6 ):
  • the first procedure preferably creates a node for the chart prototype data structure (e.g., see steps 300 , 350 , 400 , 450 ).
  • steps 300 , 350 , 400 , 450 the following substeps are performed to create the various nodes in the data structure:
  • Substeps (a) and (b) may be identical for every node.
  • Substep (c) where certain properties for the node are entered, can differ from one node to another, e.g., due to the type of information being entered for each node.
  • substep (d) the node can be added to a target data structure, where the node is actually added within the chart prototype data structure.
  • each node in the chart prototype data structure is exemplary embodiment.
  • the user creates a chart prototype node in step 550 , and a unique numerical identification (“ID”), and a timestamp for the creation date is preferably generated. Then, in step 560 , this unique numerical ID is assigned to the chart prototype.
  • ID unique numerical identification
  • step 560 this unique numerical ID is assigned to the chart prototype.
  • step 570 a timestamp for the creation date is assigned to the chart prototype, and in step 580 , certain properties (e.g., metadata information) are entered for the chart prototype.
  • FIG. 9 shows the exemplary creation of the Form nodes.
  • a unique numerical ID and a timestamp for the creation date of a particular Form node are generated in step 600 .
  • a unique numerical ID is assigned to the respective Form, and the timestamp is generated in step 620 .
  • Certain properties e.g., metadata information
  • this Form may be added to the chart prototype in step 640 .
  • the Section nodes are created in a similar manner.
  • a unique numerical ID and a timestamp for the creation date of a particular Section node are generated in step 650 .
  • the unique numerical ID is assigned to the respective Section, and a timestamp is generated in step 670 .
  • particular properties e.g., metadata information
  • this Section may be added to the Form in step 690 .
  • FIG. 10 shows that the Chart Item Prototype (“CIP”) nodes are created in a similar manner.
  • CIP Chart Item Prototype
  • a unique numerical ID and a timestamp for the creation date of the Chart Item Prototype node are generated in step 700 .
  • the unique numerical ID is assigned the CIP node, and the timestamp is generated in step 720 .
  • certain properties e.g., metadata information
  • the Chart Item Prototype may be added to the Section in step 740 .
  • a widget can be created using the exemplary procedure which is shown in FIG. 12.
  • the system and process of the present invention can implement the exemplary procedure of FIG. 12 to create the widget for the notebook GUI structure with relation to a node in the data structure.
  • the node and the data type can be cross-referenced to locate the widget.
  • an instance of the widget is created for the data type. Thereafter, the widget is added to the destination context in step 770 .
  • Steps 750 and 760 can generally be used for every node. Also, step 770 determines the context in which the widget should be added.
  • the following chart illustrates the associations for adding the widgets according to an exemplary embodiment of the present invention.
  • an entry in the Model Attribute Table can be generated using another procedure, the details of which are shown as a flow diagram in FIG. 13.
  • metadata and certain attributes can be extracted from the node in step 800 .
  • Other metadata and attributes are then extracted from the widget (step 810 ).
  • the set of extracted attributes are added to the Model Attribute Table in step 820 .
  • the exemplary procedure shown in FIG. 14 can be used.
  • the data for the notebook GUI widget can be recorded in an electronic storage arrangement (step 830 ).
  • the chart prototype data structure can then be stored in step 840 .
  • a chart structure organization list may be generated and recorded.
  • An entry can preferably be created in the list for the corresponding charting entity nodes.
  • the following table illustrates an exemplary cross-reference for the lists and the corresponding nodes according to the present invention: List Node Chart Prototype Encyclopedia Chart Prototype Forms Inventory Forms Sections Inventory Sections Charting Item Prototype Charting Item Prototype Dictionary
  • the patient charting process can be defined as the process for capturing and updating the patient information for a charting practice.
  • the patient charting process can use a patient chart to process the patient information.
  • the patient chart can be an instance of the chart prototype which allows the user to gather and process certain data for a particular patient. At any one time, there may be as many patient chart instances of the chart prototype as there are patients. However, it is preferable to have only one chart per patient.
  • the chart prototype is preferably the specification (e.g., metadata) used to create the patient chart. These chart prototypes generally do not include the information regarding a patient, and are the blueprints or templates for the patient chart instances.
  • FIG. 15 shows an exemplary embodiment for a procedure which creates an instance of the patient chart according to the present invention.
  • a clone of the chart prototype can be created in step 860 .
  • a patient chart instance of the chart prototype clone (generated in step 860 ) is created.
  • the chart prototype clone may be assigned to the patient chart instance.
  • Step 860 is preferably performed to ensure that the patient chart has its own structure, thus allowing modifications thereto without impacting the chart prototype.
  • this cloning step allows a modification of the chart prototype, without impacting any of the patient chart instances that used such prototype.
  • the patient chart would then include a clone of the chart prototype as its structure. In this manner, the patient chart instance may be modified by adding the Form, Section, and/or Charting Item Prototype thereto without effecting the underlying chart prototype structure and only effecting the clone of the underlying chart prototype that represents the patient chart instance.
  • FIG. 16 illustrates the exemplary relationship between a chart prototype and an instance thereof. Items 920 through 938 are nodes within a chart prototype, and items 950 through 968 represent nodes within the instance of the prototype. While the nodes in the chart prototype act merely as templates, the nodes within the patient chart instance preferably contain actual data. As illustrated in FIG. 16, the Patient Chart instances are initially created with the default values for the charting items, as specified by the Charting Item Prototypes.
  • each patient chart instance is preferably given a “Patient ID”, “Creation date” and “Creation user ID.”
  • Patient ID When first instantiated, there is no actual patient information (i.e., only blank default values) in such patient chart instances.
  • the patient chart may be used to record real patient information for the associated patient.
  • the clone 900 of the chart prototype is assigned to the patient chart in order to complete the creation of the patient chart.
  • This chart prototype assignment will preferably allow the patient chart to have access to its data structure, and would enable the modification of the patient chart when necessary, without any impact on other patient charts or chart prototypes.
  • the patient chart may be modified by adding or deleting chart prototype data structure node entities (e.g., Forms, Sections, Charting Item Prototypes).
  • chart prototype data structure node entities e.g., Forms, Sections, Charting Item Prototypes.
  • a patient being treated for an orthopedic disorder may initially have an instance of the patient chart which was created with an “orthopedic” chart prototype.
  • This patient may later be discovered to have a neurological disorder, e.g., a side effect from his or her orthopedic disorder.
  • the patient may then be scheduled to receive “neurological” care from a neurological specialist.
  • the patient has changed from an “orthopedic” patient to an “orthopedic/neurological” patient.
  • Neurological specialists have their own respective charting forms and practices required for their patients.
  • the patient cannot have two different charts because the disorders are related, and each specialist should preferably have access to a complete history of the patient's health in order to effectuate the necessary treatment.
  • the “orthopedic” patient chart instance would have to be changed to meet the new patient care needs for the neurological treatment, which would require, e.g., two additional Forms. To add these two neurological Forms, a change to the orthopedic patient chart instance would need to be implemented for that particular patient, without having an effect on the charts or charts structures of any other patients.
  • an exemplary procedure to change a patient chart instance provides a six-step process.
  • step 1000 the chart prototype clone is obtained which was assigned to the patient chart instance after the instantiation thereof.
  • step 1010 the modifications to the chart prototype clone are performed.
  • step 1020 a new patient chart instance is generated from the modified chart prototype clone.
  • This modified chart prototype clone is then assigned to the new patient chart instance in step 1030 .
  • step 1040 the information from the old patient chart instance is copied to the new patient chart instance.
  • the new information for the patient chart instance can then be added in step 1050 .
  • the data persistence for the charts is preferably provided as follows. First, a Chart Structure Organization List (which is performed during the chart maintenance process) to represent the Chart Prototype Data Structure is created; and second, an Instance List (which is performed during the patient charting process) to represent the values of Chart Prototype instance is generated. These lists are generated by, e.g., “collapsing” (the inorder traversal of a composite pattern) the composite patterns or tree data structures (e.g., Chart Prototype Data Structure or Chart Prototype Instance) of the system and process into list form. This list may then be recorded in any manner, e.g., in a database, a spread sheet, a CSV file, etc.
  • the system and process of the present invention can provide a complete independence from the selected means of storage, and preferably enables a high degree of flexibility to the user for selecting the type of the data storage method.
  • the Chart Structure Organization List can be used to create and/or validate the Instance List, and then the above-referenced lists are joined and cross-referenced against an exemplary Model Attribute Table to perform the conversions of data (e.g., to and from a data storage arrangement).
  • This Model Attribute Table 1060 as shown in FIG. 18, can be populated each time a new node in the chart prototype data structure is created.
  • the Model Attribute Table 1060 may interact with the charting item prototype dictionary for retrieving metadata definitions, as well as converting and defining the values for the charting items.
  • the metadata definitions for the Sections, Forms and Chart Item Prototypes can also be added to the Model Attribute Table 1060 .
  • FIG. 19 shows an exemplary Chart Prototype Data Structure which includes a corresponding In-order sequence number and a component model ID.
  • FIG. 20 shows an exemplary embodiment of the corresponding cart structure organization list 1200 for the chart Prototype Data Structure of FIG. 19.
  • the chart structure organization list 1200 can be created to be used for the process for persistence according to the present invention.
  • This chart structure organization list 1200 is preferably a list comprised of three attributes per entry: the chart model ID, the In-order sequence number and the component model ID.
  • the chart structure organization list 1200 can be generated by associating the chart model ID with the values for the component model ID and the In-order sequence number for all of the nodes visited during an inorder traversal of the chart prototype tree structure/composite data structure. All components in the chart prototype data structure may include a respective component model ID.
  • the chart model ID is the component model ID for the first component visited during the inorder traversal, and is preferably the chart prototype.
  • FIG. 21 shows the exemplary Chart Prototype Data Structure illustrating the chart model ID, an instance number, values and corresponding In-order sequence numbers.
  • an instance list 1400 of the chart prototype data structure can be created, an example of which is shown in FIG. 22.
  • This instance list 1400 corresponds to the patient chart instance of FIG. 21 and may preferably be a list comprised of four attributes per entry: the chart model ID, the In-order sequence number, and the instance number and values.
  • the list can be generated by associating the chart model ID with the values for the Inorder sequence number, the instance number and the values for all of the nodes visited during the Inorder traversal of the chart prototype data structure of the patient chart.
  • the instance number is preferably a unique value assigned to the patient chart to distinguish it from all other instantiations of the same chart prototype.

Abstract

A system, process and logic element are provided which can generate and manage an application framework by simultaneously managing the graphical user interface structures and corresponding data structures. In addition, it is possible to produce at least one list data structure which corresponds to the composite pattern data structure using an in-order sequencing procedure. At least one composite pattern data structure can be created from the corresponding list data structure based on such in-order sequencing procedure. The list data structure can be recorded in a database, a file and/or a persistence data storage arrangement. The copy of the composite pattern data structure and the corresponding instance thereof can be modified without affecting the original version of the composite pattern data structure as it existed prior to the modification.

Description

    FIELD OF THE INVENTION
  • The present invention relates to a computer-based system, process, and logic element for organizing, recording, and displaying medical patient care information. In particular, the system, process and logic element are implemented via an application framework that may create and update visual graphical user interface structures for e.g., a notebook widget, while simultaneously possibly managing a composite pattern data structure (or tree data structure). [0001]
  • BACKGROUND OF THE INVENTION
  • The provision of health care services to patients depends on the maintenance of a substantial amount of patient information, including both medical information relating to patient treatment(s) and non-medical information utilized for administrative purposes. [0002]
  • In the past, certain health care providers maintained patient information manually on multitudes of physical paper forms that correspond to segments of medical and non-medical patient information. The total set of collected medical and non-medical information forms for a patient constitutes a patient chart. Health care providers generally create these forms to define and record one or more segments of the patient information for a particular medical need (e.g. an assessment tool, a medical history, a physician order, etc.) or non-medical need (e.g. contact information, insurance information, referral, billing, etc.). The data items on the forms can be referred to as “Charting Items”. Some examples of medical Charting Items for an assessment tools form are heart rate, temperature, blood pressure and weight. Some examples of non-medical Charting Items for contact information form are name, address, phone and insurance number. The maintenance of the patient includes the maintenance of these individual Charting Items. [0003]
  • The maintenance of the patient information in physical charts has several disadvantages. In particular, the physical charts can be lost or damaged. Also, the data integrity can often be compromised on the physical charts due to illegible handwriting, or careless annotation and marks. The forms and Charting Items can also be created ad hoc, and may change without a consensus from other medical practitioners. In addition, the medical terminology and practices constantly change, and/or become obsolete. Furthermore, the duplication of the information can also present a problem because many forms may require basic information, such as vitals, contact or insurance information as part of the treatment or identification, and this information is often duplicated from one form to another. [0004]
  • The conventional electronic patient charting information systems and methods also have certain disadvantages. In particular, prior art patient charting applications are designed similarly to the traditional computer software systems, often ignoring the dynamic nature of the problems associated with the physical patient charts. Also, technologies such as relational databases and procedural (or structured) programming languages are not intended to be used in a dynamic manner, which is the nature of the current patient charts. Indeed, the traditional methods for automating the maintenance of the patient information, which utilize relational databases, do not meet the demands of the ever-changing patient charting environment. The relational databases have shortcomings when the Charting Items are added to the database structure that require a-re-generation of the database and re-copying of the data. [0005]
  • The prior art methods and systems for entering and viewing information also do not emulate the physical forms that are used for the patient information. In particular, the graphic screens are traditionally designed for one-time data capture of information, and the entry of the data on a screen-by-screen basis, in a sequence, is often confusing to the user. The navigation through a succession of the screens is a cumbersome and costly operation if only a single change is required. The screens also have a similar drawback as that of the databases, e.g., when adding the Charting Item. For example, when another Charting Item is added, the screen must be regenerated from the development level by the conventional systems and methods. The health care providers often have to adapt new practices in order to utilize the current charting systems. These changes have to be implemented by the software engineers who are not familiar with the medical field. Thus, the necessary changes may not necessarily be implemented in a proper or accurate manner. [0006]
  • The problems inherent in the general-purpose databases and the conventional patient information databases illustrate a need for a system, process and logic element that are flexible for organizing, recording and displaying medical patient care information. Additionally, there exists a need for a system, process and logic element which are easy to use, and can be learned by the medical personnel who have limited experience with computers or software systems. [0007]
  • SUMMARY OF THE INVENTION
  • It is therefore the object of the present invention to overcome the deficiencies associated with the prior art. [0008]
  • Accordingly, an exemplary embodiment of a system, process and logic element are provided for creating an application framework according to the present invention. In particular, at least one graphical user interface (“GUI”) structure can be generated. Simultaneously with the generation of the GUI structure, at least one corresponding composite pattern data structure can be generated. In addition, it is possible to produce at least one list data structure which corresponds to the composite pattern data structure using an inorder sequencing procedure. Also, at least one composite pattern data structure can be created from the corresponding list data structure based on this inorder sequencing procedure. The list data structure may be recorded in a database, a file and/or a persistence data storage arrangement. [0009]
  • In another embodiment of the present invention, the GUI structure can be associated with at least one node of the corresponding composite pattern data structure, and such association being based on a type of data contained within the node. Also, the GUI structure may includes a notebook-type GUI structure, which emulates a physical folder for maintaining electronic forms. The composite pattern data structure and/or the GUI structure can be modified. [0010]
  • In yet another embodiment of the present invention, the GUI structure and the corresponding composite pattern data structure can be obtained. Then, it is possible to allow for the modification of the GUI structure, while simultaneously modifying the composite pattern data structure. [0011]
  • In still another embodiment of the present invention, at least one copy of the composite pattern data structure can be created. Then, at least one instance of this copy may be produced. The copy of the composite pattern data structure and the corresponding instance thereof are capable of being modified without affecting the original version of the composite pattern data structure as it existed prior to the modification. [0012]
  • According to another embodiment of the present invention, the composite pattern data structure is capable of being modified without affecting the copy of the composite pattern data structure and the corresponding instance thereof. Also, at least one node of the composite pattern data structure can be associated with an element of the GUI structure based on the data contained in the node. Also, the notebook-type interface can emulate a physical folder for maintaining electronic forms. [0013]
  • The system, process and logic element can provide data independence, e.g., by creating clones or copies of the one or more data structures, such that modification of one instance of a data structure will not impact the other data structures. Additionally, the system, process and logic element of the present invention is preferably independent of method of the data storage. This can be accomplished, e.g., by using a traversal procedure for converting the composite data structure into a simple list format that can be stored in any manner that the user selects (e.g., in a file, a database, etc.). [0014]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • For a more complete understanding of the present invention and its advantages, reference is now made to the following description, taken in conjunction with the accompanying drawings, in which: [0015]
  • FIG. 1 shows an exemplary chart prototype data structure used in an exemplary embodiment of a system according to the present invention which can be utilized in the medical field. [0016]
  • FIG. 2 shows an exemplary illustration of a graphical user interface notebook widget used in an exemplary embodiment of the system according to the present invention. [0017]
  • FIG. 3 shows an exemplary flow diagram of an exemplary embodiment of a process according to the present invention for generating a patient chart. [0018]
  • FIG. 4 shows an exemplary flow diagram of another exemplary embodiment of the present invention for generating a Form. [0019]
  • FIG. 5 shows an exemplary flow diagram of an exemplary embodiment of the present invention for generating a Section. [0020]
  • FIG. 6 shows an exemplary flow diagram of an exemplary embodiment of the present invention for generating a Charting Item. [0021]
  • FIG. 7 shows exemplary interrelationships between a physical patient chart, a data structure of a medical chart, and corresponding graphical user interface entities according to another embodiment of the present invention. [0022]
  • FIG. 8 shows an exemplary flow diagram for creating a Chart Prototype Node in a Chart Maintenance Process according to the exemplary embodiment of the present invention. [0023]
  • FIG. 9 shows an exemplary flow diagram for creating a Form Node in the Chart Maintenance Process according to the exemplary embodiment of the present invention. [0024]
  • FIG. 10 shows an exemplary flow diagram for creating a Section node in the Chart Maintenance Process according to the exemplary embodiment of the present invention. [0025]
  • FIG. 11 shows an exemplary flow diagram for creating a Charting Item Prototype node according to the Chart Maintenance Process in the exemplary embodiment of the present invention. [0026]
  • FIG. 12 shows an exemplary flow diagram for creating a Graphical User Interface widget in the Chart Maintenance Process according to the embodiment of the present invention. [0027]
  • FIG. 13 shows an exemplary flow diagram for creating an entry Model Attribute table in the Chart Maintenance Process according to the embodiment of the present invention. [0028]
  • FIG. 14 shows an exemplary flow diagram for recording a chart in the Chart Maintenance Process according to an embodiment of the present invention. [0029]
  • FIG. 15 shows an exemplary flow diagram for creating a patient chart instance from a patient chart prototype according to another embodiment of the present invention. [0030]
  • FIG. 16 shows an exemplary relationship between a patient chart prototype and a patient chart instance according to the embodiment of the present invention. [0031]
  • FIG. 17 shows an exemplary flow diagram for modifying a patient chart instance according to yet another embodiment of the present invention. [0032]
  • FIG. 18 shows an exemplary Model Attribute Table and its sample entries according to one embodiment of the present invention. [0033]
  • FIG. 19 shows an example of a chart prototype data structure with corresponding in order sequence numbers and component model identifications according to still another embodiment of the present invention. [0034]
  • FIG. 20 shows an exemplary Chart Structure Organization List for the exemplary chart prototype data structure of FIG. 19. [0035]
  • FIG. 21 shows an exemplary patient chart instance according to the present invention with corresponding inorder sequence numbers, instance numbers, chart model identification, and values. [0036]
  • FIG. 22 shows an exemplary instance list for the patient chart of FIG. 21.[0037]
  • DETAILED DESCRIPTION OF THE INVENTION
  • An exemplary embodiment of a system, process and software arrangement for structuring a computer software application according to the present invention are provided. In particular, this exemplary embodiment provides an application framework which defines various data structures, interrelationships between entities in those data structures and their functions, and methods for their use in certain record keeping applications. [0038]
  • The exemplary embodiment of a system, process and logic element according to the present invention can be used within the context of the medical field, e.g., in the patient charting practice of a medical office clinic, and hereinafter will be referred to as a “chart organizer” for the sake of simplicity. However, it should be understood that various embodiments of the present invention can also be used to implement flexible computer-based record keeping systems and processes for a number of different uses in various fields, including applications in financial organizations, banking, retail inventory control, human resources, etc. [0039]
  • According to an exemplary embodiment of the present invention, the chart organizer comprises a tree-type or composite data structure, as illustrated in FIG. 1, which is composed of the following simple entities: “[0040] Chart Prototype 100”, “Form 105”, “ Section 110, 115” and “Charting Item Prototype 120-135”. The Chart Prototype 100 is a data entity which can act as a model or template for a patient chart, and may define medical and non-medical information that is to be recorded for a patient. It can further define a type of patient classification and the required information for such patient. A Chart Prototype comprises a collection of Forms. Each Form can be used to represent a segment of information that the health care organization prefers to maintain. A set of Forms is determined by the patient type within the practice, particular health care a patient is scheduled to receive (e.g., medical information), and the administrative information needed by the health care organization to process the information for the patient.
  • The Forms can be used in various ways. For example, a Chart Prototype—“General Patient”—may consist of a set of Forms (e.g., Forms A, B, and C), and a Chart Prototype—“Orthopedic Patient”—may consist of another set of Forms (e.g., Forms A, B, and D). Note that there may be common Forms there between, and other non-common Forms which are particular to the specific classification of the patient. Additional charts can be created as hybrids of these Forms, such as a Chart Prototype—“Orthopedic Surgery Patient”—which consists of yet another set of Forms (e.g., Forms A, B, D, G). The number of different types of charts and combinations that may be created is unlimited. [0041]
  • Referring again to FIG. 1, the [0042] Form 105 is shown to be a collection of the Sections 110, 115, each representing a segment of the patient information. The Section 110 is a collection of the Charting Item Prototypes 120-135, and represents a sub-segment of the Form 105. The Sections 110, 115 are the electronic equivalents of pages within a physical paper form. In this exemplary embodiment of the present invention, the Form “Patient Contact Information” 105 has the Section 110 referred to as “Patient Identification Section,” which contains e.g., Charting Item Prototypes “Name First” 125, “Name Last” 120, “Date Admitted” 135, and “Patient Number” 130. The Form 105 also contains other another Section 115—“Patient Address”—which contains certain charting items, e.g., “Street” 140, “City” 150, “State” 145, and “Zip” 155.
  • The Charting Item Prototype is an entity used to define the data for charting the patient information. This Charting Item Prototype has properties which serve as the specification (or metadata) for the data. It defines the properties of the type of data which can be stored, the corresponding graphical user interface (hereinafter “GUI”) entities, and storage and usage attributes for the data. The Charting Item Prototype can be re-used on any Section. Provided below is an example of the Charting Item Prototype's properties in one exemplary embodiment of the present invention: [0043]
    Property Property Description Property type
    Name Identify Charting Item 32 Characters text
    Description Text description 1000 Character text
    Data type Type of data represented (i.e. String, List of choices
    Integer, Date etc.)
    Valid Values Values used for data validation List of choices
    Length Length of largest data representation Integer
    Category Category if data can be classified 32 Characters text
    ID Unique numerical identification 32 Character text
    Date Created Version of property Date
  • Chart Prototype Data Structure [0044]
  • FIG. 1 also illustrates the interrelationship of the various entities within the chart prototype data structure, which can be implemented as a tree-type data structure in the structured programming terms, and as a composite pattern in the object oriented programming terms. Preferably, each of the different entities within the chart prototype data structure has a predefined role. [0045]
  • As shown in FIG. 1, the [0046] Chart Prototype 100 relates to a root node in the tree-type data structure and the top-level container in the composite pattern. This means that this data entity can only be used to point to other data entities. The Chart prototype 100 may contain Forms, and would not preferably be a part of another data entity. The Form 105 relates to a node in the tree-type data structure, and a component in the composite pattern. This data entity can be contained by another data entity, and may be used to point to other data entities. In this exemplary embodiment, the Form 105 contains (or points to) the Sections 110, and is contained (or pointed to) in the Chart Prototype 100. These Sections 110, 115 also relate to a node in the tree-type data structure and a component in the composite pattern. This data entity can be contained in (or pointed to by) another data entity, and may be used to hold (or point to) other data entities. The Section 110 contains the Charting Items 120-135, and is contained in (or pointed to by) the Form 105.
  • The Charting Item Prototype described above relates to a leaf node in the tree-type data structure, being the lowest level component in the composite pattern. This data entity is contained in (or pointed to by) another data entity, and cannot be used to hold (or point to) other data entities. The Charting Item Prototype of the exemplary embodiment of the present invention can be used to represent a data item which is adapted to be used for patient charting. [0047]
  • Notebook GUI Widget [0048]
  • FIG. 2 shows an exemplary notebook Graphical User Interface (“GUI”) [0049] widget 200 that can be utilized in conjunction with the chart prototype data structure of FIG. 1. For example, this widget 200 can be useful as an interface for the users because it is based on a concept that is familiar to most people, and requires little training for the users. The GUI widgets are generally used to represent data within a view. Various different types of the GUI widgets (such as buttons, text, input fields, and lists) can be used to display data and receive user input data. As illustrated in FIG. 2, the notebook GUI widget 200 may include tabs which are displayed to provide access to each Form and each Section within the respective Form. Each Section defines a view, which is what can be seen in the respective Section, and may contain and display any combination of the GUI widgets for various purposes. As illustrated in FIG. 2, tabs 206-210 represent the Forms, each of which may contain one or more Sections. The Form tab 206—“Contact Info”—is selected in this example, and has particular Sections 202, 204. The Section tab 202 is also shown to be selected, thus “Patient ID” is displayed in the current view 220. This current view 220 provides access to the Charting Items such as “First Name” 212, “Last Name” 214, “Patient Number” 216 and “Date Admitted” 218. The Section tab 204 may alternatively be selected, and is capable of displaying the view for the “Patient Address” information section.
  • Notebook Composite Organizer Controller [0050]
  • In an exemplary embodiment of the present invention, a “Notebook Composite Organizer Controller” can be used to interact with the med-chart organizer for creating and modifying the patient charts. Most conventional physical patient charting systems and processes are organized in folders that consist of a collection of forms. The above-described [0051] notebook GUI widget 200 preferably emulates a physical folder of forms, and may use a chart prototype data structure which is a data structure that also emulates a physical folder of forms. In the exemplary embodiment of the present invention, the Notebook Composite Organizer Controller can associate the notebook GUI widget 200 within the chart prototype data structure to form a software framework which can be used to create and update the charts, as well as process the patient chart information.
  • According to this exemplary embodiment of the present invention, the Notebook Composite Organizer Controller can generate the charts during a chart maintenance process, which can simultaneously manage both the [0052] notebook GUI widget 200 and the chart prototype data structure, create a persistence specification for the chart prototype data structure, add entries into a “Model Attribute Table” (as shall be discussed in further detail below), and update inventories for the charting entities. The Notebook Composite Organizer Controller can also process the patient chart information during the patient charting process. For example, this patient charting process can translate the data between the data storage arrangement and the display of the notebook GUI widget 200, allow the patient chart to dynamically change its structure, and manage the persistence specification for the patient chart.
  • Exemplary Details of the Chart Maintenance Process [0053]
  • The Notebook Composite Organizer Controller can be used to interact with the chart organizer for creating charts, and incorporates the chart maintenance process as the process for creating and updating medical charts. The chart maintenance process is preferably the chart organizer's implementation of a chart maintenance model, which can be a model of a process used to create and update the medical charts. Any medical professional or other user can use this model to define the patient chart, either with or without the software used for such definitions. [0054]
  • FIGS. 3-6 show exemplary embodiments of the chart maintenance process implementations of a create a Chart Prototype, a Section and a Charting Item, respectively. These processes are substantially similar to one another. For example, during the chart maintenance process, the following general tasks can be performed for any of the different charting entities (see FIGS. [0055] 3-6):
  • a) Create a node for the chart prototype data structure ([0056] steps 300, 350, 400, 450);
  • b) Create a corresponding widget ([0057] steps 310, 360, 410, 460).
  • c) Create an entry in a Model Attribute Table ([0058] steps 320, 370, 420, 470)
  • d) Create an entry of the node in the list of the charting entity ([0059] steps 330, 380, 430, 480).
  • e) For creating the Sections, determine whether there are [0060] multiple sections 440, and if so, add tabs to the views 445.
  • When the chart maintenance process is completed for a particular chart, the chart prototype data structure and the [0061] notebook GUI widget 200 that the process previously created are recorded, and a chart structure organization list which defines the persistence specification for the instances of the charting prototype data structure is generated (See FIG. 14), as shall be described in further in detail below. The following is a detailed description of the various steps in the exemplary embodiment of the chart maintenance process according to the present invention.
  • In particular, the first procedure preferably creates a node for the chart prototype data structure (e.g., see [0062] steps 300, 350, 400, 450). Referring to FIG. 8, the following substeps are performed to create the various nodes in the data structure:
  • a) Generate unique identification and timestamp (step [0063] 550);
  • b) Assign node identification (“ID”) and timestamp ([0064] steps 560, 570);
  • c) Enter properties for node (step [0065] 580); and
  • d) Add node to target. [0066]
  • Substeps (a) and (b) may be identical for every node. Substep (c), where certain properties for the node are entered, can differ from one node to another, e.g., due to the type of information being entered for each node. In substep (d), the node can be added to a target data structure, where the node is actually added within the chart prototype data structure. [0067]
  • Provided below is an exemplary embodiment for creating each node in the chart prototype data structure according to the present invention. As shown in FIG. 8, the user creates a chart prototype node in [0068] step 550, and a unique numerical identification (“ID”), and a timestamp for the creation date is preferably generated. Then, in step 560, this unique numerical ID is assigned to the chart prototype. In step 570, a timestamp for the creation date is assigned to the chart prototype, and in step 580, certain properties (e.g., metadata information) are entered for the chart prototype.
  • FIG. 9 shows the exemplary creation of the Form nodes. In particular, a unique numerical ID and a timestamp for the creation date of a particular Form node are generated in [0069] step 600. Then, in step 610, a unique numerical ID is assigned to the respective Form, and the timestamp is generated in step 620. Certain properties (e.g., metadata information) can be set for the respective Form in step 630. Thereafter, this Form may be added to the chart prototype in step 640.
  • As shown in FIG. 10, the Section nodes are created in a similar manner. In particular, a unique numerical ID and a timestamp for the creation date of a particular Section node are generated in [0070] step 650. Then, in step 660, the unique numerical ID is assigned to the respective Section, and a timestamp is generated in step 670. Again, particular properties (e.g., metadata information) can be set for the Section in step 680. Thereafter, this Section may be added to the Form in step 690.
  • FIG. 10 shows that the Chart Item Prototype (“CIP”) nodes are created in a similar manner. In particular, a unique numerical ID and a timestamp for the creation date of the Chart Item Prototype node are generated in [0071] step 700. Then, in step 710, the unique numerical ID is assigned the CIP node, and the timestamp is generated in step 720. Further, certain properties (e.g., metadata information) can be set for the Chart Item Prototype in step 730. Thereafter, the Chart Item Prototype may be added to the Section in step 740.
  • When the chart prototype data structure node is defined, as described above, a widget can be created using the exemplary procedure which is shown in FIG. 12. In particular, the system and process of the present invention can implement the exemplary procedure of FIG. 12 to create the widget for the notebook GUI structure with relation to a node in the data structure. In particular, in [0072] step 750, the node and the data type can be cross-referenced to locate the widget. In step 760, an instance of the widget is created for the data type. Thereafter, the widget is added to the destination context in step 770.
  • [0073] Steps 750 and 760 can generally be used for every node. Also, step 770 determines the context in which the widget should be added. The following chart illustrates the associations for adding the widgets according to an exemplary embodiment of the present invention.
    Node GUI Widget Context
    Chart Prototype Notebook Widget none (root)
    Form Tab Notebook Widget
    Section View Tab
    Charting Item Item Widget Widget
    Prototype
  • After the widget is created using the procedure shown in FIG. 12 and described above, an entry in the Model Attribute Table can be generated using another procedure, the details of which are shown as a flow diagram in FIG. 13. In particular, metadata and certain attributes can be extracted from the node in [0074] step 800. Other metadata and attributes are then extracted from the widget (step 810). Thereafter, the set of extracted attributes are added to the Model Attribute Table in step 820.
  • In order to save a chart, the exemplary procedure shown in FIG. 14 can be used. In particular, the data for the notebook GUI widget can be recorded in an electronic storage arrangement (step [0075] 830). The chart prototype data structure can then be stored in step 840. In step 850, a chart structure organization list may be generated and recorded. An entry can preferably be created in the list for the corresponding charting entity nodes. The following table illustrates an exemplary cross-reference for the lists and the corresponding nodes according to the present invention:
    List Node
    Chart Prototype Encyclopedia Chart Prototype
    Forms Inventory Forms
    Sections Inventory Sections
    Charting Item Prototype Charting Item Prototype
    Dictionary
  • Patient Charting Process [0076]
  • An exemplary embodiment of a patient charting process according to the present invention shall be described in further details below. In particular, the patient charting process can be defined as the process for capturing and updating the patient information for a charting practice. The patient charting process can use a patient chart to process the patient information. The patient chart can be an instance of the chart prototype which allows the user to gather and process certain data for a particular patient. At any one time, there may be as many patient chart instances of the chart prototype as there are patients. However, it is preferable to have only one chart per patient. As discussed above, the chart prototype is preferably the specification (e.g., metadata) used to create the patient chart. These chart prototypes generally do not include the information regarding a patient, and are the blueprints or templates for the patient chart instances. [0077]
  • FIG. 15 shows an exemplary embodiment for a procedure which creates an instance of the patient chart according to the present invention. In particular, a clone of the chart prototype can be created in [0078] step 860. Then, in step 870, a patient chart instance of the chart prototype clone (generated in step 860) is created. Thereafter, in step 880, the chart prototype clone may be assigned to the patient chart instance.
  • [0079] Step 860 is preferably performed to ensure that the patient chart has its own structure, thus allowing modifications thereto without impacting the chart prototype. In addition, this cloning step allows a modification of the chart prototype, without impacting any of the patient chart instances that used such prototype. By providing the patient chart instance with its own chart prototype structure, the patient chart's dependence from the original chart prototype can be minimized or even removed. The patient chart would then include a clone of the chart prototype as its structure. In this manner, the patient chart instance may be modified by adding the Form, Section, and/or Charting Item Prototype thereto without effecting the underlying chart prototype structure and only effecting the clone of the underlying chart prototype that represents the patient chart instance. Indeed, such modification would only affect the individual instance of the patient chart and its corresponding structural model (i.e., the clone of the chart prototype), while the original chart prototype would remain unchanged. This procedure provides an easy way to customize and modify the charts for different patients, which may be advantageous whenever there are anomalies in the charting practice for such patients.
  • In the conventional systems and methods, all patient charts (i.e., instances) created from the original Chart prototype would require updates if the original chart prototype changed. This would be the case even for the changes made to the chart prototype which are not relevant to the previous instances of the chart prototype. The changes would nevertheless have to be propagated to those instances. Particularly, for the patient chart instances of the patients who have been discharged, it would not be preferable to propagate the changes to the charts of these patients after such discharge. [0080]
  • The independence from the patient chart instances according to the exemplary embodiment of the present invention also facilitates a creation of different versions of the chart prototype. This is the case because the changes to the original chart prototype are not passed to the current instances, but only to those instances that would be created by the new chart prototype version. By removing the inter-dependence of the chart prototypes and patient charts, a substantially more versatile system and process can be created. Indeed, according to the present invention, a clone of a chart prototype can be created by copying the chart prototype, along with each Form, Section and Chart Item Prototype. [0081]
  • When the clone of the chart prototype is created, the patient chart can be instantiated from the clone. FIG. 16 illustrates the exemplary relationship between a chart prototype and an instance thereof. [0082] Items 920 through 938 are nodes within a chart prototype, and items 950 through 968represent nodes within the instance of the prototype. While the nodes in the chart prototype act merely as templates, the nodes within the patient chart instance preferably contain actual data. As illustrated in FIG. 16, the Patient Chart instances are initially created with the default values for the charting items, as specified by the Charting Item Prototypes. For example, as a default, each patient chart instance is preferably given a “Patient ID”, “Creation date” and “Creation user ID.” When first instantiated, there is no actual patient information (i.e., only blank default values) in such patient chart instances. However, once instantiated in step 905, the patient chart may be used to record real patient information for the associated patient.
  • When the [0083] instantiation procedure 905 of the patient chart is performed, the clone 900 of the chart prototype is assigned to the patient chart in order to complete the creation of the patient chart. This chart prototype assignment will preferably allow the patient chart to have access to its data structure, and would enable the modification of the patient chart when necessary, without any impact on other patient charts or chart prototypes.
  • Changing a Patient Chart Instance [0084]
  • As provided in detail above, the patient chart may be modified by adding or deleting chart prototype data structure node entities (e.g., Forms, Sections, Charting Item Prototypes). For example, a patient being treated for an orthopedic disorder may initially have an instance of the patient chart which was created with an “orthopedic” chart prototype. This patient may later be discovered to have a neurological disorder, e.g., a side effect from his or her orthopedic disorder. The patient may then be scheduled to receive “neurological” care from a neurological specialist. At this point, the patient has changed from an “orthopedic” patient to an “orthopedic/neurological” patient. Neurological specialists have their own respective charting forms and practices required for their patients. The patient cannot have two different charts because the disorders are related, and each specialist should preferably have access to a complete history of the patient's health in order to effectuate the necessary treatment. In this exemplary case, the “orthopedic” patient chart instance would have to be changed to meet the new patient care needs for the neurological treatment, which would require, e.g., two additional Forms. To add these two neurological Forms, a change to the orthopedic patient chart instance would need to be implemented for that particular patient, without having an effect on the charts or charts structures of any other patients. [0085]
  • As shown in FIG. 17, an exemplary procedure to change a patient chart instance provides a six-step process. In [0086] step 1000, the chart prototype clone is obtained which was assigned to the patient chart instance after the instantiation thereof. Next, in step 1010, the modifications to the chart prototype clone are performed. In step 1020, a new patient chart instance is generated from the modified chart prototype clone. This modified chart prototype clone is then assigned to the new patient chart instance in step 1030. Thereafter, in step 1040, the information from the old patient chart instance is copied to the new patient chart instance. The new information for the patient chart instance can then be added in step 1050.
  • Persistence for Charts [0087]
  • In the exemplary embodiment of the present invention, the data persistence for the charts is preferably provided as follows. First, a Chart Structure Organization List (which is performed during the chart maintenance process) to represent the Chart Prototype Data Structure is created; and second, an Instance List (which is performed during the patient charting process) to represent the values of Chart Prototype instance is generated. These lists are generated by, e.g., “collapsing” (the inorder traversal of a composite pattern) the composite patterns or tree data structures (e.g., Chart Prototype Data Structure or Chart Prototype Instance) of the system and process into list form. This list may then be recorded in any manner, e.g., in a database, a spread sheet, a CSV file, etc. Thus, the system and process of the present invention can provide a complete independence from the selected means of storage, and preferably enables a high degree of flexibility to the user for selecting the type of the data storage method. [0088]
  • When performing the persistence functions the Chart Structure Organization List can be used to create and/or validate the Instance List, and then the above-referenced lists are joined and cross-referenced against an exemplary Model Attribute Table to perform the conversions of data (e.g., to and from a data storage arrangement). This Model Attribute Table [0089] 1060, as shown in FIG. 18, can be populated each time a new node in the chart prototype data structure is created. The Model Attribute Table 1060 may interact with the charting item prototype dictionary for retrieving metadata definitions, as well as converting and defining the values for the charting items. The metadata definitions for the Sections, Forms and Chart Item Prototypes can also be added to the Model Attribute Table 1060. FIG. 19 shows an exemplary Chart Prototype Data Structure which includes a corresponding In-order sequence number and a component model ID.
  • FIG. 20 shows an exemplary embodiment of the corresponding cart structure organization list [0090] 1200for the chart Prototype Data Structure of FIG. 19. The chart structure organization list 1200 can be created to be used for the process for persistence according to the present invention. This chart structure organization list 1200 is preferably a list comprised of three attributes per entry: the chart model ID, the In-order sequence number and the component model ID. The chart structure organization list 1200 can be generated by associating the chart model ID with the values for the component model ID and the In-order sequence number for all of the nodes visited during an inorder traversal of the chart prototype tree structure/composite data structure. All components in the chart prototype data structure may include a respective component model ID. The chart model ID is the component model ID for the first component visited during the inorder traversal, and is preferably the chart prototype.
  • FIG. 21 shows the exemplary Chart Prototype Data Structure illustrating the chart model ID, an instance number, values and corresponding In-order sequence numbers. According to the present invention, when the chart [0091] structure organization list 1200 is generated, an instance list 1400 of the chart prototype data structure can be created, an example of which is shown in FIG. 22. This instance list 1400 corresponds to the patient chart instance of FIG. 21 and may preferably be a list comprised of four attributes per entry: the chart model ID, the In-order sequence number, and the instance number and values. The list can be generated by associating the chart model ID with the values for the Inorder sequence number, the instance number and the values for all of the nodes visited during the Inorder traversal of the chart prototype data structure of the patient chart. The instance number is preferably a unique value assigned to the patient chart to distinguish it from all other instantiations of the same chart prototype.
  • Although the present invention has been described with certain embodiments, a myriad of changes, variations, alterations, transformations, and modifications may be suggested to one skilled in the art, and it is intended that the present invention encompass such changes, variations, alterations, transformations, and modifications as fall within the scope of the appended claims. [0092]

Claims (71)

1. A process for creating an application framework, comprising the steps of:
a) generating at least one graphical user interface (“GUI”) structure; and
b) simultaneously with step (a), generating at least one corresponding composite pattern data structure.
2. The process according to claim 1, further comprising the step of generating at least one list data structure corresponding to the at least one composite pattern data structure using an inorder sequencing procedure.
3. The process according to claim 2, further comprising the step of generating the at least one composite pattern data structure from the at least one corresponding list data structure using the inorder sequencing procedure.
4. The process according to claim 2, further comprising the step of recording the at least one list data structure in at least one of a database, a file and a persistence data storage arrangement.
5. The process according to claim 1, wherein the at least one GUI structure is associated with at least one node of the at least one corresponding composite pattern data structure, the association being based on a type of data contained within the at least one node.
6. The process according to claim 1, wherein the at least one GUI structure includes a notebook-type GUI structure.
7. The process according to claim 6, wherein the notebook-style GUI structure emulates a physical folder for maintaining electronic forms.
8. The process according to claim 1, further comprising the step of modifying the at least one composite pattern data structure.
9. The process according to claim 1, further comprising the step of modifying the at least one GUI structure.
10. A process for managing an application framework, comprising the steps of:
a) obtaining at least one graphical user interface (“GUI”) structure;
b) obtaining at least one corresponding composite pattern data structure; and
c) facilitating an ability to modify the at least one GUI structure while simultaneously modifying the at least one composite pattern data structure.
11. The process according to claim 10, further comprising the step of generating at least one list data structure corresponding to the at least one composite pattern data structure using an inorder sequencing procedure.
12. The process according to claim 11, further comprising the step of generating the at least one composite pattern data structure from the at least one corresponding list data structure using the inorder sequencing procedure.
13. The process according to claim 11, further comprising the step of recording the at least one list data structure in at least one of a database, a file and a persistence data storage arrangement.
14. The process according to claim 10, wherein the at least one GUI structure is associated with at least one node of the at least one corresponding composite pattern data structure, the association being based on a type of data contained within the at least one node.
15. The process according to claim 10, wherein the at least one GUI structure includes a notebook-type GUI structure.
16. The process according to claim 15, wherein the notebook-style GUI structure emulates a physical folder for maintaining electronic forms.
17. The process according to claim 10, further comprising the step of generating the at least one composite pattern data structure.
18. The process according to claim 10, further comprising the step of generating the at least one GUI structure.
19. A process for managing an application framework, comprising the steps of:
a) generating at least one copy of at least one composite pattern data structure; and
b) producing at least one instance of the at least one copy of the at least one composite pattern data structure
wherein the at least one copy of the at least one composite pattern data structure and the at least one corresponding instance thereof are capable of being modified without affecting an original version of the at least one composite pattern data structure as it existed prior to the modification.
20. The process according to claim 19, further comprising the step of generating at least one list data structure corresponding to the at least one composite pattern data structure using an inorder sequencing procedure.
21. The process according to claim 20, further comprising the step of generating the at least one composite pattern data structure from the at least one corresponding list data structure using the inorder sequencing procedure.
22. The process according to claim 20, further comprising the step of recording the at least one list data structure in at least one of a database, a file and a persistence data storage arrangement.
23. The process according to claim 19, further comprising the step of modifying the at least one composite pattern data structure.
24. The process according to claim 19, further comprising the step of generating the at least one composite pattern data structure.
25. A process for managing an application framework, comprising the steps of:
a) generating at least one copy of at least one composite pattern data structure; and
b) producing at least one instance of the at least one copy of the at least one composite pattern data structure,
wherein the at least one composite pattern data structure are capable of being modified without affecting the at least one copy of the at least one composite pattern data structure and the at least one corresponding instance thereof.
26. The process according to claim 25, further comprising the step of generating at least one list data structure corresponding to the at least one composite pattern data structure using an inorder sequencing procedure.
27. The process according to claim 26, further comprising the step of generating the at least one composite pattern data structure from the at least one corresponding list data structure using the inorder sequencing procedure.
28. The process according to claim 25, further comprising the step of recording the at least one list data structure in at least one of a database, a file and a persistence data storage arrangement.
29. The process according to claim 25, further comprising the step of modifying the at least one composite pattern data structure.
30. The process according to claim 25, further comprising the step of generating the at least one composite pattern data structure.
31. A process for managing an application framework, comprising the steps of:
a) simultaneously generating at least one graphical user interface (“GUI”) structure and creating at least one corresponding composite pattern data structure; and
b) associating at least one node of the at least one composite pattern data structure with an element of the at least one GUI structure based on data contained in the at least one node.
32. A process for managing an application framework, comprising the steps of:
a) obtaining at least one composite pattern data structure; and
b) with an in-order traversal procedure, generating at least one list structure containing information corresponding to the at least one composite pattern data structure which includes the at least one list structure.
33. The process according to claim 32, further comprising the step of recording the at least one list structure in a digital storage medium.
34. The process according to claim 32, further comprising the step of retrieving the at least one list structure from a digital storage medium.
35. The process according to claim 32, further comprising the step of recreating the at least one composite pattern data structure from data associated with the at least one list structure.
36. A process for managing an application framework, comprising the steps of:
a) generating at least one graphical user interface (“GUI”) structure; and
b) facilitating a modification of the at least one GUI structure,
wherein the at least one GUI structure comprises a notebook-type interface which emulates a physical folder for maintaining electronic forms.
37. Logic encoded in a processing arrangement and operable to generate an application framework by executing the steps comprising of:
a) generating at least one graphical user interface (“GUI”) structure; and
b) simultaneously with step (a) generating at least one corresponding composite pattern data structure.
38. Logic according to claim 37, which is capable of further executing the steps of:
c) generating at least one copy of the at least one composite pattern data structure; and
d) producing at least one instance of the at least one copy of the at least one composite pattern data structure,
wherein the at least one copy of the at least one composite pattern data structure and the instance thereof are capable of being modified without affecting an original of the at least one composite pattern data structure.
39. Logic according to claim 37, which is capable of further executing the steps of:
e) generating a copy of the composite pattern data structure; and
f) producing an instance of the copy of the composite pattern data structure;
wherein the composite pattern data structure is modifiable without affecting the copy of the at least one composite pattern data structure and the instance thereof.
40. Logic according to claim 37, which is capable of further executing the step of generating at least one list data structure corresponding to the at least one composite pattern data structure using an in-order sequencing algorithm.
41. Logic according to claim 37, which is capable of further executing the step of generating the at least one composite pattern data structure from the at least one list corresponding data structure using an in-order sequencing algorithm.
42. Logic according to claim 37, which is capable of further executing the step of storing the at least one list data structure in a digital storage medium.
43. Logic according to claim 37, wherein the at least one GUI structure is associated with at least one node of the at least one corresponding composite pattern data structure depending on the type of data contained within the at least one node.
44. Logic according to claim 37, wherein the at least one GUI structure is a notebook-type GUI structure.
45. Logic according to claim 44 wherein the notebook-type GUI structure emulates a physical folder for maintaining electronic forms.
46. Logic encoded in a processing arrangement and operable to generate an application framework by executing the steps comprising of:
a) modifying at least one graphical user interface (“GUI”) structure; and
b) simultaneously with step (a), modifying at least one corresponding composite pattern data structure.
47. Logic according to claim 46, which is capable of further executing the steps of:
c) generating at least one copy of the at least one composite pattern data structure; and
d) producing at least one instance of the at least one copy of the at least one composite pattern data structure,
wherein the at least one copy of the at least one composite pattern data structure and the instance thereof are capable of being modified without affecting an original of the at least one composite pattern data structure.
48. Logic according to claim 46, which is capable of further executing the steps of:
e) generating a copy of the composite pattern data structure; and
f) producing an instance of the copy of the composite pattern data structure,
wherein the composite pattern data structure is capable of being modified without affecting the copy of the at least one composite pattern data structure and the instance thereof.
49. Logic according to claim 46, which is capable of further executing the step of generating at least one list data structure corresponding to the at least one composite pattern data structure using an in-order sequencing algorithm.
50. Logic according to claim 46, which is capable of further executing the step of generating the at least one composite pattern data structure from the at least one list corresponding data structure using an in-order sequencing algorithm.
51. Logic according to claim 46, which is capable of further executing the step of storing the at least one list data structure in a digital storage medium.
52. Logic according to claim 46, wherein the at least one GUI structure is associated with at least one node of the at least one corresponding composite pattern data structure depending on a type of data contained within the at least one node.
53. Logic according to claim 46, wherein the at least one GUI structure is a notebook-type GUI structure.
54. Logic encoded according to claim 53, wherein the notebook-type GUI structure emulates a physical folder for maintaining electronic forms.
55. Logic encoded in a processing arrangement and operable to generate and manage an application framework by executing the steps comprising of:
a) generating at least one graphical user interface (“GUI”) structure while simultaneously creating at least one corresponding composite pattern data structure; and p1 b) associating each node of the at least one composite pattern data structure with at least one element of the at least one GUI structure based on data contained in the respective node of the at least one composite pattern data structure.
56. A system for executing a computer program to generate an application framework, comprising:
a subsystem, when executing the computer program, being capable of performing the steps of:
i. simultaneously generating at least one graphical user interface (“GUI”) structure and at least one corresponding composite pattern data structure,
ii. generating at least one variation of the at least one composite pattern data structure,
iii. with an in-order traversal procedure, generating at least one list structure containing information which corresponds to the at least one variation of the at least one composite pattern data structure, the at least one composite pattern data structure including the at least one list structure, and
iv. regenerating the at least one variation of the at least one composite pattern data structure from the at least one list corresponding structure.
57. A system for executing a computer program to generate an application framework, comprising:
a subsystem, when executing the computer program being capable of, performing the steps of:
i. generating at least one graphical user interface (“GUI”) structure, and
ii. simultaneously with step (i), generating at least one corresponding composite pattern data structure.
58. A system for executing a computer program to generate an application framework, comprising:
a subsystem, when executing the computer program, being capable of performing the steps of:
i. obtaining at least one graphical user interface (“GUI”) structure,
ii. obtaining at least one corresponding composite pattern data structure, and
iii. facilitating an ability to modify the at least one GUI structure while simultaneously modifying the at least one composite pattern data structure.
59. A system for executing a computer program to generate an application framework, comprising:
a subsystem, when executing the computer program, being capable of performing the steps of:
i. generating at least one copy of at least one composite pattern data structure, and
ii. generating at least one instance of the at least one copy of the at least one composite pattern data structure,
wherein the at least one copy of the at least one composite pattern data structure and the at least one corresponding instance thereof are capable of being modified without affecting an original version of the at least one composite pattern data structure as it existed prior to the modification.
60. A system for executing a computer program to generate an application framework, comprising:
a subsystem, when executing the computer program, being capable of performing the steps of:
i. generating at least copy of at least one composite pattern data structure, and
ii. producing at least one instance of the at least one copy of the at least one composite pattern data structure,
wherein the at least one composite pattern data structure is capable of being modified without affecting the at least one copy of the at least one composite pattern data structure and the at least one corresponding instance thereof.
61. A system for executing a computer program to generate an application framework, comprising:
a subsystem, when executing the computer program, being capable of performing the steps of:
i. simultaneously generating at least one graphical user interface (“GUI”) structure and creating at least one corresponding composite pattern data structure, and
ii. associating at least one node of the at least one composite pattern data structure with an element of the at least one GUI structure based on data contained in the at least on node.
62. A system for executing a computer program to generate an application framework, comprising:
a subsystem, when executing the computer program, being capable of performing the steps of:
i. obtaining at least one composite pattern data structure, and
ii. with an in-order traversal procedure, generating at least one list structure containing information corresponding to the at least one composite pattern data structure which includes the at least one list structure.
63. A system for executing a computer program to generate an application framework, comprising:
a subsystem, when executing the computer program, being capable of performing the steps of:
i. generating at least one graphical user interface (“GUI”) structure, and
ii. facilitating a modification of the at least one GUI structure,
wherein the at least one GUI structure comprises a notebook-type interface which emulates a physical folder for maintaining electronic forms.
64. A process for managing an application framework, comprising the steps of:
a) obtaining at least one instance of at least one composite pattern data structure; and
b) generating at least one list structure containing information corresponding to the at least one instance of at least one composite pattern data structure which includes the at least one list structure.
65. The process according to claim 64, wherein step (b) is performed using an inorder traversal procedure.
66. The process according to claim 64, further comprising the step of recording the at least one list structure in a digital storage medium.
67. The process according to claim 64, further comprising the step of retrieving the at least one list structure from a digital storage medium.
68. The process according to claim 64, further comprising the step of regenerating the at least one composite pattern data structure from data associated with the at least one list structure.
69. Logic encoded in a processing arrangement and operable to generate an application framework by executing the steps comprising of:
a) obtaining at least one instance of at least one composite pattern data structure; and
b) generating at least one list structure containing information corresponding to the at least one instance of at least one composite pattern data structure which includes the at least one list structure.
70. A system for executing a computer program to generate an application framework, comprising: a subsystem, when executing the computer program, being capable of performing the steps of:
a) obtaining at least one instance of at least one composite pattern data structure, and
b) generating at least one list structure containing information corresponding to the at least one instance of at least one composite pattern data structure which includes the at least one list structure.
71. Logic encoded in a processing arrangement associated with a framework by executing the steps comprising of:
a) obtaining first information associated with visual data that includes tabs for visual navigation; and
b) generating second information which is at least one of a composite prototype and a composite specification associated with the visual data so as to create at least one instance of the second information that contains data renderable from the visual data.
US10/496,415 2001-11-21 2001-11-21 System process and logic element for providing and managing record keeping applications Expired - Fee Related US7992105B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/116,647 US20080216000A1 (en) 2001-11-21 2008-05-07 System, process and logic element for providing and managing record keeping applications

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/US2001/043396 WO2003046800A1 (en) 2001-11-21 2001-11-21 System process and logic element for providing and managing record keeping applications

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US12/116,647 Division US20080216000A1 (en) 2001-11-21 2008-05-07 System, process and logic element for providing and managing record keeping applications

Publications (2)

Publication Number Publication Date
US20040255252A1 true US20040255252A1 (en) 2004-12-16
US7992105B2 US7992105B2 (en) 2011-08-02

Family

ID=21742997

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/496,415 Expired - Fee Related US7992105B2 (en) 2001-11-21 2001-11-21 System process and logic element for providing and managing record keeping applications
US12/116,647 Abandoned US20080216000A1 (en) 2001-11-21 2008-05-07 System, process and logic element for providing and managing record keeping applications

Family Applications After (1)

Application Number Title Priority Date Filing Date
US12/116,647 Abandoned US20080216000A1 (en) 2001-11-21 2008-05-07 System, process and logic element for providing and managing record keeping applications

Country Status (3)

Country Link
US (2) US7992105B2 (en)
AU (1) AU2002230442A1 (en)
WO (1) WO2003046800A1 (en)

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070091112A1 (en) * 2005-10-20 2007-04-26 Pfrehm Patrick L Method system and program for time based opacity in plots
US20070143678A1 (en) * 2005-12-21 2007-06-21 Feigenbaum Barry A Method and apparatus for persistently resolving events to event source
US20090063189A1 (en) * 2006-10-06 2009-03-05 Solcom, Inc. Intelligent medical chart capture system
US8285856B1 (en) 2004-07-23 2012-10-09 Verizon Data Services Llc Methods and systems for integrating a messaging service with an application
US8347203B1 (en) * 2004-07-23 2013-01-01 Verizon Data Services Llc Methods and systems for defining a form navigational structure
US8407188B1 (en) 2003-07-25 2013-03-26 Verizon Data Services Llc Methods and systems for providing data form management
US8645547B1 (en) 2003-07-25 2014-02-04 Verizon Data Services Llc Methods and systems for providing a messaging service
US8913808B2 (en) 2004-11-04 2014-12-16 Dr Systems, Inc. Systems and methods for viewing medical images
US9042617B1 (en) 2009-09-28 2015-05-26 Dr Systems, Inc. Rules-based approach to rendering medical imaging data
US9092727B1 (en) 2011-08-11 2015-07-28 D.R. Systems, Inc. Exam type mapping
US9471210B1 (en) 2004-11-04 2016-10-18 D.R. Systems, Inc. Systems and methods for interleaving series of medical images
US9501863B1 (en) 2004-11-04 2016-11-22 D.R. Systems, Inc. Systems and methods for viewing medical 3D imaging volumes
US9501627B2 (en) 2008-11-19 2016-11-22 D.R. Systems, Inc. System and method of providing dynamic and customizable medical examination forms
US9542082B1 (en) 2004-11-04 2017-01-10 D.R. Systems, Inc. Systems and methods for matching, naming, and displaying medical images
US9672477B1 (en) 2006-11-22 2017-06-06 D.R. Systems, Inc. Exam scheduling with customer configured notifications
US9727938B1 (en) 2004-11-04 2017-08-08 D.R. Systems, Inc. Systems and methods for retrieval of medical data
US10665342B2 (en) 2013-01-09 2020-05-26 Merge Healthcare Solutions Inc. Intelligent management of computerized advanced processing
US10909168B2 (en) 2015-04-30 2021-02-02 Merge Healthcare Solutions Inc. Database systems and interactive user interfaces for dynamic interaction with, and review of, digital medical image data

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4165403B2 (en) * 2004-01-13 2008-10-15 ソニー株式会社 Information processing apparatus and method, and program
KR101515303B1 (en) * 2013-10-15 2015-04-24 제너럴 일렉트릭 캄파니 Method, server and medium for providing personal information history

Citations (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5550971A (en) * 1993-06-30 1996-08-27 U S West Technologies, Inc. Method and system for generating a user interface adaptable to various database management systems
US5786816A (en) * 1995-10-20 1998-07-28 Araxsys, Inc. Method and apparatus for graphical user interface-based and variable result healthcare plan
US5966126A (en) * 1996-12-23 1999-10-12 Szabo; Andrew J. Graphic user interface for database system
US5966123A (en) * 1998-09-30 1999-10-12 Harris Corporation Meta model editor controlling topic display application
US6037940A (en) * 1995-10-20 2000-03-14 Araxsys, Inc. Graphical user interface in a medical protocol system having time delay rules and a publisher's view
US6101556A (en) * 1997-01-07 2000-08-08 New Era Of Networks, Inc. Method for content-based dynamic formatting for interoperation of computing and EDI systems
US6331864B1 (en) * 1997-09-23 2001-12-18 Onadime, Inc. Real-time multimedia visual programming system
US6343294B1 (en) * 1998-12-15 2002-01-29 International Business Machines Corporation Data file editor for multiple data subsets
US20020054128A1 (en) * 1998-11-23 2002-05-09 International Business Machines Corporation Multi-format and multi-view synchronized data editor
US6404443B1 (en) * 1999-08-25 2002-06-11 Sharp Laboratories Of America Three-dimensional graphical user interface for managing screen objects
US20020156825A1 (en) * 2001-04-24 2002-10-24 Hoover Theodore G. Organization and visualization of performance data in selected display modes
US20020165961A1 (en) * 2001-04-19 2002-11-07 Everdell Peter B. Network device including dedicated resources control plane
US20020169795A1 (en) * 1999-11-10 2002-11-14 Scott C. Elliott Methods for automatically locating data-containing windows in frozen application program and saving contents
US6496208B1 (en) * 1998-09-10 2002-12-17 Microsoft Corporation Method and apparatus for visualizing and exploring large hierarchical structures
US20030085931A1 (en) * 2000-12-21 2003-05-08 Xerox Corporation System and method for browsing hierarchically based node-link structures based on an estimated degree of interest
US6611846B1 (en) * 1999-10-30 2003-08-26 Medtamic Holdings Method and system for medical patient data analysis
US6731310B2 (en) * 1994-05-16 2004-05-04 Apple Computer, Inc. Switching between appearance/behavior themes in graphical user interfaces
US6891552B1 (en) * 2001-05-08 2005-05-10 Microsoft Corporation Specifiable user interfaces
US7013298B1 (en) * 1996-07-30 2006-03-14 Hyperphrase Technologies, Llc Method and system for automated data storage and retrieval
US20060064415A1 (en) * 2001-06-15 2006-03-23 Isabelle Guyon Data mining platform for bioinformatics and other knowledge discovery
US7039875B2 (en) * 2000-11-30 2006-05-02 Lucent Technologies Inc. Computer user interfaces that are generated as needed
US7171630B2 (en) * 2001-11-06 2007-01-30 Zinio Systems, Inc. Electronic simulation of interaction with printed matter
US20070150562A1 (en) * 2001-10-12 2007-06-28 Stull Edward L System and method for data quality management and control of heterogeneous data sources
US20070198943A1 (en) * 2001-11-06 2007-08-23 Tom Grason System and Method for Distributing News Articles and Other Information in an Organization
US20070234224A1 (en) * 2000-11-09 2007-10-04 Leavitt Joseph M Method for developing and implementing efficient workflow oriented user interfaces and controls
US7337404B2 (en) * 1999-02-10 2008-02-26 Micron Technology, Inc. Graphical representation of system information on a remote computer

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FR2806183B1 (en) * 1999-12-01 2006-09-01 Cartesis S A DEVICE AND METHOD FOR INSTANT CONSOLIDATION, ENRICHMENT AND "REPORTING" OR BACKGROUND OF INFORMATION IN A MULTIDIMENSIONAL DATABASE
AU1948201A (en) * 1999-12-06 2001-06-12 Axiomatic Design Software, Inc. Method and apparatus for producing software
US6836558B2 (en) * 2000-03-28 2004-12-28 Arch Development Corporation Method, system and computer readable medium for identifying chest radiographs using image mapping and template matching techniques
US7640175B1 (en) * 2000-12-08 2009-12-29 Ingenix, Inc. Method for high-risk member identification
US7117504B2 (en) * 2001-07-10 2006-10-03 Microsoft Corporation Application program interface that enables communication for a network software platform

Patent Citations (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5550971A (en) * 1993-06-30 1996-08-27 U S West Technologies, Inc. Method and system for generating a user interface adaptable to various database management systems
US6731310B2 (en) * 1994-05-16 2004-05-04 Apple Computer, Inc. Switching between appearance/behavior themes in graphical user interfaces
US5786816A (en) * 1995-10-20 1998-07-28 Araxsys, Inc. Method and apparatus for graphical user interface-based and variable result healthcare plan
US6037940A (en) * 1995-10-20 2000-03-14 Araxsys, Inc. Graphical user interface in a medical protocol system having time delay rules and a publisher's view
US7013298B1 (en) * 1996-07-30 2006-03-14 Hyperphrase Technologies, Llc Method and system for automated data storage and retrieval
US5966126A (en) * 1996-12-23 1999-10-12 Szabo; Andrew J. Graphic user interface for database system
US6101556A (en) * 1997-01-07 2000-08-08 New Era Of Networks, Inc. Method for content-based dynamic formatting for interoperation of computing and EDI systems
US6331864B1 (en) * 1997-09-23 2001-12-18 Onadime, Inc. Real-time multimedia visual programming system
US6496208B1 (en) * 1998-09-10 2002-12-17 Microsoft Corporation Method and apparatus for visualizing and exploring large hierarchical structures
US5966123A (en) * 1998-09-30 1999-10-12 Harris Corporation Meta model editor controlling topic display application
US20020054128A1 (en) * 1998-11-23 2002-05-09 International Business Machines Corporation Multi-format and multi-view synchronized data editor
US6343294B1 (en) * 1998-12-15 2002-01-29 International Business Machines Corporation Data file editor for multiple data subsets
US7337404B2 (en) * 1999-02-10 2008-02-26 Micron Technology, Inc. Graphical representation of system information on a remote computer
US6404443B1 (en) * 1999-08-25 2002-06-11 Sharp Laboratories Of America Three-dimensional graphical user interface for managing screen objects
US6611846B1 (en) * 1999-10-30 2003-08-26 Medtamic Holdings Method and system for medical patient data analysis
US20020169795A1 (en) * 1999-11-10 2002-11-14 Scott C. Elliott Methods for automatically locating data-containing windows in frozen application program and saving contents
US20070234224A1 (en) * 2000-11-09 2007-10-04 Leavitt Joseph M Method for developing and implementing efficient workflow oriented user interfaces and controls
US7039875B2 (en) * 2000-11-30 2006-05-02 Lucent Technologies Inc. Computer user interfaces that are generated as needed
US20030085931A1 (en) * 2000-12-21 2003-05-08 Xerox Corporation System and method for browsing hierarchically based node-link structures based on an estimated degree of interest
US20020165961A1 (en) * 2001-04-19 2002-11-07 Everdell Peter B. Network device including dedicated resources control plane
US20020156825A1 (en) * 2001-04-24 2002-10-24 Hoover Theodore G. Organization and visualization of performance data in selected display modes
US6891552B1 (en) * 2001-05-08 2005-05-10 Microsoft Corporation Specifiable user interfaces
US20060064415A1 (en) * 2001-06-15 2006-03-23 Isabelle Guyon Data mining platform for bioinformatics and other knowledge discovery
US20070150562A1 (en) * 2001-10-12 2007-06-28 Stull Edward L System and method for data quality management and control of heterogeneous data sources
US7171630B2 (en) * 2001-11-06 2007-01-30 Zinio Systems, Inc. Electronic simulation of interaction with printed matter
US20070198943A1 (en) * 2001-11-06 2007-08-23 Tom Grason System and Method for Distributing News Articles and Other Information in an Organization

Cited By (41)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8645547B1 (en) 2003-07-25 2014-02-04 Verizon Data Services Llc Methods and systems for providing a messaging service
US8407188B1 (en) 2003-07-25 2013-03-26 Verizon Data Services Llc Methods and systems for providing data form management
US8347203B1 (en) * 2004-07-23 2013-01-01 Verizon Data Services Llc Methods and systems for defining a form navigational structure
US8285856B1 (en) 2004-07-23 2012-10-09 Verizon Data Services Llc Methods and systems for integrating a messaging service with an application
US8913808B2 (en) 2004-11-04 2014-12-16 Dr Systems, Inc. Systems and methods for viewing medical images
US10790057B2 (en) 2004-11-04 2020-09-29 Merge Healthcare Solutions Inc. Systems and methods for retrieval of medical data
US10096111B2 (en) 2004-11-04 2018-10-09 D.R. Systems, Inc. Systems and methods for interleaving series of medical images
US9542082B1 (en) 2004-11-04 2017-01-10 D.R. Systems, Inc. Systems and methods for matching, naming, and displaying medical images
US10437444B2 (en) 2004-11-04 2019-10-08 Merge Healthcare Soltuions Inc. Systems and methods for viewing medical images
US11177035B2 (en) 2004-11-04 2021-11-16 International Business Machines Corporation Systems and methods for matching, naming, and displaying medical images
US9727938B1 (en) 2004-11-04 2017-08-08 D.R. Systems, Inc. Systems and methods for retrieval of medical data
US9734576B2 (en) 2004-11-04 2017-08-15 D.R. Systems, Inc. Systems and methods for interleaving series of medical images
US10614615B2 (en) 2004-11-04 2020-04-07 Merge Healthcare Solutions Inc. Systems and methods for viewing medical 3D imaging volumes
US9471210B1 (en) 2004-11-04 2016-10-18 D.R. Systems, Inc. Systems and methods for interleaving series of medical images
US10540763B2 (en) 2004-11-04 2020-01-21 Merge Healthcare Solutions Inc. Systems and methods for matching, naming, and displaying medical images
US9501863B1 (en) 2004-11-04 2016-11-22 D.R. Systems, Inc. Systems and methods for viewing medical 3D imaging volumes
US20070091112A1 (en) * 2005-10-20 2007-04-26 Pfrehm Patrick L Method system and program for time based opacity in plots
US20070143678A1 (en) * 2005-12-21 2007-06-21 Feigenbaum Barry A Method and apparatus for persistently resolving events to event source
US8498878B2 (en) * 2006-10-06 2013-07-30 EDCO Group Inc. Intelligent medical chart capture system
US20090063189A1 (en) * 2006-10-06 2009-03-05 Solcom, Inc. Intelligent medical chart capture system
US9672477B1 (en) 2006-11-22 2017-06-06 D.R. Systems, Inc. Exam scheduling with customer configured notifications
US10896745B2 (en) 2006-11-22 2021-01-19 Merge Healthcare Solutions Inc. Smart placement rules
US9754074B1 (en) 2006-11-22 2017-09-05 D.R. Systems, Inc. Smart placement rules
US10157686B1 (en) 2006-11-22 2018-12-18 D.R. Systems, Inc. Automated document filing
US10592688B2 (en) 2008-11-19 2020-03-17 Merge Healthcare Solutions Inc. System and method of providing dynamic and customizable medical examination forms
US9501627B2 (en) 2008-11-19 2016-11-22 D.R. Systems, Inc. System and method of providing dynamic and customizable medical examination forms
US9892341B2 (en) 2009-09-28 2018-02-13 D.R. Systems, Inc. Rendering of medical images using user-defined rules
US9684762B2 (en) 2009-09-28 2017-06-20 D.R. Systems, Inc. Rules-based approach to rendering medical imaging data
US9501617B1 (en) 2009-09-28 2016-11-22 D.R. Systems, Inc. Selective display of medical images
US10607341B2 (en) 2009-09-28 2020-03-31 Merge Healthcare Solutions Inc. Rules-based processing and presentation of medical images based on image plane
US9386084B1 (en) 2009-09-28 2016-07-05 D.R. Systems, Inc. Selective processing of medical images
US9934568B2 (en) 2009-09-28 2018-04-03 D.R. Systems, Inc. Computer-aided analysis and rendering of medical images using user-defined rules
US9042617B1 (en) 2009-09-28 2015-05-26 Dr Systems, Inc. Rules-based approach to rendering medical imaging data
US9092727B1 (en) 2011-08-11 2015-07-28 D.R. Systems, Inc. Exam type mapping
US10579903B1 (en) 2011-08-11 2020-03-03 Merge Healthcare Solutions Inc. Dynamic montage reconstruction
US9092551B1 (en) 2011-08-11 2015-07-28 D.R. Systems, Inc. Dynamic montage reconstruction
US10665342B2 (en) 2013-01-09 2020-05-26 Merge Healthcare Solutions Inc. Intelligent management of computerized advanced processing
US11094416B2 (en) 2013-01-09 2021-08-17 International Business Machines Corporation Intelligent management of computerized advanced processing
US10672512B2 (en) 2013-01-09 2020-06-02 Merge Healthcare Solutions Inc. Intelligent management of computerized advanced processing
US10909168B2 (en) 2015-04-30 2021-02-02 Merge Healthcare Solutions Inc. Database systems and interactive user interfaces for dynamic interaction with, and review of, digital medical image data
US10929508B2 (en) 2015-04-30 2021-02-23 Merge Healthcare Solutions Inc. Database systems and interactive user interfaces for dynamic interaction with, and indications of, digital medical image data

Also Published As

Publication number Publication date
US20080216000A1 (en) 2008-09-04
AU2002230442A1 (en) 2003-06-10
US7992105B2 (en) 2011-08-02
WO2003046800A1 (en) 2003-06-05

Similar Documents

Publication Publication Date Title
US20080216000A1 (en) System, process and logic element for providing and managing record keeping applications
US8438534B2 (en) Transformation of data between hierarchical data formats
JP3108984B2 (en) Data processing device
US20110161371A1 (en) Sql generation
WO2004104742A2 (en) System and method for generating a report using a knowledge base
US11557384B2 (en) Collaborative synthesis-based clinical documentation
JPH11143874A (en) Style definition supporting device of structured document
EP4068292A1 (en) Medical information processing method, medical information acquisition method and medical information exchange method
US20110161917A1 (en) Processing collections of data items
US20110161934A1 (en) Generating and monitoring data items
JP2016512372A (en) Dynamic super treatment specification coding method and system
US20040008223A1 (en) Electronic healthcare management form navigation
JP2008140095A (en) Decision-making support system
US20070157087A1 (en) Method and system for automatically generating user interfaces for integration
JP2018139156A (en) Medical record creation support system, server device, medical institution terminal, medical record creation support method, medical institution device, and medical record creation support program
KR0158073B1 (en) Data processing unit
JP6775740B1 (en) Design support device, design support method and design support program
US20040024630A1 (en) Method and system for developing early design components of a software application
CN112836107A (en) Medical information processing method, acquisition method and interaction method
JP2001154837A (en) Device for supporting object directional development
JP6670076B2 (en) Electronic medical record device and electronic medical record control method
EP1130543A2 (en) Knowledge-based comparative information dissemination system
JP2004199710A (en) System and method for creating database
CN113486630A (en) Supply chain data vectorization and visualization processing method and device
GB2354853A (en) Computer modelling of health care procedures

Legal Events

Date Code Title Description
AS Assignment

Owner name: SOFTWARE ENGINEERING 2000, DELAWARE

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:RODRIGUEZ, JOSE AND KATRINA;REEL/FRAME:015709/0617

Effective date: 20040519

REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees
STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20150802