US20050149852A1 - Clinical trial data management system and method - Google Patents
Clinical trial data management system and method Download PDFInfo
- Publication number
- US20050149852A1 US20050149852A1 US10/938,756 US93875604A US2005149852A1 US 20050149852 A1 US20050149852 A1 US 20050149852A1 US 93875604 A US93875604 A US 93875604A US 2005149852 A1 US2005149852 A1 US 2005149852A1
- Authority
- US
- United States
- Prior art keywords
- data
- user
- tab
- question
- protocol
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Abandoned
Links
Images
Classifications
-
- G—PHYSICS
- G16—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
- G16H—HEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
- G16H10/00—ICT specially adapted for the handling or processing of patient-related medical or healthcare data
- G16H10/20—ICT specially adapted for the handling or processing of patient-related medical or healthcare data for electronic clinical trials or questionnaires
-
- G—PHYSICS
- G16—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
- G16H—HEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
- G16H70/00—ICT specially adapted for the handling or processing of medical references
- G16H70/40—ICT specially adapted for the handling or processing of medical references relating to drugs, e.g. their side effects or intended usage
Definitions
- a pharmaceutical, medical device manufacture or biotechnology company sponsors a series of clinical trials. Either an internal clinical group manages these trials or they are out-sourced to a clinical research organization (CRO).
- CRO clinical research organization
- the clinical group or CRO contracts with investigation sites that in turn recruit patients for the study and collect the clinical data.
- Phase I Phase I
- Phase II Phase II
- Phase III Phase IV
- Phase IV Phase IV
- Phase I trials typically last six months and involve tens of volunteer subjects usually all of whom are located at a single investigative site. Phase I trials test the safety of the therapy. Once Phase I trials are complete and the therapy has been shown to be safe, the sponsor requests permission from the regulatory authority to proceed with further clinical tests.
- Phase II trials typically last six to twelve months, involve tens to hundreds of patients and are conducted to test the effectiveness of the treatment, device or drug.
- a sponsor may conduct many Phase II trials, attempting to find as many uses of the therapy as possible. If the therapy appears to be effective, the sponsor requests permission from the regulatory authority to proceed with large scale trials.
- Phase III trials typically last 24 to 36 months and involve thousands of patients.
- Phase III trials are blinded trials, that is, a portion of the patients receive the therapy and the remaining patients receive a placebo or active control, and the identities of patients taking the trial therapy are not known to anyone until the trial is complete.
- Phase III trials are conducted to test the safety and effectiveness of a therapy in a large population. The Phase III trial is the first opportunity to observe infrequent adverse effects in the general population; each and every one is carefully recorded. Since the effectiveness of the therapy is tested in a blinded environment, the results are not known until after the study is complete.
- Phase IV trials occur after approval and are generally held to obtain approval to change a characteristic such as the delivery system, e.g., from liquid to tablets, or to change the status, e.g., from a prescription drug to an over-the-counter drug. Failure at any stage of a Phase IV trial effectively ends the therapy's chances of obtaining approval for such a change.
- a characteristic such as the delivery system, e.g., from liquid to tablets, or to change the status, e.g., from a prescription drug to an over-the-counter drug.
- Every clinical trial has a protocol which specifies the exact timing and nature of the measurements and interventions to be performed on each patient.
- the protocol's time-line lists a series of events, or visits, where the data are collected from the study patient.
- the time-line of a typical study starts with the screening and enrollment of a patient and typically ends with the last patient visit.
- FIG. 1 illustrates the preparation and processing of paperwork in a typical clinical trial.
- a patient 401 visits the investigative site 413 .
- the protocol instructs the investigator to collect certain information 403 about the patient 401 .
- the information 403 is collected, it is recorded on a Case Record Form (CRF) 405 .
- CRF Case Record Form
- CRA Clinical Research Associate
- This process 406 is known as source document validation, or SDV.
- CRF 405 is delivered to the organization 407 running the trial (either a CRO or an internal clinical group at the sponsor) as indicated by arrow 408 .
- the CRF 405 arrives at the sponsor/CRO 407 , its data is entered into a clinical database 409 twice to ensure that no errors are introduced, as indicated by arrows 410 A and 410 B.
- a medical monitor 415 and clinical data manager (CDM) 419 at the sponsor/CRO 407 examine the CRF 405 to look for inconsistencies. If any of the data are incomplete or appear incorrect, the CRF is sent back to the investigative site 413 with a query 411 for correction, a process known as cleaning. If someone at the investigative site 413 makes a change as a result of a query 411 , the data is again source document verified by the CRA 417 , and is sent back to the sponsor/CRO 407 for data entry, as identified by arrow 412 . When all of the data cleaning is complete, the clinical database 409 is locked and data analysis begins.
- CDM clinical data manager
- one disadvantage is that access over the Web can be considerably slower than a direct connection to a host server. Another is that certain things that can be done easily in a closed environment with custom software, such as curved boundaries between frames, are not so readily done on the Web.
- the present invention is aimed at overcoming these and other disadvantages.
- GUI graphical user interface
- placement of the bitmaps is specified by placing indicators such as URLs corresponding to the bit maps in certain locations, preferably table entries, within the document, such that the browser will correctly display the control element.
- bit maps are used by many similar GUI controls.
- bitmap may be partitioned into multiple sections, where each section is associated with a different indicator.
- one type of control element is a button control which comprises left, right, top and bottom pieces. A label is placed between the top and bottom pieces.
- control element is a file tab, or tab, control, comprising left, right, top and bottom pieces. A label is placed between the top and bottom pieces.
- Multiple tab controls can be grouped together, sharing bitmaps which have a left or right overlapping piece. Different bitmaps also provide different styles such as color to portray a selected or non-selected tab.
- buttons control elements spaced at intervals along a line.
- Each button control element has a corresponding bit map or combination of bit maps.
- a pointer indicating a current value along the line also has an associated bitmap.
- the server is stateless with respect to the GUI controls. That is, when a request is received, the server has no knowledge of the states of the controls other than what is sent in the request.
- the present invention also provides a method of entering clinical trial data from a client, where the data is maintained on a server.
- a data entry form to be displayed at the client is generated at the server dynamically in a SGML-derived language, from a library of code fragments.
- the form is generated according to the user, the patient, the protocol version within a clinical trial and data previously entered.
- a protocol, or clinical, database is created which is specific to an application.
- a data database is created which is specific to a subject processed by the application.
- the form is generated based on the protocol database, preferably based on a clinical protocol, and a context received from the client. Preferably this is done by generating a template based on the protocol database and a context received from the client.
- the form or template is populated with application data from the data database, and published to the requesting client browser.
- the template comprises several frames including control frames with one or more control elements.
- An intermediate frame presents a visual attribute shared by the control frames. The appearance of the intermediate frame depends on the visual appearance of the control frames.
- protocols can be changed during the trial.
- the generation of the template is then further based on the protocol version which was active at time of entering data to be displayed.
- the form to be displayed is itself based on the protocol version which was active at time data was entered.
- rules are associated with the displayed form, and are based on the protocol version which was active at the time of entering data to be displayed in the form.
- Yet another aspect of a preferred embodiment of the present invention is the discouragement of inadvertent use of a computer application, by requiring a log-on procedure for each user, and displaying a picture of the currently logged-on user.
- Still another aspect of a preferred embodiment of the present invention is the provision of context-sensitive help.
- a displayed form has at least one question to which a user must respond to provide clinical data. Links are created between the text of each question and detailed information related to the question. If the user clicks on text of the question, detailed information corresponding to the question is retrieved from the server is displayed.
- the detailed information is derived from any or all of three source documents defining the clinical trial: a protocol document, an investigative brochure, and a study guide.
- a protocol document defining the clinical trial
- an investigative brochure defining the clinical trial
- a study guide defining the clinical trial
- the user can walk through each of the documents.
- dashboard screen which provides information regarding the trial, customized for the user and presented to the user upon logging in to the system.
- information preferably includes but is not limited to trial-related news, alerts, statistical information, progress reports and a list of work to be completed
- FIG. 1 is a block diagram illustrating current trial data collection practice.
- FIG. 2 is a block diagram illustrating the present invention's implementation of a clinical trial data management system operating over the Internet and the World Wide Web.
- FIG. 3 is a block diagram illustrating the general flow of operation and data in the present invention.
- FIG. 4A is a diagram illustrating a Web page comprising a typical clinical form created by the present invention.
- FIGS. 4B and 4C are illustrations depicting the hierarchical structure of a form such as that of FIG. 4A within the present invention.
- FIG. 4D is a schematic diagram illustrating the dynamic construction of a form template and the resulting document within the present invention.
- FIG. 5 is a diagram illustrating how the form of FIG. 4A might appear for a different user.
- FIG. 6 is a diagram of a login screen.
- FIG. 7 is a diagram illustrating the dashboard screen of the present invention.
- FIG. 8 is a diagram illustrating intermediate frames as used by the present invention.
- FIG. 9 is a diagram illustrating how a button control of the present invention comprises bit maps laid out in a table.
- FIG. 10A-10C are diagrams illustrating how the tab control of the present invention comprises bit maps laid out in a table.
- Fig. 11A-11D are diagrams illustrating a linear control of the present invention.
- FIG. 12A is a flowchart illustrating the present invention's use of study protocol version control.
- FIGS. 12B and 12C are illustrations showing the same form under two different protocol versions.
- FIGS. 13A-13F are diagrams illustrating the use of context sensitive help as employed by the present invention.
- the present invention provides a means of expediting the process by collecting and managing trial data including communications between sites over the Internet, using a World Wide Web (Web) server in combination with Web browsers which run on most personal computers.
- Web World Wide Web
- Such a system requires little to no investment. Communication between parties is near-instantaneous, and can be saved as part of the record. Checks can be performed automatically and instantaneously. This allows faster processing of the data, and faster availability of the data. A significant amount of time is cut out the trial time, allowing the sponsor to get its product to market sooner, saving millions of dollars, and potentially aiding thousands or millions of potential recipients of the treatment much sooner than the treatment might otherwise be available.
- the Internet is a world-wide computer network which actually comprises thousands of smaller networks connected to the Internet backbone, thus linking millions of computer users around the world.
- the Web is a technology which allows a user to format a document according to some standard.
- the document is made accessible to a Web server which transmits the document to another user upon request.
- the requester running a Web browser, the browser knows how to construct and display, or render, the document.
- Requests are made to a Web server using a Uniform Resource Locator (URL) which identifies the Web server and the specific document. These documents are often called Web “pages”.
- URL Uniform Resource Locator
- HTML Hypertext Markup Language
- HTML allows the creator of a document to specify the appearance and placement of a variety of things such as font size, style, headers and so, including placement of data or pictures within tables.
- image files can be stored in the browser's cache, so that if the user requests the same page at a later time, the browser uses the locally cached image files rather than downloading the files again. While this saves much of the time that would otherwise be wasted re-downloading the images, it does come with a cost: image files can be large and caching many of them for hundreds or thousands of Web pages can consume a significant portion of local memory or disk space.
- FIG. 2 illustrates the present invention operating over the Internet.
- the Clinical Research Organization (CRO) or the sponsor's own internal clinical group responsible for maintaining trial data maintains an application server 103 which stores data about the protocol, the forms to be used, the roles of various individuals involved, etc., in a meta database 105 .
- Actual clinical data collected during a trial is maintained in a trial database 107 .
- the actual data can be maintained in just one or many databases.
- the application server 103 receives requests via a network 109 , such as the Internet, from users 111 at the investigative sites 112 , sponsor sites 113 , and CRO sites 114 , and responds to the requests, presenting a consistent and secure interface through a Web server 101 .
- the Web server 101 transmits information to the requesting site as a document formatted according to an SGML-derived language, such as XML, or preferably, hypertext markup language (HTML) document.
- the document can also include small scripts in a language such as Javascript for implementing certain rules at the user's site.
- Investigative sites 112 include, but are not limited to, hospitals, clinics and independent doctors' offices.
- Roles are defined as a collection of privileges such that assigning a particular individual to a defined role bestows upon that individual the collection of corresponding privileges.
- the Clinical Investigator and the Clinical Research Coordinator gather the data for the trial according the protocol, and record the data on CRFs which are sent to the sponsor for review and acceptance.
- the Clinical Investigator is responsible for treating his patients and executing the study protocol. He has the ultimate responsibility for all activities at his site.
- the CRC is responsible for collecting all of the information about the patients in the study who are being treated at the CRC's site, and for returning the information to the clinical group. In the US this individual is typically a nurse, while in Europe the role of the CRC is typically performed directly by the Clinical Investigator.
- the people fulfilling these roles at the investigation site must be able to see information about all of their patients who have been screened or accepted into the study. This information includes a patient's visit history, the contents of the CRF associated with the patient, and the patient's lab results to name a few.
- the CI or CRC must be able to respond to a query, usually by attaching a comment to a question or CRF, by adding new or additional information to a CRF, or by changing information previously entered on the CRF. This is a key component of data cleaning.
- Some patients in the trials may take other medications during the trial. These medications, whether taken regularly as for allergy medication, or occasionally such as aspirin for a headache, are ‘coded’ and stored in the patient's record.
- the CI or CRC at the investigation site must review some of the information about the study such as the study protocol, the study reference manual, a study newsletter, and a list of frequently asked questions. In addition, they must review information about individual questions on the CRF such as getting a list of all previous responses to a question and viewing the discrepancy criteria for a question.
- a CI or CRC may need to communicate with a representative of the sponsor.
- the CI/CRC needs to provide information about the site to the sponsor (Form 1571, lab normals, CVs of the investigator).
- the CRC may have a question or may notice something that would interest the sponsor. Much of this communication is included in the study files.
- the investigation site may want to communicate with another site. Perhaps an investigation site wants to ask someone at another site a question. These communications are not part of the study data.
- the study protocol may require a CI/CRC to sign the CRF pages either before the CRA performs the source document verification, when the patient book is complete or both.
- the signature task can be made easier for the investigator site by telling them which CRFs are complete and need a signature, and when data on a signed CRF has changed and needs another signature. Additionally, the investigator sites need to know which CRFs they have examined and which ones they have not examined.
- the management of drug inventory during a study is critical. A complete accounting of all study medication is required by the regulatory agencies.
- the investigator site needs to dispense study medication to their patients in the study and record this transaction. Additionally, when the sponsor issues study medication to the investigator site, this transaction and the receipt of the study medication by the investigation site must also be recorded.
- Clinical Research Organization CRO
- Clinical Research Associate CRA
- Clinical Data Manager Clinical Data Manager
- Medical Monitor Medical Monitor
- Clinical Project Manager review the data that is generated by the investigator sites for completeness and consistency.
- the Clinical Research Associate reviews all of the data provided by the investigator sites, ensures that the sites are following the protocol and that all of the information in the medical record is completely and accurately represented in the study data.
- a CRA is responsible for monitoring a number of sites, and their audit role requires them to visit their sites.
- the CRA needs to know exactly what is happening at all of their sites so that they can effectively monitor the site's activities.
- the CRA sends summary reports to the project manager and others at the sponsor.
- the Clinical Data Manager prepares and maintains the clinical study database.
- the CDM is involved in the design of the study database, validation checks, and the design of the CRFs.
- the CDM also reviews the data in the database ensuring that the data is complete and consistent.
- the Medical Monitor is often the designer of the study protocol and may be responsible for making any of the necessary changes to or deviations from the protocol once that study has begun.
- the Medical Monitor also reviews the study data looking for data anomalies and irregularities with respect to patient safety.
- the Medical Monitor reviews the data in the CRFs and the communications with the sites.
- the Medical Monitor may respond to a query from a CRA. Finally, the Medical Monitor is immediately notified whenever a serious adverse event is recorded.
- the Clinical Project Manager oversees the entire data collection process. They directly manage the activities of the CRAs and CDMs and at times they will examine the study data in detail. Together with the Medical Monitor, the Clinical Project Manager reviews the progress of the study and reports status to the senior management at the sponsor.
- a data reviewer periodically reviews the data in the CRFs. If a value is missing, the validity of a value is questionable, or there is some other cause for concern, the data reviewer issues a query by attaching a question or comment to a question on the CRF.
- the signature task is simplified by indicating which CRFs are complete and need a signature, and which data on a signed CRF has changed and requires another signature.
- the data reviewer needs to know which CRFs have already been examined and which have not been examined.
- the site must on occasion communicate with the sponsor, the data reviewer must communicate with a site. These communications may or may not be included in the study data. In addition, some messages are critical and investigator site personnel must see these messages before continuing.
- a CRA may have a question for the medical monitor, or the medical monitor may notice something that they would like the CRA to investigate. Unlike queries, these communications are not part of the study database.
- a preferred embodiment of the present invention provides a mechanism for locking the data at a patient level.
- the Clinical Research Associate has specific additional functions, as well.
- the CRA can view an investigator site's data and issue queries to the sites.
- the CRA visits a site, reviews all of the data in the original medical records (the source documents) and compares this with the information in the CRFs. This is known as source document verification.
- the CRA monitors a CRF at the question level, meaning that part of a CRF could be considered reviewed, but the rest will still need monitoring at a later time.
- the CRA is automatically notified when any CRF is ready for review.
- the CRA often does not have access to the primary study database and must work off-line. Therefore, during verification the site cannot change the data being reviewed until after the review is complete.
- the CRA must manage the documents that are provided by the site. These include any regulatory documents and any additional documents that are generated by the site that must be included with the study data. The CRA must notify the site when one of these documents is about to expire.
- the CRA issues a report about a site. For example, these reports are issued when a site has been qualified for the study, when a site initiates a trial, after the CRA has monitored some of the data at a site, and when a site finishes its last study patient.
- the Clinical Data Manager also has specific additional functions. During the course of a trial, the CDM may need to change one or more of the discrepancy checks in the system.
- codes are entered not by the study coordinator (CRC) but rather by the CDM. If a CRC enters an adverse event or concomitant medication without coding the data, the CDM supplies the appropriate code in the database. In addition, the CDM carefully reviews all coding of adverse events and concomitant medications, making any changes that are necessary for consistency.
- the Medical Monitor is notified whenever a serious adverse event is recorded. This notification occurs as quickly as possible to ensure the safety of the affected patient and all other patients in the study.
- the sponsor will occasionally send information to all members of the study team and/or to all of the sites.
- the Medical Monitor will need to break the study blind for a particular patient (for example, when a study patient becomes pregnant). This is an important transaction and it must be recorded in the study data.
- the Clinical Project Manager will sometimes act as an individual contributor CRA or CDM.
- the Database Manager is responsible for the security and reliability of the clinical study database. During the design of the trial, the Database Manager works with the CDM designing the implementation of the data model for the trial. At the end of the trial, the Database Manager is responsible for moving the data out of the study database and into a statistical analysis database.
- a pharmacist must review information about the study such as the study protocol, the study reference manual, a study newsletter, and a list of frequently asked questions. During the study, the pharmacist may need to communicate with the sponsor personnel. As the study progresses, the pharmacist may have a question or may notice something that would be of interest to the sponsor. Some of these communications must be included in the study data.
- the management of drug inventory during a study is critical. A complete accounting of all study medication is required by the regulatory agencies. The site needs to dispense study medication to their patients in the study and record this transaction. In addition, when the sponsor issues study medication to the site, this transaction must also be recorded.
- the Database Manager When the study is complete and the database is locked, the Database Manager must move the study data into a statistical database. The database structures of the clinical database must support this conversion.
- FIG. 3 illustrates the general flow of operation and data in the present invention. While any Standard Generalized Markup Language (SGML)-derived language such as XML can be used, the preferred embodiment of the present invention utilizes Hypertext Markup Language (HTML). Rectangular boxes and solid bold lines indicate process flow, while dotted lines indicate data flow.
- SGML Standard Generalized Markup Language
- HTML Hypertext Markup Language
- a request is received from a user, i.e., an investigative site, a sponsor site, a CRO site or a pharmacist.
- the request 213 is saved for later processing by any or all of the authentication process 203 , the application layout process 205 , or the form creation process 207 .
- the authentication process 203 Upon receipt of a request from a client, the authentication process 203 is invoked. A user database 215 is maintained, and the authentication process 203 checks user information contained in the request 213 against the user database 215 . Such information may contain user identification, password, session information, valid time frame, etc., or other equivalent authentication means.
- the authentication process 203 examines the user request 213 and checks with the user database 215 that the user is authorized to make such a request. The authentication process 203 can then establish which user rights 217 the user is to be given regarding the response to the particular request.
- an application layout process 205 begins to construct the layout of the HTML response 221 to the client. This is a top layer describing what pieces are to be positioned within the HTML document and where. For example, this layer determines what the various frames should look like and what controls should appear therein. To make these decisions, the application layout process 205 relies on the original user request 213 , the user rights 217 as determined previously by the authentication process 203 , and descriptors maintained in a descriptor database 219 .
- the form creation process 207 uses the user request 213 and descriptor database 219 to determine what questions, controls and other information should go into the form in the HTML document 221 previously laid out by the application layout process 205 .
- HTML document 221 is populated with clinical data by a data population routine, which retrieves the data from a trial database 223 .
- the document 221 is now complete and ready for transmission back to the client (block 211 ).
- FIG. 4A illustrates a typical Web page 250 created by the present invention, as constructed from the HTML document 221 (from FIG. 3 ) when received and displayed by a client browser.
- Panels 251 A- 251 C derive from the part of the HTML document 221 constructed by the application layout process 205 ( FIG. 3 ), and contain various controls and other general information.
- panel 251 A contains a photograph 257 of the person whose user identifier and password were used to first gain access to the system, or login. As discussed below, a preferred embodiment of the present invention displays this photograph 257 for the purpose of discouraging inadvertent use of the system by another person.
- Panel 251 B holds two additional controls: a time line control 263 , and a file tab control 265 .
- a time line control 263 is used to select a specific week (or some other unit of time) within the study
- the file tab control 265 is used to select a particular form. Appearance of the form, of course, is dependent on the user's role, the protocol version and the week selected, as well as the actual form selected.
- panel 251 C holds controls 267 related to the form, here a Submit button and a Cancel button.
- the selected form layout 253 is specified by the form creation process 207 ( FIG. 3 ).
- the “Demographics” form is displayed.
- FIGS. 4B and 4C depict the hierarchical structure of an electronic CRF 253 , also referred to simply as a form, of the present invention.
- the form 253 comprises one or more sections 551 . Two sections 551 of the Demographics form 253 are visible: a Demographics section and a Smoking History section The remainder of the form can be brought into view by scrolling the scroll bar 553 .
- Each section comprises one or more items in which the user is typically asked to provide information about a patient, or if the information has already been provided, the information is displayed.
- the Demographics section 551 has six items 554 numbered from 1 to 6, as well as a seventh item 555 in which a calculation is automatically performed by the system.
- Each item 554 in turn may comprise one or more control groups 556 .
- item 2 (“Date of birth”) comprises control group 556 , which in turn comprises three controls 557 A- 557 C (generally 557 in FIG. 4C ).
- a control group may itself comprise control groups.
- control 557 A allows a user to select the patient's date of birth month. The twelve months are available in a list which is made visible by clicking on the arrow. Each month is an element 558 of the control 557 A.
- each of these hierarchical levels is treated as an object, with its own HTML fragments.
- the associated form object 253 is called up and passed user 559 and form 560 information.
- Form construction is begun by selecting certain HTML fragments.
- the form object 253 determines from the trial database including information about the protocol version, and from user privileges and patient information, which sections are to be included, and those section objects are then called by the form object to render themselves.
- each section object has its own HTML fragments, some of which are selected. This process continues, each object in the hierarchy selecting HTML fragments according to the user privileges, and calling its embedded objects.
- FIG. 4D further illustrates how the HTML document 211 is constructed dynamically from fragment templates and from data.
- a trial database 220 stores structural information of the form object hierarchies as previously discussed.
- a descriptor database 219 is essentially a library of HTML code fragments. These two databases together make up the meta database 105 .
- a clinical database 223 stores data collected during the trial.
- the Demographics Form is described as having two sections, Section 1 and Section 2 .
- pointers are used, such as the pointer 230 to Section 1 .
- Each section in turn has pointers to its items, and so on.
- Each part of the hierarchy also points to corresponding code fragments in the descriptor database 219 .
- the high level Demographics form object comprises a pointer or identifier 231 which points to various code fragments 234 .
- the object decides which fragments to use and which to reject, depending on user rights.
- the selected template fragment is copied (indicated by 238 ) into the document 211 .
- Section 1 object data in the trial database 220 has a pointer 232 to its own corresponding code fragments in the descriptor database 219 . Again, those code fragments or templates selected, such as code fragment 235 , are copied into the document 211 , as indicated by arrow 239 .
- the object for Section 1 also has a pointer 233 to data 236 stored in the clinical database 223 which is combined, in the output document 211 , with the fragment template 235 . That is, the data 236 is copied, as indicated by arrow 241 , into the document 211 , and replaces some placeholder from the original fragment 235 .
- the copied data is indicated by reference 242 .
- the output document 211 is sent, or published, to the requester, whose browser renders the form.
- Arrow 243 demonstrates how one of the section fragments with trial data is rendered into a section 204 of the form.
- the clinical data is initially entered by the CI/CRC and stored in the trial database when submitted.
- the stored data is filled in under the data population process 209 ( FIG. 3 ), wherein individual control or element objects retrieve and display actual clinical data from the clinical database 223 .
- code fragments are generally in the form of HTML statements, they can also contain small scripted statements written in a language such as Javascript, which might be used to implement certain rules.
- a rule might allow patient temperatures only within a certain range, to protect against the entering of Celsius temperatures instead of Fahrenheit.
- Checking with rules at the browser using a language such as Javascript obviates the extra transmissions back and forth that would be required if all checks were to be done at the server.
- Such rules may be based on the protocol which was active at the time certain data was entered.
- FIG. 4B an inconsistency in the data has been found.
- the user has indicated in Question 7 that the patient has never smoked, yet in Question 9 has indicated that the patient smokes cigarettes.
- a query 271 has been entered by a CRA asking for further verification and appears on the form for the user to respond to.
- the text of each question is a link to additional information.
- “Weight” is a link to one of several documents explaining weight in the context of the protocol. This is discussed further below.
- FIG. 5 illustrates how, in the preferred embodiment, the same form can differ for a different user with a different role and therefore different access rights.
- User 2 is a Clinical Research Associate (CRA) with the Sponsor.
- CRA Clinical Research Associate
- the Sponsor is not allowed to enter or alter data.
- patient data at 275 is simply displayed as text and is not editable. No controls are available.
- FIG. 6 illustrates a typical login screen of the present invention as displayed on a client browser.
- a user is asked to provide an account name 293 and a password 295 .
- the account name and password are transmitted over the Internet to the Web Server 101 ( FIG. 2 ) where they are then submitted to the Application Server 103 for authentication.
- authentication could be performed using alternative methods such as a secure identification card, digital certificates or biometric characteristics.
- a preferred embodiment of the present invention displays a photograph 257 ( FIG. 4A ) for the purpose of discouraging inadvertent use of the system by another person. For instance, if the person logged in happens to walk away for a break, take a telephone call, etc. and another user comes along and logs in using his own login, and this second user takes a break, while the first user returns, the first user will see instantly that she is no longer logged in. A photograph catches the attention of the user much more readily than would a text-only name.
- the name and role 259 of the logged-in user are provided under the photograph 257 .
- a second user coming upon the system, and unfamiliar with the first user could visually identify the first user, or, if unable to find the first user, because the name is provided, could look the first user up in a directory if it were necessary to contact the first user.
- a “dashboard” 301 customized to the user is returned to the client browser and displayed.
- FIG. 7 is a diagram illustrating the dashboard screen of the present invention.
- the dashboard 301 contains various information and links regarding the study. For example, it contains study news 303 which the user should read and alerts 305 which may be critical. It also contains study progress graphs 307 , a list of work to be completed 309 with navigational links, and additional information. It serves as a home base for the user.
- HTML frames do not provide such curved borders.
- one aspect of the present invention is the use of intermediate frames to provide the curves.
- FIG. 8 is a diagram illustrating the use of an intermediate frame by the present invention.
- a Web display may be broken down into several independent frames.
- Web page 400 is divided functionally into three independent frames: a control panel frame 403 , a content action panel frame 405 and a content panel frame 407 .
- the developer of the Web site wishes to use a curved line 401 to visually differentiate the panels from each other.
- frame borders are limited to horizontal and vertical lines.
- a preferred embodiment of the present invention simulates curved or irregular shapes between frames by using an intermediate frame 409 between frames 403 , 405 and 407 in which the curves and other frame borders are drawn. Thus, it appears to the user that the various panels actually have curved borders.
- GUI controls which are normally executed in a stateful machine are implemented in a client browser. This is done in the preferred embodiment of the present invention by creating several bitmapped images which can be selectively placed such that the browser properly constructs the desired control. Bitmapped images may be formatted as gif, jpeg or other formats. Because browsers cache images locally, reuse of most of the bitmaps in multiple control elements results in rapid construction of the control element and thus the Web page.
- FIG. 9 illustrates this concept with a button control 501 containing the text label “ABC” 503 .
- this entire button 501 is a single image. If many buttons are used, say having labels “DEF”, “GHI” and so on, each must have a completely different image, each requiring its own initial transfer time and its own cache storage.
- the present invention breaks the button image into several images 505 A- 505 D.
- References or indications such as URLs to these images (which, in the preferred embodiment are generally “gif” files) are placed into a TABLE structure in an HTML document.
- Such a table 506 has five data entries, labeled 506 A- 506 E.
- References to images 505 A- 505 D are placed in four of the table entries 506 A- 506 D, resulting in the placement by a browser, of the images in the table 506 , as indicated by arrows 509 A- 509 D respectively.
- the label text “ABC” is placed, with a background color matching the images 505 A- 505 D, into the remaining table entry 506 E.
- buttons are different—the same images are reused by all of the buttons.
- No additional image files need to be transferred over the Internet. Only the text needs to be transferred and text takes but a fraction of the time an image takes to transfer. Since the images are reused, storage in the cache is much smaller as well.
- an HTML-compatible browser automatically extends bitmapped images to fit a required space. Since a table adjusts itself to contain its data entries, a button 501 A having a long label 503 A (say the entire alphabet) would be drawn having a label space 506 E long enough to contain the entire label. Table entries 506 B and 506 C would be lengthened accordingly, and therefore bitmapped images 505 B and 505 C would be extended to fill these lengthened entries, even though only minimal descriptions of the bitmaps is provided.
- Bitmap images 505 A- 505 D correspond to files named respectively “but_bot_left.gif”, “but_bot_top.gif”, “but_bot_right.gif”, and “but_bot_bot.gif”.
- the label of this particular button is “Go”.
- HTML a table structure is delimited by the ⁇ TABLE> and ⁇ /TABLE> tags.
- Each row begins with the tag ⁇ TR> and optionally ends with ⁇ /TR>.
- each column, or table data begins with ⁇ TD> and optionally ends with ⁇ /TD>.
- FIGS. 10A, 10B and 10 C illustrate a file tab, or tab, control used by the present invention.
- FIG. 10A shows a tab control 421 having three tabs, although a tab control with any number of tabs can be implemented with this technique.
- the first tab element, labeled “ABC” is selected.
- the tab control 421 is subdivided into many small sections, shown individually in FIG. 10C , each of which, except for label sections, has a corresponding image. As with the button control, many of the images are reused. Each image has a shaded version and an unshaded version. A tab is shaded if it has been selected. For example, a right piece bitmap 437 , a top piece bitmap 425 , and a bottom piece bitmap 429 define most of the third “GHI” tab.
- the label 435 is not a bitmap but rather, as with button labels described above, is simply text with a background color to match the surrounding bitmaps. Bitmap 431 is shared by the “GHI” tab and the adjacent “DEF” tab.
- the “DEF” tab uses the same top and bottom piece bitmaps 425 , 429 . Therefore, these bitmaps will not have to be transferred again since they were just transferred in order to draw them into the “GHI” tab.
- the “DEF” tab here uses a unique label (“DEF”), but since that is simple text, it is placed directly in the table structure and as a result there is no significant overhead in its transmittal.
- Another overlapping piece bitmap 431 A is shared between the “DEF” tab and the selected “ABC” tab.
- the “ABC” tab uses shaded left, top and bottom piece bitmaps 423 A, 425 A, 429 A respectively, to show that the “ABC” tab is selected.
- the label “ABC” 427 is data embedded directly in the table data definition.
- Each of these small bitmap images has a HREF element assigned to it, i.e. a reference to send to the server if the user clicks the mouse button on the bitmap.
- HREF element assigned to it, i.e. a reference to send to the server if the user clicks the mouse button on the bitmap.
- each realization of the bitmap may have a different HREF assignment.
- the tab control appearance must change to indicate that “DEF” has been selected.
- the tab control now appears as shown in FIG. 10B . Only two new images are required: the shared bitmap 431 A between the “ABC” and “DEF” tabs has been replaced by a bitmap 439 A with a different overlapping appearance, and the leftmost piece 423 A is no longer shaded and must be replaced with piece 423 . These are the only piece of the tab control that need to be provided by the server.
- the present invention uses one small top bitmap 425 for each tab, as well as a bottom 429 , left 423 , and right 437 pieces, or their shaded versions 425 A, 429 A, 423 A, 437 A respectively, and right overlap 431 A and left overlap 439 A pieces all of which are significantly smaller than the whole.
- top and bottom tab bitmaps 425 , 429 respectively can be extended and therefore the actual bitmaps are extremely small, just a few pixels wide and therefore consume a very small amount of cache memory.
- Another advantage to the present invention is that if the form changes so that the tab control has additional tabs, no further bitmaps need to be transferred. All of the necessary bitmaps will have been cached. Only the table structure with text labels, tab selection information, and references to the bitmap files needs to be transferred.
- the present invention alleviates the need to create more images when a form changes. For example, in the prior art, if a tab control comprises seven individual tab control elements, seven different images must have been created—each one having a different tab selected. If it becomes necessary to add an eighth tab control element, eight new images must be created. In the present invention, no further images need to be created.
- these bitmaps are arranged by placing them in a table structure.
- a table structure For example, the code below defines an HTML table in which the positions and files containing the bitmaps are specified.
- the selected tab (whose associated form is displayed) is colored differently and rendered differently than the non-selected tabs.
- the selected tab (whose associated form is displayed) is colored differently and rendered differently than the non-selected tabs.
- FIG. 10C ref. number Filename in HTML code 423A/423 tab_on_l.gif/tab_off_l.gif 425A/425 tab_on_top.gif/tab_off_top.gif 429A/429 tab_on_bot.gif/tab_off_bot.gif 431A tab_on_midr.gif 439A tab_on_midl.gif 437A/437 tab_on_r.gif/tab_off_r.gif
- FIGS. 11A, 11B and 11 C illustrate a linear control, preferably a time-line control, of the present invention using the same technique.
- FIG. 11C shows the various bitmaps that are placed in a table structure to compose a linear control.
- the dashed lines show the outline of the bitmap, while the solid lines represent what is actually seen.
- color and shading can be used to produce a more dramatic effect, and in fact are used in the preferred embodiment.
- Bitmap 481 defines the left end of the control and shows the left end of a frame which encloses the control.
- bitmaps 482 , 483 and 489 define top, bottom and right frame pieces respectively of the control enclosure. Note that by defining a bitmap to span multiple rows or columns within a table entry does not change the appearance of the bitmap except to extend it in the vertical or horizontal direction respectively.
- Bitmaps 483 , and 485 - 488 define the various parts of the linear control itself. Bitmaps 483 and 488 are the left and right pieces respectively of the control and in the preferred embodiment are only used once per control. Bitmap 485 is the line part of the control and is used simultaneously in several places. Bitmap 486 has a continuation of the control line, plus a vertical tick. Bitmap 487 is used to show which value has been selected.
- bitmaps 481 - 489 can be assembled in various combinations to create linear controls of any size, and to show any control in any particular state.
- bitmaps 481 - 489 (from FIG. 11C ) have been assembled into a table 451 to create a linear control with four stops.
- labels have been placed in the table below each stop. These labels are merely text entries with a background color matching the control, so that there is negligible overhead in obtaining the labels.
- HTML code produces the linear control of FIG. 11A .
- ⁇ HTML> ⁇ !--///////////////////////////////////////////////////////////// --> ⁇ !--/// Copyright (c) 1997-1998 Phase Forward Inc.
- FIG. 11D illustrates a variation of the time-line control 490 in which the time-line is further subdivided with small ticks 491 which do not have their own associated labels, yet each is associated with a different copy of a bitmap and a HREF.
- the ticks 491 may represent weeks within a month. Because each tick 491 has its own bitmap, the user can click on one to move the pointer 492 to a particular week.
- an individual bitmap may itself be sectioned, each section being mapped to a different indicator or URL, or no URL at all.
- the file tab HTML code above uses HTML tags ⁇ USEMAP>, ⁇ MAP> and ⁇ AREA> to specify two different URLs corresponding to the left tab and right tab within the tab_off_r bitmap. That part of the bitmap not corresponding to any tab is not mapped to an URL.
- a protocol change may need to be reviewed by an Institutional Review Board at each site before it can be implemented. This can result in there being two or more active protocols at the same time. Again, the data must be presented in the form corresponding to the protocol in which the data was entered.
- FIG. 12A is a flowchart illustrating the process at the server in deciding how to deliver a form to the browser depending on the study protocol version control.
- a request is received from a client.
- the server determines what the correct study protocol version should be for the request based on date and time by looking up the protocol version of the CRF when data was first entered in the CRF.
- the server determines whether the necessary form (CRF) already exists. If so the form is loaded and populated with the correct data (block 607 ). Otherwise, the form is created (block 609 ). Finally, in block 611 , the correct populated form is returned to the requesting client.
- CRF necessary form
- FIGS. 12B and 12C illustrate a CRF as it might appear in a first protocol (ref. 620 in FIG. 12B ) and as it might appear in a second protocol (ref. 622 in FIG. 12C ).
- the CRF 620 has three items 621 , 623 , 625 . Perhaps at the beginning of the trial, it was established that blood pressure would be measured twice and entered into items 623 and 625 .
- help is often available in the form of a help button, or a help link.
- the user clicks on the help button or link and a general help page, often accompanied with a table of contents and/or a topic index, is retrieved from the server and displayed, replacing the original page.
- a general help page often accompanied with a table of contents and/or a topic index
- the user To find help, the user must search through the table of contents or the index, sometimes through several layers.
- To return to the original page the user must either go back by clicking on a “Back” button in the browser, or optionally by clicking on a “Back to Document”—type link or button that is typically available on the help page.
- An innovative aspect of the present invention is the use of context sensitive help in a Web document.
- the text of each question comprises a link to one of several trial-related documents.
- the text 801 “Height” for item 4 is such a link.
- a separate help window 803 pops open, as in FIG. 13B , and context sensitive help 804 is transferred from the server and displayed in the help window 803 .
- This context sensitive help 804 has information specific to the text 801 clicked on—here there are specific instructions as to how to measure height, e.g. shoes off.
- the user does not have to look for the subject in an index or table of contents, and the original page is still available—the user can close the help window at any time and the original page has not been affected.
- help comes from one of three standard sources defining the clinical trial: a protocol document, an investigative brochure, or a study guide.
- the help window 803 comprises additional button controls 805 which enable the user to go directly to related information in any of the three documents.
- a help button 807 is always available in the main panel 251 A. Clicking on this button 807 brings up a general help window 809 , from which a user can browse through a table of contents 810 or an index 811 for the clinical trial documents. Again, additional buttons 805 allow the user to choose a specific document.
- FIGS. 13E and 13F show sample help screens for the protocol document 811 and study guide 812 respectively.
Landscapes
- Engineering & Computer Science (AREA)
- Health & Medical Sciences (AREA)
- Epidemiology (AREA)
- Public Health (AREA)
- Primary Health Care (AREA)
- Medical Informatics (AREA)
- General Health & Medical Sciences (AREA)
- Medicinal Chemistry (AREA)
- Toxicology (AREA)
- Pharmacology & Pharmacy (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Chemical & Material Sciences (AREA)
- Medical Treatment And Welfare Office Work (AREA)
- Electrotherapy Devices (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Document Processing Apparatus (AREA)
- User Interface Of Digital Computer (AREA)
Abstract
A system and method for managing clinical trial data includes dynamically generating, at a server, a data entry form to be displayed at a client. The data entry form is generated dynamically in a SGML-derived language. Control elements within the form comprise images which are used to construct the control elements and larger controls. The form is generated from a protocol database and a context received from the client, is populated from the data database, and is published to the client. Templates based on the protocol database comprise several frames including intermediate frames for displaying frame borders which are non-horizontal and non-vertical. If the trial protocol changes during a trial, the generated form is based on the protocol version active at the time data was entered into the form. Inadvertent use of the application is discouraged requiring an authentication procedure and displaying a picture of the authenticated user. Furthermore, help is provided by creating a link between the text of each question and information about the question. The source of help may be any or all of a protocol document, an investigative brochure, and a study guide. In addition, a user, upon logging in, is presented with a dashboard screen which provides information or links to information such as trial-related news, alerts, statistical information, progress reports and a list of work to be completed.
Description
- This application is a divisional of U.S. application Ser. No. 09/092,441, filed Jun. 5, 1998. The entire teachings of the above application are incorporated herein by reference.
- A portion of the disclosure of this patent document contains material which is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure, as it appears in the Patent and Trademark Office patent file or records, but otherwise reserves all copyright rights whatsoever.
- Once a pharmaceutical, medical device manufacture or bio-technology company has developed a treatment, device or drug therapy, approval from a regulatory authority, such as the FDA in the US, must be obtained before it can be made available through prescription. The submission to the regulatory authority consists of a large volume of information, including clinical information which focuses on the safety and efficacy of the therapy. Much of that information is collected by conducting clinical trials.
- A pharmaceutical, medical device manufacture or biotechnology company sponsors a series of clinical trials. Either an internal clinical group manages these trials or they are out-sourced to a clinical research organization (CRO). The clinical group or CRO contracts with investigation sites that in turn recruit patients for the study and collect the clinical data.
- The clinical trials are performed in a series of phases, known as Phase I, Phase II, Phase III, and Phase IV. Each phase varies in duration, the number of patients involved and purpose. Failure at any stage of Phases I, II or III of the clinical trial process effectively ends the therapy's chances for final approval.
- Before entering Phase I, the sponsor needs to obtain regulatory approval. Phase I trials typically last six months and involve tens of volunteer subjects usually all of whom are located at a single investigative site. Phase I trials test the safety of the therapy. Once Phase I trials are complete and the therapy has been shown to be safe, the sponsor requests permission from the regulatory authority to proceed with further clinical tests.
- Phase II trials typically last six to twelve months, involve tens to hundreds of patients and are conducted to test the effectiveness of the treatment, device or drug. A sponsor may conduct many Phase II trials, attempting to find as many uses of the therapy as possible. If the therapy appears to be effective, the sponsor requests permission from the regulatory authority to proceed with large scale trials.
- For each likely use of the therapy, the sponsor conducts at least two Phase III trials. Phase III trials typically last 24 to 36 months and involve thousands of patients. Phase III trials are blinded trials, that is, a portion of the patients receive the therapy and the remaining patients receive a placebo or active control, and the identities of patients taking the trial therapy are not known to anyone until the trial is complete. Phase III trials are conducted to test the safety and effectiveness of a therapy in a large population. The Phase III trial is the first opportunity to observe infrequent adverse effects in the general population; each and every one is carefully recorded. Since the effectiveness of the therapy is tested in a blinded environment, the results are not known until after the study is complete.
- Phase IV trials occur after approval and are generally held to obtain approval to change a characteristic such as the delivery system, e.g., from liquid to tablets, or to change the status, e.g., from a prescription drug to an over-the-counter drug. Failure at any stage of a Phase IV trial effectively ends the therapy's chances of obtaining approval for such a change.
- Every clinical trial has a protocol which specifies the exact timing and nature of the measurements and interventions to be performed on each patient. The protocol's time-line lists a series of events, or visits, where the data are collected from the study patient. The time-line of a typical study starts with the screening and enrollment of a patient and typically ends with the last patient visit.
-
FIG. 1 illustrates the preparation and processing of paperwork in a typical clinical trial. There are a number of points in the process where the data are audited and reviewed. Apatient 401 visits theinvestigative site 413. For each visit, the protocol instructs the investigator to collectcertain information 403 about thepatient 401. After theinformation 403 is collected, it is recorded on a Case Record Form (CRF) 405. Periodically, a Clinical Research Associate (CRA) 417 visits theinvestigative site 413 and compares the data in the originalmedical record 403 with the information on the CRF 405. Thisprocess 406 is known as source document validation, or SDV. - Once the CRF has been source document verified, CRF 405 is delivered to the
organization 407 running the trial (either a CRO or an internal clinical group at the sponsor) as indicated byarrow 408. When the CRF 405 arrives at the sponsor/CRO 407, its data is entered into aclinical database 409 twice to ensure that no errors are introduced, as indicated byarrows - A
medical monitor 415 and clinical data manager (CDM) 419 at the sponsor/CRO 407 examine the CRF 405 to look for inconsistencies. If any of the data are incomplete or appear incorrect, the CRF is sent back to theinvestigative site 413 with aquery 411 for correction, a process known as cleaning. If someone at theinvestigative site 413 makes a change as a result of aquery 411, the data is again source document verified by the CRA 417, and is sent back to the sponsor/CRO 407 for data entry, as identified byarrow 412. When all of the data cleaning is complete, theclinical database 409 is locked and data analysis begins. - As can be seen, a large volume of data is collected during each clinical trial, and the collection and management of clinical data is a large problem that requires many people performing a number of different and unique roles. These roles fall into three groups: the investigative site roles, the clinical data review roles, and other central sponsor roles.
- Implementing such a system or method on the Web has the obvious advantage of ease—many people are now familiar with Web technology and even those with computerphobia are becoming comfortable accessing the Web. In addition, because browsers are so inexpensive, while the personal computers on which they run can typically be had for under $1,000, there are no major expenses involved for other than the development of the clinical trial database. No special software needs to be distributed.
- On the other hand, one disadvantage is that access over the Web can be considerably slower than a direct connection to a host server. Another is that certain things that can be done easily in a closed environment with custom software, such as curved boundaries between frames, are not so readily done on the Web. The present invention is aimed at overcoming these and other disadvantages.
- Therefore, a method of implementing a graphical user interface (GUI) control element within a client browser, comprising creating several bitmaps which can be constructed to present the GUI control element in a variety of different states. A Standard Generalized Markup Language (SGML)-derived language such as HTML or XML is used to specify placement of the bitmaps within a document. Upon receipt of the document, a browser displays a desired GUI control.
- Preferably, placement of the bitmaps is specified by placing indicators such as URLs corresponding to the bit maps in certain locations, preferably table entries, within the document, such that the browser will correctly display the control element.
- Preferably, these bit maps are used by many similar GUI controls.
- Furthermore, a bitmap may be partitioned into multiple sections, where each section is associated with a different indicator.
- In particular, in a preferred embodiment, one type of control element is a button control which comprises left, right, top and bottom pieces. A label is placed between the top and bottom pieces.
- Another type of control element is a file tab, or tab, control, comprising left, right, top and bottom pieces. A label is placed between the top and bottom pieces. Multiple tab controls can be grouped together, sharing bitmaps which have a left or right overlapping piece. Different bitmaps also provide different styles such as color to portray a selected or non-selected tab.
- Yet another type of control is a linear control which comprises button control elements spaced at intervals along a line. Each button control element has a corresponding bit map or combination of bit maps. A pointer indicating a current value along the line also has an associated bitmap.
- In the preferred embodiment, the server is stateless with respect to the GUI controls. That is, when a request is received, the server has no knowledge of the states of the controls other than what is sent in the request.
- The present invention also provides a method of entering clinical trial data from a client, where the data is maintained on a server. A data entry form to be displayed at the client, is generated at the server dynamically in a SGML-derived language, from a library of code fragments. The form is generated according to the user, the patient, the protocol version within a clinical trial and data previously entered.
- In a preferred embodiment, a protocol, or clinical, database is created which is specific to an application. A data database is created which is specific to a subject processed by the application. Then the form is generated based on the protocol database, preferably based on a clinical protocol, and a context received from the client. Preferably this is done by generating a template based on the protocol database and a context received from the client. The form or template is populated with application data from the data database, and published to the requesting client browser.
- Preferably, the template comprises several frames including control frames with one or more control elements. An intermediate frame presents a visual attribute shared by the control frames. The appearance of the intermediate frame depends on the visual appearance of the control frames.
- In addition, in a preferred embodiment, protocols can be changed during the trial. The generation of the template is then further based on the protocol version which was active at time of entering data to be displayed. Thus the form to be displayed is itself based on the protocol version which was active at time data was entered.
- Furthermore, in a preferred embodiment, rules are associated with the displayed form, and are based on the protocol version which was active at the time of entering data to be displayed in the form.
- Yet another aspect of a preferred embodiment of the present invention is the discouragement of inadvertent use of a computer application, by requiring a log-on procedure for each user, and displaying a picture of the currently logged-on user.
- Still another aspect of a preferred embodiment of the present invention is the provision of context-sensitive help. Preferably, a displayed form has at least one question to which a user must respond to provide clinical data. Links are created between the text of each question and detailed information related to the question. If the user clicks on text of the question, detailed information corresponding to the question is retrieved from the server is displayed.
- Preferably, the detailed information is derived from any or all of three source documents defining the clinical trial: a protocol document, an investigative brochure, and a study guide. Preferably, the user can walk through each of the documents.
- Another aspect of the present invention is the dashboard screen which provides information regarding the trial, customized for the user and presented to the user upon logging in to the system. Such information preferably includes but is not limited to trial-related news, alerts, statistical information, progress reports and a list of work to be completed
- The foregoing and other objects, features and advantages of the invention will be apparent from the following more particular description of preferred embodiments of the invention, as illustrated in the accompanying drawings in which like reference characters refer to the same parts throughout the different views. The drawings are not necessarily to scale, emphasis instead being placed upon illustrating the principles of the invention.
-
FIG. 1 is a block diagram illustrating current trial data collection practice. -
FIG. 2 is a block diagram illustrating the present invention's implementation of a clinical trial data management system operating over the Internet and the World Wide Web. -
FIG. 3 is a block diagram illustrating the general flow of operation and data in the present invention. -
FIG. 4A is a diagram illustrating a Web page comprising a typical clinical form created by the present invention. -
FIGS. 4B and 4C are illustrations depicting the hierarchical structure of a form such as that ofFIG. 4A within the present invention. -
FIG. 4D is a schematic diagram illustrating the dynamic construction of a form template and the resulting document within the present invention. -
FIG. 5 is a diagram illustrating how the form ofFIG. 4A might appear for a different user. -
FIG. 6 is a diagram of a login screen. -
FIG. 7 is a diagram illustrating the dashboard screen of the present invention. -
FIG. 8 is a diagram illustrating intermediate frames as used by the present invention. -
FIG. 9 is a diagram illustrating how a button control of the present invention comprises bit maps laid out in a table. -
FIG. 10A-10C are diagrams illustrating how the tab control of the present invention comprises bit maps laid out in a table. -
Fig. 11A-11D are diagrams illustrating a linear control of the present invention. -
FIG. 12A is a flowchart illustrating the present invention's use of study protocol version control. -
FIGS. 12B and 12C are illustrations showing the same form under two different protocol versions. -
FIGS. 13A-13F are diagrams illustrating the use of context sensitive help as employed by the present invention. - The present invention provides a means of expediting the process by collecting and managing trial data including communications between sites over the Internet, using a World Wide Web (Web) server in combination with Web browsers which run on most personal computers. Such a system requires little to no investment. Communication between parties is near-instantaneous, and can be saved as part of the record. Checks can be performed automatically and instantaneously. This allows faster processing of the data, and faster availability of the data. A significant amount of time is cut out the trial time, allowing the sponsor to get its product to market sooner, saving millions of dollars, and potentially aiding thousands or millions of potential recipients of the treatment much sooner than the treatment might otherwise be available.
- The Internet is a world-wide computer network which actually comprises thousands of smaller networks connected to the Internet backbone, thus linking millions of computer users around the world. The Web is a technology which allows a user to format a document according to some standard. The document is made accessible to a Web server which transmits the document to another user upon request. When the document is received by the requester running a Web browser, the browser knows how to construct and display, or render, the document.
- Requests are made to a Web server using a Uniform Resource Locator (URL) which identifies the Web server and the specific document. These documents are often called Web “pages”.
- One common format for transmitting these documents is known as Hypertext Markup Language (HTML). HTML allows the creator of a document to specify the appearance and placement of a variety of things such as font size, style, headers and so, including placement of data or pictures within tables.
- If a Web page is to contain pictures, these pictures or images are often specified within the document by their respective source locations, where they are stored as image files using formats such as “gif” or “jpeg”, for example. These image files can be quite large and can consume an annoyingly large amount of time as a requesting party waits for the image files to download. Of course, this is compounded when there are several image files to be downloaded.
- One feature of most Web browsers is the ability to cache information locally.
- Thus image files can be stored in the browser's cache, so that if the user requests the same page at a later time, the browser uses the locally cached image files rather than downloading the files again. While this saves much of the time that would otherwise be wasted re-downloading the images, it does come with a cost: image files can be large and caching many of them for hundreds or thousands of Web pages can consume a significant portion of local memory or disk space.
-
FIG. 2 illustrates the present invention operating over the Internet. The Clinical Research Organization (CRO) or the sponsor's own internal clinical group responsible for maintaining trial data maintains anapplication server 103 which stores data about the protocol, the forms to be used, the roles of various individuals involved, etc., in ameta database 105. Actual clinical data collected during a trial is maintained in atrial database 107. Of course, while there are logically two databases, the actual data can be maintained in just one or many databases. - The
application server 103 receives requests via anetwork 109, such as the Internet, from users 111 at theinvestigative sites 112,sponsor sites 113, andCRO sites 114, and responds to the requests, presenting a consistent and secure interface through aWeb server 101. TheWeb server 101 transmits information to the requesting site as a document formatted according to an SGML-derived language, such as XML, or preferably, hypertext markup language (HTML) document. The document can also include small scripts in a language such as Javascript for implementing certain rules at the user's site.Investigative sites 112 include, but are not limited to, hospitals, clinics and independent doctors' offices. - During a clinical trial, various individuals have certain responsibilities which are accompanied by privileged access to certain documents. In the present invention, these privileges are rigidly defined. Roles are defined as a collection of privileges such that assigning a particular individual to a defined role bestows upon that individual the collection of corresponding privileges.
- For example, in the present invention, there are two primary roles at the investigator site. The Clinical Investigator and the Clinical Research Coordinator (CRC) gather the data for the trial according the protocol, and record the data on CRFs which are sent to the sponsor for review and acceptance.
- The Clinical Investigator (CI) is responsible for treating his patients and executing the study protocol. He has the ultimate responsibility for all activities at his site.
- The CRC is responsible for collecting all of the information about the patients in the study who are being treated at the CRC's site, and for returning the information to the clinical group. In the US this individual is typically a nurse, while in Europe the role of the CRC is typically performed directly by the Clinical Investigator.
- The people fulfilling these roles at the investigation site must be able to see information about all of their patients who have been screened or accepted into the study. This information includes a patient's visit history, the contents of the CRF associated with the patient, and the patient's lab results to name a few.
- As clinical reviewers at the CRO or sponsor examine the answers to the CRF questions, they may have questions or comments which require responses from the investigation site. These questions and comments are referred to as queries. The CI or CRC must be able to respond to a query, usually by attaching a comment to a question or CRF, by adding new or additional information to a CRF, or by changing information previously entered on the CRF. This is a key component of data cleaning. Once the query is resolved, the response is returned to the individual reviewer who issued the query.
- During the course of a trial, some patients may experience adverse events. These events are noted by recording a text description of the event, as well as a medical code for that event. These codes are found in a number of coding dictionaries such as COSTART. If the adverse event is serious, the sponsor is notified immediately.
- Some patients in the trials may take other medications during the trial. These medications, whether taken regularly as for allergy medication, or occasionally such as aspirin for a headache, are ‘coded’ and stored in the patient's record.
- From time to time, the CI or CRC at the investigation site must review some of the information about the study such as the study protocol, the study reference manual, a study newsletter, and a list of frequently asked questions. In addition, they must review information about individual questions on the CRF such as getting a list of all previous responses to a question and viewing the discrepancy criteria for a question.
- During a trial, a CI or CRC may need to communicate with a representative of the sponsor. For example, initially the CI/CRC needs to provide information about the site to the sponsor (Form 1571, lab normals, CVs of the investigator). As the study progresses, the CRC may have a question or may notice something that would interest the sponsor. Much of this communication is included in the study files.
- In addition to communication with the sponsor, the investigation site may want to communicate with another site. Perhaps an investigation site wants to ask someone at another site a question. These communications are not part of the study data.
- In addition to written communication with the sponsor, frequently the site will call someone at the sponsor. The content of many of these conversions may need to be noted in the study data.
- The study protocol may require a CI/CRC to sign the CRF pages either before the CRA performs the source document verification, when the patient book is complete or both. The signature task can be made easier for the investigator site by telling them which CRFs are complete and need a signature, and when data on a signed CRF has changed and needs another signature. Additionally, the investigator sites need to know which CRFs they have examined and which ones they have not examined.
- The management of drug inventory during a study is critical. A complete accounting of all study medication is required by the regulatory agencies. The investigator site needs to dispense study medication to their patients in the study and record this transaction. Additionally, when the sponsor issues study medication to the investigator site, this transaction and the receipt of the study medication by the investigation site must also be recorded.
- Occasionally, the investigator site will need to break the study blind for a particular patient (for example, when a study patient becomes pregnant.) This is an important transaction and it must be noted in the study data.
- There are four clinical review roles to be performed at the Clinical Research Organization (CRO) and/or sponsor. The Clinical Research Associate (CRA), Clinical Data Manager, Medical Monitor, and Clinical Project Manager review the data that is generated by the investigator sites for completeness and consistency.
- The Clinical Research Associate reviews all of the data provided by the investigator sites, ensures that the sites are following the protocol and that all of the information in the medical record is completely and accurately represented in the study data. Typically, a CRA is responsible for monitoring a number of sites, and their audit role requires them to visit their sites. The CRA needs to know exactly what is happening at all of their sites so that they can effectively monitor the site's activities. The CRA sends summary reports to the project manager and others at the sponsor.
- The Clinical Data Manager (CDM) prepares and maintains the clinical study database. The CDM is involved in the design of the study database, validation checks, and the design of the CRFs. The CDM also reviews the data in the database ensuring that the data is complete and consistent.
- The Medical Monitor is often the designer of the study protocol and may be responsible for making any of the necessary changes to or deviations from the protocol once that study has begun. The Medical Monitor also reviews the study data looking for data anomalies and irregularities with respect to patient safety. Like the CRA, the Medical Monitor reviews the data in the CRFs and the communications with the sites. The Medical Monitor may respond to a query from a CRA. Finally, the Medical Monitor is immediately notified whenever a serious adverse event is recorded.
- The Clinical Project Manager oversees the entire data collection process. They directly manage the activities of the CRAs and CDMs and at times they will examine the study data in detail. Together with the Medical Monitor, the Clinical Project Manager reviews the progress of the study and reports status to the senior management at the sponsor.
- To monitor a site effectively, a data reviewer periodically reviews the data in the CRFs. If a value is missing, the validity of a value is questionable, or there is some other cause for concern, the data reviewer issues a query by attaching a question or comment to a question on the CRF.
- Before a clinical database can be locked, members of the review team may be required to sign the patient CRF books. The signature task is simplified by indicating which CRFs are complete and need a signature, and which data on a signed CRF has changed and requires another signature. In addition, the data reviewer needs to know which CRFs have already been examined and which have not been examined.
- Just as the site must on occasion communicate with the sponsor, the data reviewer must communicate with a site. These communications may or may not be included in the study data. In addition, some messages are critical and investigator site personnel must see these messages before continuing.
- Data reviewers need to communicate with each other. A CRA may have a question for the medical monitor, or the medical monitor may notice something that they would like the CRA to investigate. Unlike queries, these communications are not part of the study database.
- Occasionally, one or more of the data reviewers will want to lock some or all of the patient's records so that interim statistical analysis can be performed. A preferred embodiment of the present invention provides a mechanism for locking the data at a patient level.
- The Clinical Research Associate (CRA), has specific additional functions, as well. The CRA can view an investigator site's data and issue queries to the sites.
- Periodically, the CRA visits a site, reviews all of the data in the original medical records (the source documents) and compares this with the information in the CRFs. This is known as source document verification. The CRA monitors a CRF at the question level, meaning that part of a CRF could be considered reviewed, but the rest will still need monitoring at a later time. In a preferred embodiment of the present invention, the CRA is automatically notified when any CRF is ready for review.
- The CRA often does not have access to the primary study database and must work off-line. Therefore, during verification the site cannot change the data being reviewed until after the review is complete.
- The CRA must manage the documents that are provided by the site. These include any regulatory documents and any additional documents that are generated by the site that must be included with the study data. The CRA must notify the site when one of these documents is about to expire.
- From time to time, the CRA issues a report about a site. For example, these reports are issued when a site has been qualified for the study, when a site initiates a trial, after the CRA has monitored some of the data at a site, and when a site finishes its last study patient.
- The Clinical Data Manager (CDM) also has specific additional functions. During the course of a trial, the CDM may need to change one or more of the discrepancy checks in the system.
- Typically, codes are entered not by the study coordinator (CRC) but rather by the CDM. If a CRC enters an adverse event or concomitant medication without coding the data, the CDM supplies the appropriate code in the database. In addition, the CDM carefully reviews all coding of adverse events and concomitant medications, making any changes that are necessary for consistency.
- The Medical Monitor is notified whenever a serious adverse event is recorded. This notification occurs as quickly as possible to ensure the safety of the affected patient and all other patients in the study.
- The sponsor will occasionally send information to all members of the study team and/or to all of the sites.
- In addition, it is occasionally necessary for the Medical Monitor to change some part of the study protocol or CRFs. If the change affects patient safety, the protocol change must be reviewed by an Institutional Review Board at each site before it can be implemented. This leads to the possibility that two or more versions of the protocol could be active at different sites simultaneously.
- On rare occasions the Medical Monitor allows a site to violate the study protocol. When this occurs, there must be a documented record of the deviation with the Medical Monitor's approval. Additionally, the Medical Monitor must note the justification for the deviation in the study data.
- Occasionally, the Medical Monitor will need to break the study blind for a particular patient (for example, when a study patient becomes pregnant). This is an important transaction and it must be recorded in the study data.
- The Clinical Project Manager will sometimes act as an individual contributor CRA or CDM.
- There are two other roles in the system which do not fit into any of the other categories. They are the Pharmacist and the Database Manager. Many investigator sites will have their own pharmacy on site, or they will work with a local pharmacy. In either case, the Pharmacist must have access to the clinical trial data application.
- The Database Manager is responsible for the security and reliability of the clinical study database. During the design of the trial, the Database Manager works with the CDM designing the implementation of the data model for the trial. At the end of the trial, the Database Manager is responsible for moving the data out of the study database and into a statistical analysis database.
- From time to time, a pharmacist must review information about the study such as the study protocol, the study reference manual, a study newsletter, and a list of frequently asked questions. During the study, the pharmacist may need to communicate with the sponsor personnel. As the study progresses, the pharmacist may have a question or may notice something that would be of interest to the sponsor. Some of these communications must be included in the study data.
- The management of drug inventory during a study is critical. A complete accounting of all study medication is required by the regulatory agencies. The site needs to dispense study medication to their patients in the study and record this transaction. In addition, when the sponsor issues study medication to the site, this transaction must also be recorded.
- When the study is complete and the database is locked, the Database Manager must move the study data into a statistical database. The database structures of the clinical database must support this conversion.
-
FIG. 3 illustrates the general flow of operation and data in the present invention. While any Standard Generalized Markup Language (SGML)-derived language such as XML can be used, the preferred embodiment of the present invention utilizes Hypertext Markup Language (HTML). Rectangular boxes and solid bold lines indicate process flow, while dotted lines indicate data flow. - First, at 201, a request is received from a user, i.e., an investigative site, a sponsor site, a CRO site or a pharmacist. The
request 213 is saved for later processing by any or all of theauthentication process 203, theapplication layout process 205, or theform creation process 207. - Upon receipt of a request from a client, the
authentication process 203 is invoked. Auser database 215 is maintained, and theauthentication process 203 checks user information contained in therequest 213 against theuser database 215. Such information may contain user identification, password, session information, valid time frame, etc., or other equivalent authentication means. - In addition to authenticating the user, the
authentication process 203 examines theuser request 213 and checks with theuser database 215 that the user is authorized to make such a request. Theauthentication process 203 can then establish whichuser rights 217 the user is to be given regarding the response to the particular request. - Once the requesting user has been authenticated, an
application layout process 205 begins to construct the layout of theHTML response 221 to the client. This is a top layer describing what pieces are to be positioned within the HTML document and where. For example, this layer determines what the various frames should look like and what controls should appear therein. To make these decisions, theapplication layout process 205 relies on theoriginal user request 213, theuser rights 217 as determined previously by theauthentication process 203, and descriptors maintained in adescriptor database 219. - Once the layout has been generated, the
form creation process 207 uses theuser request 213 anddescriptor database 219 to determine what questions, controls and other information should go into the form in theHTML document 221 previously laid out by theapplication layout process 205. - Next, the
HTML document 221 is populated with clinical data by a data population routine, which retrieves the data from atrial database 223. Thedocument 221 is now complete and ready for transmission back to the client (block 211). -
FIG. 4A illustrates atypical Web page 250 created by the present invention, as constructed from the HTML document 221 (fromFIG. 3 ) when received and displayed by a client browser.Panels 251A-251C derive from the part of theHTML document 221 constructed by the application layout process 205 (FIG. 3 ), and contain various controls and other general information. - For example,
panel 251A contains aphotograph 257 of the person whose user identifier and password were used to first gain access to the system, or login. As discussed below, a preferred embodiment of the present invention displays thisphotograph 257 for the purpose of discouraging inadvertent use of the system by another person. -
Other controls 261 are also provided in thispanel 251A which permit the user to navigate to and examine various related documents and other information pages.Links 269 to recently accessed documents or data are also provided. -
Panel 251B holds two additional controls: atime line control 263, and afile tab control 265. These are special types of controls which were necessitated by the present invention, yet are not easily implemented in a Web application. They are discussed below. Note however, that thetime line control 263 is used to select a specific week (or some other unit of time) within the study, and that thefile tab control 265 is used to select a particular form. Appearance of the form, of course, is dependent on the user's role, the protocol version and the week selected, as well as the actual form selected. - Finally,
panel 251C holdscontrols 267 related to the form, here a Submit button and a Cancel button. - Once the
panels 251A-251C are laid out by theapplication layout process 205, the selectedform layout 253 is specified by the form creation process 207 (FIG. 3 ). InFIG. 4A , the “Demographics” form is displayed. -
FIGS. 4B and 4C depict the hierarchical structure of anelectronic CRF 253, also referred to simply as a form, of the present invention. Theform 253 comprises one ormore sections 551. Twosections 551 of the Demographics form 253 are visible: a Demographics section and a Smoking History section The remainder of the form can be brought into view by scrolling thescroll bar 553. - Each section comprises one or more items in which the user is typically asked to provide information about a patient, or if the information has already been provided, the information is displayed. For example, the
Demographics section 551 has sixitems 554 numbered from 1 to 6, as well as aseventh item 555 in which a calculation is automatically performed by the system. - Each
item 554 in turn may comprise one ormore control groups 556. For example, item 2 (“Date of Birth”) comprisescontrol group 556, which in turn comprises threecontrols 557A-557C (generally 557 inFIG. 4C ). Note that a control group may itself comprise control groups. - Each control may have one or more elements. For example,
control 557A allows a user to select the patient's date of birth month. The twelve months are available in a list which is made visible by clicking on the arrow. Each month is anelement 558 of thecontrol 557A. - The significance of this hierarchy is that each of these hierarchical levels is treated as an object, with its own HTML fragments. As illustrated in
FIG. 4C , when a user sends arequest 201 for a specific form, the associatedform object 253 is called up and passeduser 559 andform 560 information. Form construction is begun by selecting certain HTML fragments. Theform object 253 then determines from the trial database including information about the protocol version, and from user privileges and patient information, which sections are to be included, and those section objects are then called by the form object to render themselves. - As with the form object, each section object has its own HTML fragments, some of which are selected. This process continues, each object in the hierarchy selecting HTML fragments according to the user privileges, and calling its embedded objects.
-
FIG. 4D further illustrates how theHTML document 211 is constructed dynamically from fragment templates and from data. Atrial database 220 stores structural information of the form object hierarchies as previously discussed. Adescriptor database 219 is essentially a library of HTML code fragments. These two databases together make up themeta database 105. Aclinical database 223 stores data collected during the trial. - For example, the Demographics Form is described as having two sections,
Section 1 andSection 2. In the preferred embodiment, pointers are used, such as thepointer 230 toSection 1. Each section in turn has pointers to its items, and so on. - Each part of the hierarchy also points to corresponding code fragments in the
descriptor database 219. For example, the high level Demographics form object comprises a pointer oridentifier 231 which points to various code fragments 234. The object decides which fragments to use and which to reject, depending on user rights. The selected template fragment is copied (indicated by 238 ) into thedocument 211. - Each object in the hierarchy behaves similarly.
Section 1 object data in thetrial database 220 has apointer 232 to its own corresponding code fragments in thedescriptor database 219. Again, those code fragments or templates selected, such ascode fragment 235, are copied into thedocument 211, as indicated byarrow 239. - In addition, the object for
Section 1 also has apointer 233 todata 236 stored in theclinical database 223 which is combined, in theoutput document 211, with thefragment template 235. That is, thedata 236 is copied, as indicated byarrow 241, into thedocument 211, and replaces some placeholder from theoriginal fragment 235. The copied data is indicated byreference 242. - Finally, the
output document 211 is sent, or published, to the requester, whose browser renders the form.Arrow 243 demonstrates how one of the section fragments with trial data is rendered into a section 204 of the form. - Of course, the clinical data is initially entered by the CI/CRC and stored in the trial database when submitted. Upon later retrieval for review or editing (assuming proper user rights), the stored data is filled in under the data population process 209 (
FIG. 3 ), wherein individual control or element objects retrieve and display actual clinical data from theclinical database 223. - Note that while code fragments are generally in the form of HTML statements, they can also contain small scripted statements written in a language such as Javascript, which might be used to implement certain rules. For example, a rule might allow patient temperatures only within a certain range, to protect against the entering of Celsius temperatures instead of Fahrenheit. Checking with rules at the browser using a language such as Javascript obviates the extra transmissions back and forth that would be required if all checks were to be done at the server. Such rules may be based on the protocol which was active at the time certain data was entered.
- In
FIG. 4B , an inconsistency in the data has been found. The user has indicated inQuestion 7 that the patient has never smoked, yet inQuestion 9 has indicated that the patient smokes cigarettes. Thus aquery 271 has been entered by a CRA asking for further verification and appears on the form for the user to respond to. - Finally, note that the text of each question is a link to additional information. For example, the
text 271 ofQuestion 5, “Weight” is a link to one of several documents explaining weight in the context of the protocol. This is discussed further below. -
FIG. 5 illustrates how, in the preferred embodiment, the same form can differ for a different user with a different role and therefore different access rights. Here, User2 is a Clinical Research Associate (CRA) with the Sponsor. The Sponsor is not allowed to enter or alter data. Thus patient data at 275 is simply displayed as text and is not editable. No controls are available. - Note also that for User2,
different controls 277 are provided in theapplication layout panel 251A. Here, there are two additional controls: Signatures and Monitor, because these are CRA functions. Note also that because the form does not allow data entry, the controls inpane 251C are also different from those ofFIGS. 4A and 4B . - Preventing Inadvertent Use
-
FIG. 6 illustrates a typical login screen of the present invention as displayed on a client browser. A user is asked to provide anaccount name 293 and apassword 295. Upon clicking on the Log Inbutton 297, the account name and password are transmitted over the Internet to the Web Server 101 (FIG. 2 ) where they are then submitted to theApplication Server 103 for authentication. Alternatively, authentication could be performed using alternative methods such as a secure identification card, digital certificates or biometric characteristics. - A preferred embodiment of the present invention displays a photograph 257 (
FIG. 4A ) for the purpose of discouraging inadvertent use of the system by another person. For instance, if the person logged in happens to walk away for a break, take a telephone call, etc. and another user comes along and logs in using his own login, and this second user takes a break, while the first user returns, the first user will see instantly that she is no longer logged in. A photograph catches the attention of the user much more readily than would a text-only name. - In the preferred embodiment, the name and
role 259 of the logged-in user are provided under thephotograph 257. Thus, if the first user forgot to log out, a second user coming upon the system, and unfamiliar with the first user, could visually identify the first user, or, if unable to find the first user, because the name is provided, could look the first user up in a directory if it were necessary to contact the first user. - Integrated Dashboard
- In a preferred embodiment, when the user has been authenticated, a “dashboard” 301 customized to the user is returned to the client browser and displayed.
-
FIG. 7 is a diagram illustrating the dashboard screen of the present invention. Thedashboard 301 contains various information and links regarding the study. For example, it containsstudy news 303 which the user should read andalerts 305 which may be critical. It also containsstudy progress graphs 307, a list of work to be completed 309 with navigational links, and additional information. It serves as a home base for the user. - Intermediate Frames
- While frames with curved corners can be aesthetically pleasing, HTML frames do not provide such curved borders. Thus one aspect of the present invention is the use of intermediate frames to provide the curves.
-
FIG. 8 is a diagram illustrating the use of an intermediate frame by the present invention. Normally, a Web display may be broken down into several independent frames. Here,Web page 400 is divided functionally into three independent frames: acontrol panel frame 403, a contentaction panel frame 405 and acontent panel frame 407. - The developer of the Web site wishes to use a
curved line 401 to visually differentiate the panels from each other. However, in HTML, frame borders are limited to horizontal and vertical lines. - A preferred embodiment of the present invention simulates curved or irregular shapes between frames by using an
intermediate frame 409 betweenframes - Bit Mapped Controls
- As discussed earlier, in a preferred embodiment of the present invention, typical GUI controls which are normally executed in a stateful machine are implemented in a client browser. This is done in the preferred embodiment of the present invention by creating several bitmapped images which can be selectively placed such that the browser properly constructs the desired control. Bitmapped images may be formatted as gif, jpeg or other formats. Because browsers cache images locally, reuse of most of the bitmaps in multiple control elements results in rapid construction of the control element and thus the Web page.
- One advantage of this approach is that because many of the images are reused, only one copy of each needs to be downloaded from the server. Second, labels are simple text and do not have associated images to be downloaded. The text is small and thus takes only a short time to transfer. Finally, because the image files corresponding to the bitmaps are locally cached by a browser, and because the image files are small, they consume only a small portion of memory.
-
FIG. 9 illustrates this concept with abutton control 501 containing the text label “ABC” 503. Ordinarily thisentire button 501 is a single image. If many buttons are used, say having labels “DEF”, “GHI” and so on, each must have a completely different image, each requiring its own initial transfer time and its own cache storage. - Instead, the present invention breaks the button image into
several images 505A-505D. References or indications such as URLs to these images (which, in the preferred embodiment are generally “gif” files) are placed into a TABLE structure in an HTML document. Such a table 506 has five data entries, labeled 506A-506E. References toimages 505A-505D are placed in four of thetable entries 506A-506D, resulting in the placement by a browser, of the images in the table 506, as indicated byarrows 509A-509D respectively. The label text “ABC” is placed, with a background color matching theimages 505A-505D, into the remainingtable entry 506E. - Thus, while the application may use many different buttons, only the labels are different—the same images are reused by all of the buttons. No additional image files need to be transferred over the Internet. Only the text needs to be transferred and text takes but a fraction of the time an image takes to transfer. Since the images are reused, storage in the cache is much smaller as well.
- Note also that an HTML-compatible browser automatically extends bitmapped images to fit a required space. Since a table adjusts itself to contain its data entries, a
button 501A having along label 503A (say the entire alphabet) would be drawn having alabel space 506E long enough to contain the entire label.Table entries images - Below is sample HTML code to produce a button from several gif files.
Bitmap images 505A-505D (FIG. 9 ) correspond to files named respectively “but_bot_left.gif”, “but_bot_top.gif”, “but_bot_right.gif”, and “but_bot_bot.gif”. The label of this particular button is “Go”. Note also that each of the table entries has the text: HREF=“tabs.htm”. Thus clicking anywhere on the button will cause the browser to request a Web page identified as “tabs.htm”.<HTML> <!--////////////////////////////////////////////////// --> <!--// Copyright (c) 1997-1998 Phase Forward Inc. --> <!--// 51 Winchester Street, Newton MA 02161 --> <!--// All Rights Reserved --> <!--////////////////////////////////////////////////// --> <HEAD> <STYLE> TD { font-size: 8pt; font-family: Arial,“Sans Serif”; text-align: center; vertical-align: middle; font-weight: bold; color:#CCCCCC; } TD.menu { line-height: 10px; height: 8px; } TD.TDLeft { text-align: left; vertical-align: middle; } TD.TDRight { text-align: right; vertical-align: middle; } A:link { color: #CCCCCC; font-size: 8pt; font-family: Arial,“Sans Serif”; font-weight: bold; text-align: center; text-decoration: none; } </STYLE> </HEAD> <BODY> <TD NOWRAP TITLE=“Click here to go to the patient visit”> <TABLE BORDER=“0” CELLSPACING=“0” CELLPADDING=“0” VALIGN=“middle” ALIGN=“left”> <TR> <TD ROWSPAN=“3” NOWRAP><A HREF=“tabs.htm”><IMG SRC=“./images/but_bot_left.gif” BORDER=“0”> </A></TD> <TD NOWRAP><A HREF=“tabs.htm”><IMG SRC=“./images/but_bot_top.gif” WIDTH=“34” HEIGHT=“4” BORDER=“0”></A></TD> <TD ROWSPAN=“3” NOWRAP><A HREF=“tabs.htm”><IMG SRC=“./images/but_bot_right.gif” BORDER=“0”> </A></TD> </TR> <TR> <TD CLASS=“menu” BGCOLOR=“#336699” NOWRAP><A HREF=“tabs.htm”>Go</A></TD> </TR> <TR> <TD NOWRAP><A HREF=“tabs.htm”><IMG SRC=“./images/but_bot_bot.gif” WIDTH=“34” HEIGHT=“5” BORDER=“0”></A></TD> </TR> </TABLE> </TD> </BODY> - Note that in HTML, a table structure is delimited by the <TABLE> and </TABLE> tags. Each row begins with the tag <TR> and optionally ends with </TR>. Within each row, each column, or table data, begins with <TD> and optionally ends with </TD>. A COLSPAN=X or ROWSPAN=Y specification within a <TD> tag indicates that the corresponding entry is to span X columns or Y rows respectively.
-
FIGS. 10A, 10B and 10C illustrate a file tab, or tab, control used by the present invention.FIG. 10A shows atab control 421 having three tabs, although a tab control with any number of tabs can be implemented with this technique. As shown, the first tab element, labeled “ABC” is selected. - The
tab control 421 is subdivided into many small sections, shown individually inFIG. 10C , each of which, except for label sections, has a corresponding image. As with the button control, many of the images are reused. Each image has a shaded version and an unshaded version. A tab is shaded if it has been selected. For example, aright piece bitmap 437, atop piece bitmap 425, and abottom piece bitmap 429 define most of the third “GHI” tab. Thelabel 435 is not a bitmap but rather, as with button labels described above, is simply text with a background color to match the surrounding bitmaps.Bitmap 431 is shared by the “GHI” tab and the adjacent “DEF” tab. - The “DEF” tab uses the same top and bottom piece bitmaps 425, 429. Therefore, these bitmaps will not have to be transferred again since they were just transferred in order to draw them into the “GHI” tab. Of course, the “DEF” tab here uses a unique label (“DEF”), but since that is simple text, it is placed directly in the table structure and as a result there is no significant overhead in its transmittal. Another overlapping
piece bitmap 431A is shared between the “DEF” tab and the selected “ABC” tab. - The “ABC” tab uses shaded left, top and bottom piece bitmaps 423A, 425A, 429A respectively, to show that the “ABC” tab is selected. The label “ABC” 427 is data embedded directly in the table data definition.
- Each of these small bitmap images has a HREF element assigned to it, i.e. a reference to send to the server if the user clicks the mouse button on the bitmap. Although the same
top bitmap 425 is used for multiple tabs, each realization of the bitmap may have a different HREF assignment. Thus, for example, when the user clicks anywhere within any of the top 425 or bottom 429 bitmaps or thelabel 427 associated with the “DEF” tab, information regarding “DEF” may be retrieved from the server and displayed on the browser. In addition, the tab control appearance must change to indicate that “DEF” has been selected. - Thus, the tab control now appears as shown in
FIG. 10B . Only two new images are required: the sharedbitmap 431A between the “ABC” and “DEF” tabs has been replaced by abitmap 439A with a different overlapping appearance, and theleftmost piece 423A is no longer shaded and must be replaced withpiece 423. These are the only piece of the tab control that need to be provided by the server. - As with the button discussed above, without this technique, it is necessary to download and cache the entire tab control in each of its three possible states, i.e. three bitmap of the entire tab control, each with a different tab selected. This requires much more cache memory than the present invention, as well as much more transmission time when the maps have not been cached (and each transmission is a transmission of the entire tab control bitmap.) The present invention, on the other hand, uses one small
top bitmap 425 for each tab, as well as a bottom 429, left 423, and right 437 pieces, or theirshaded versions right overlap 431A and leftoverlap 439A pieces all of which are significantly smaller than the whole. This difference becomes even more significant where the number of tabs is larger. As with the button control, the top and bottom tab bitmaps 425, 429 respectively can be extended and therefore the actual bitmaps are extremely small, just a few pixels wide and therefore consume a very small amount of cache memory. - Another advantage to the present invention is that if the form changes so that the tab control has additional tabs, no further bitmaps need to be transferred. All of the necessary bitmaps will have been cached. Only the table structure with text labels, tab selection information, and references to the bitmap files needs to be transferred.
- Yet another advantage is that the present invention alleviates the need to create more images when a form changes. For example, in the prior art, if a tab control comprises seven individual tab control elements, seven different images must have been created—each one having a different tab selected. If it becomes necessary to add an eighth tab control element, eight new images must be created. In the present invention, no further images need to be created.
- Preferably, these bitmaps are arranged by placing them in a table structure. For example, the code below defines an HTML table in which the positions and files containing the bitmaps are specified.
- Also, in a preferred embodiment, the selected tab (whose associated form is displayed) is colored differently and rendered differently than the non-selected tabs. Thus there are different images for selected and non-selected tab parts. However, since a label is simply text and no image is used, a label's background color is specified within the corresponding table entry to match the tab. There is no image file to be transferred.
- The following sample code produces a file tab control with five tabs labeled “VS”, “LAB”, “AE”, “CM”, and “CMP” respectively, with “VS” indicated as the selected form.
<HTML> <!--////////////////////////////////////////////////// --> <!--// Copyright (c) 1997-1998 Phase Forward Inc. --> <!--// 51 Winchester Street, Newton MA 02161 --> <!--// All Rights Reserved --> <!--////////////////////////////////////////////////// --> <HEAD> <META HTTP-EQUIV=“Content-Type” content=“text/html; charset=iso-8859-1”> <TITLE>Phase Forward Demo CRF Navigation Bar</TITLE> <STYLE> BODY { margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; } TD { vertical-align: bottom; } TD.tabselect { color: #FFFF00; font-size: 10pt; font-family: Arial,“Sans Serif”; font-weight: bold; text-align: center; vertical-align: center; line-height: 8pt; height: 11pt; } TD.tabnotselect { color: #CCCCCC; font-size: 10pt; font-family: Arial,“Sans Serif”; font-weight: bold; text-align: center; vertical-align: center; line-height: 8pt; height: 11pt; } A:link { color: #CCCCCC; font-size: 10pt; font-family: Arial,“Sans Serif”; font-weight: bold; text-decoration: none; text-align: center; } A:visited { color: #CCCCCC; font-size: 10pt; font-family: Arial,“Sans Serif”; font-weight: bold; text-decoration: none; text-align: center; } A:hover { color: #FFFFCC; } </STYLE> </HEAD> <BODY BGCOLOR=“#666666”> <MAP NAME=“OffMidMap1”> <AREA SHAPE=“poly” HREF=“tab_vsbp.htm” COORDS=“0,1,4,1,10,6,15,20,15,24,0,24” TITLE=“Vital Signs/Blood Pressure”> <AREA SHAPE=“poly” HREF=“tab_lab.htm” COORDS=“27,1,22,1,17,6,14,10,17,20,17,24,27,24,” TITLE=“Laboratory”> </MAP> <MAP NAME=“OnMidLMap2”> <AREA SHAPE=“poly” HREF=“tab_lab.htm” COORDS=“0,1,4,1,10,6,15,20,15,24,0,24” TITLE=“Laboratory”> </MAP> <MAP NAME=“OnMidRMap3”> <AREA SHAPE=“poly” HREF=“tab_cm.htm” COORDS=“27,1,22,1,17,6,14,10,17,20,17,24,27,24,” TITLE=“Concomitant Medications”> </MAP> <MAP NAME=“OffMidMap4”> <AREA SHAPE=“poly” HREF=“tab_cm.htm” COORDS=“0,1,4,1,10,6,15,20,15,24,0,24” TITLE=“Concomitant Medications”> <AREA SHAPE=“poly” HREF=“tab_cmp.htm” COORDS=“27,1,22,1,17,6,14,10,17,20,17,24,27,24,” TITLE=“Study Compliance”> </MAP> <TABLE BORDER=“0” CELLPADDING=“0” CELLSPACING=“0” HEIGHT=“100%”> <TR> <TD VALIGN=“bottom”><TABLE BORDER=“0” CELLPADDING=“0” CELLSPACING=“0” ALIGN=“left”> <TR> <TD ROWSPAN=“3” NOWRAP><A HREF=“tab_vsbp.htm”><IMG SRC=“./images/tab_off_1.gif” BORDER=“0” ALT=“Vital Signs/Blood Pressure”></A></TD> <TD NOWRAP><A HREF=“tab_vsbp.htm”><IMG SRC=“./images/tab_off_top.gif” BORDER=“0” WIDTH=“52px” HEIGHT=“5” ALT=“Vital Signs/Blood Pressure”></A></TD> <TD ROWSPAN=“3” NOWRAP><IMG SRC=“./images/tab_off_mid.gif” BORDER=“0” USEMAP=“#OffMidMap1”></TD> <TD NOWRAP><A HREF=“tab_lab.htm”><IMG SRC=“./images/tab_off_top.gif” BORDER=“0” WIDTH=“40px” HEIGHT=“5” ALT=“Laboratory”></A></TD> <TD ROWSPAN=“3” NOWRAP><IMG SRC=“./images/tab_on_midl.gif” BORDER=“0” USEMAP=“#OnMidLMap2”></TD> <TD NOWRAP><IMG SRC=“./images/tab_on_top.gif” BORDER=“0” WIDTH=“32px” HEIGHT=“5” ALT=“Adverse Experiences”></TD> <TD ROWSPAN=“3” NOWRAP><IMG SRC=“./images/tab_on_midr.gif” BORDER=“0” USEMAP=“#OnMidRMap3”></TD> <TD NOWRAP><A HREF=“tab_cm.htm”><IMG SRC=“./images/tab_off_top.gif” BORDER=“0” WIDTH=“34px” HEIGHT=“5” ALT=“Concomitant Medications”></A></TD> <TD ROWSPAN=“3” NOWRAP><IMG SRC=“./images/tab_off_mid.gif” BORDER=“0” USEMAP=“#OffMidMap4”></TD> <TD NOWRAP><A HREF=“tab_cmp.htm”><IMG SRC=“./images/tab_off_top.gif” BORDER=“0” WIDTH=“43px” HEIGHT=“5” ALT=“Study Compliance”></A></TD> <TD ROWSPAN=“3” NOWRAP><A HREF=“tab_cmp.htm”><IMG SRC=“./images/tab_off_r.gif” BORDER=“0” ALT=“Study Compliance”></A></TD> </TR> <TR> <TD CLASS=“tabnotselect” BGCOLOR=“#336699” NOWRAP><A HREF=“tab_vsbp.htm” TITLE=“Vital Signs/Blood Pressure”>VS/BP</A></TD> <TD CLASS=“tabnotselect” BGCOLOR=“#336699” NOWRAP><A HREF=“tab_lab.htm” TITLE=“Laboratory”>LAB</A></TD> <TD CLASS=“tabselect” BGCOLOR=“#003366” TITLE=“Adverse Experiences” NOWRAP>AE</TD> <TD CLASS=“tabnotselect” BGCOLOR=“#336699” NOWRAP><A HREF=“tab_cm.htm” TITLE=“Concomitant Medications”>CM</A></TD> <TD CLASS=“tabnotselect” BGCOLOR=“#336699” NOWRAP><A HREF=“tab_cmp.htm” TITLE=“Study Compliance”>CMP</A></TD> </TR> <TR> <TD BGCOLOR=“#336699” NOWRAP><A HREF=“tab_vsbp.htm”><IMG SRC=“./images/tab_off_bot.gif” BORDER=“0” WIDTH=“52px” HEIGHT=“5” ALT=“Vital Signs/Blood Pressure”></A></TD> <TD BGCOLOR=“#336699” NOWRAP><A HREF=“tab_lab.htm”><IMG SRC=“./images/tab_off_bot.gif” BORDER=“0” WIDTH=“40px” HEIGHT=“5” ALT=“Laboratory”></A></TD> <TD BGCOLOR=“#003366” NOWRAP><IMG SRC=“./images/tab_on_bot.gif” BORDER=“0” WIDTH=“32px” HEIGHT=“5” ALT=“Adverse Experiences”></TD> <TD BGCOLOR=“#336699” NOWRAP><A HREF=“tab_cm.htm”><IMG SRC=“./images/tab_off_bot.gif” BORDER=“0” WIDTH=“34px” HEIGHT=“5” ALT=“Concomitant Medications”></A></TD> <TD BGCOLOR=“#336699” NOWRAP><A HREF=“tab_cmp.htm”><IMG SRC=“./images/tab_off_bot.gif” BORDER=“0” WIDTH=“43px” HEIGHT=“5” ALT=“Study Compliance”></A ></TD> <TD VALIGN=“bottom” COLSPAN=“3” NOWRAP><IMG SRC=“./images/tab_off_bot.gif” WIDTH=“1000” HEIGHT=“5” BORDER=“0”></TD> </TR> </TABLE></TD> </TR> </TABLE> </BODY> </HTML> - The correlation between bitmaps from
Fig. 10C and their corresponding file names is given in the table below:FIG. 10C ref. numberFilename in HTML code 423A/423 tab_on_l.gif/ tab_off_l.gif 425A/425 tab_on_top.gif/ tab_off_top.gif 429A/429 tab_on_bot.gif/ tab_off_bot.gif 431A tab_on_midr.gif 439A tab_on_midl.gif 437A/437 tab_on_r.gif/tab_off_r.gif - Similarly,
FIGS. 11A, 11B and 11C illustrate a linear control, preferably a time-line control, of the present invention using the same technique.FIG. 11C shows the various bitmaps that are placed in a table structure to compose a linear control. The dashed lines show the outline of the bitmap, while the solid lines represent what is actually seen. Of course, color and shading can be used to produce a more dramatic effect, and in fact are used in the preferred embodiment. -
Bitmap 481 defines the left end of the control and shows the left end of a frame which encloses the control. Similarly bitmaps 482, 483 and 489 define top, bottom and right frame pieces respectively of the control enclosure. Note that by defining a bitmap to span multiple rows or columns within a table entry does not change the appearance of the bitmap except to extend it in the vertical or horizontal direction respectively. -
Bitmaps 483, and 485-488 define the various parts of the linear control itself.Bitmaps Bitmap 485 is the line part of the control and is used simultaneously in several places.Bitmap 486 has a continuation of the control line, plus a vertical tick.Bitmap 487 is used to show which value has been selected. - These bitmaps 481-489 can be assembled in various combinations to create linear controls of any size, and to show any control in any particular state. For example, in
FIG. 11A , bitmaps 481-489 (fromFIG. 11C ) have been assembled into a table 451 to create a linear control with four stops. In addition, labels have been placed in the table below each stop. These labels are merely text entries with a background color matching the control, so that there is negligible overhead in obtaining the labels. - The following HTML code produces the linear control of
FIG. 11A .<HTML> <!--////////////////////////////////////////////////// --> <!--// Copyright (c) 1997-1998 Phase Forward Inc. --> <!--// 51 Winchester Street, Newton MA 02161 --> <!--// All Rights Reserved --> <!--////////////////////////////////////////////////// --> <HEAD> <META HTTP-EQUIV=“Content-Type” content=“text/html; charset=iso-8859-1”> <TITLE>Phase Forward Demo Visit Bar</TITLE> <STYLE> BODY { margin-left: 0px; margin-top: 0px; } TD { font-size: 8pt; font-family: Arial,“Sans Serif”; font-weight: bold; text-align: center; vertical-align: middle; } TD.tdselect { color: #FFFF00; } A:link { color: #CCCCCC; font-size: 8pt; font-family: Arial,“Sans Serif”; font-weight: bold; text-decoration: none; text-align: center; vertical-align: middle; line-height: 11px; height: 8px; } A:visited { color: #CCCCCC; font-size: 8pt; font-family: Arial,“Sans Serif”; font-weight: bold; text-decoration: none; text-align: center; vertical-align: middle; line-height: 11px; height: 8px; } A:hover { color: #FFFFCC; } TD.tickmark { vertical-align: middle; /*line-height: 12px; height: 12px;*/ } </STYLE> </HEAD> <BODY BGCOLOR=“#336699”> <TABLE BORDER=“0” CELLPADDING=“0” CELLSPACING=“0” HEIGHT=“100%” ALIGN=“left” VALIGN=“top”> <TR> <TD ROWSPAN=“3”><IMG SRC=“./images/tick_indent_l.gif” BORDER=“0”></TD> <TD COLSPAN=“2”><IMG SRC=“./images/tick_indent_top.gif” BORDER=“0” WIDTH=“53” HEIGHT=“5”></TD> <TD COLSPAN=“3”><IMG SRC=“./images/tick_indent_top.gif” BORDER=“0” WIDTH=“70” HEIGHT=“5”></TD> <TD COLSPAN=“3”><IMG SRC=“./images/tick_indent_top.gif” BORDER=“0” WIDTH=“70” HEIGHT=“5”></TD> <TD COLSPAN=“3”><IMG SRC=“./images/tick_indent_top.gif” BORDER=“0” WIDTH=“70” HEIGHT=“5”></TD> <TD COLSPAN=“3”><IMG SRC=“./images/tick_indent_top.gif” BORDER=“0” WIDTH=“70” HEIGHT=“5”></TD> <TD COLSPAN=“3”><IMG SRC=“./images/tick_indent_top.gif” BORDER=“0” WIDTH=“70” HEIGHT=“5”></TD> <TD COLSPAN=“3”><IMG SRC=“./images/tick_indent_top.gif” BORDER=“0” WIDTH=“70” HEIGHT=“5”></TD> <TD COLSPAN=“2”><IMG SRC=“./images/tick_indent_top.gif” BORDER=“0” WIDTH=“46” HEIGHT=“5”></TD> <TD ROWSPAN=“3”><IMG SRC=“./images/tick_indent_r.gif” BORDER=“0”></TD> </TR> <TR> <TD CLASS=“tickmark”><A HREF=“tl_wk-4.htm” TITLE=“”><IMG SRC=“./images/tick_left.gif” BORDER=“0”></A></TD> <TD CLASS=“tickmark”><IMG SRC=“./images/tick_line.gif” BORDER=“0” WIDTH=“35” HEIGHT=“3”></TD> <TD CLASS=“tickmark”><IMG SRC=“./images/tick_line.gif” BORDER=“0” WIDTH=“26” HEIGHT=“3”></TD> <TD CLASS=“tickmark”><A HREF=“tl_wk-2.htm” TITLE=“”><IMG SRC=“./images/tick_middle.gif” BORDER=“0”></A></TD> <TD CLASS=“tickmark”><IMG SRC=“./images/tick_line.gif” BORDER=“0” WIDTH=“26” HEIGHT=“3”></TD> <TD CLASS=“tickmark”><IMG SRC=“./images/tick_line.gif” BORDER=“0” WIDTH=“26” HEIGHT=“3”></TD> <TD CLASS=“tickmark”><A HREF=“tl_wk0.htm” TITLE=“”><IMG SRC=“./images/tick_middle.gif” BORDER=“0”></A></TD> <TD CLASS=“tickmark”><IMG SRC=“./images/tick_line.gif” BORDER=“0” WIDTH=“26” HEIGHT=“3”></TD> <TD CLASS=“tickmark”><IMG SRC=“./images/tick_line.gif” BORDER=“0” WIDTH=“26” HEIGHT=“3”></TD> <TD CLASS=“tickmark”><A HREF=“tl_wk1.htm” TITLE=“”><IMG SRC=“./images/tick_middle.gif” BORDER=“0”></A></TD> <TD CLASS=“tickmark”><IMG SRC=“./images/tick_line.gif” BORDER=“0” WIDTH=“26” HEIGHT=“3”></TD> <TD CLASS=“tickmark”><IMG SRC=“./images/tick_line.gif” BORDER=“0” WIDTH=“26” HEIGHT=“3”></TD> <TD CLASS=“tickmark”><IMG SRC=“./images/tick_middle_selected.gif” BORDER=“0”></TD> <TD CLASS=“tickmark”><IMG SRC=“./images/tick_line.gif” BORDER=“0” WIDTH=“26” HEIGHT=“3”></TD> <TD CLASS=“tickmark”><IMG SRC=“./images/tick_line.gif” BORDER=“0” WIDTH=“26” HEIGHT=“3”></TD> <TD CLASS=“tickmark”><A HREF=“tl_wk4.htm” TITLE =“”><IMG SRC=“./images/tick_middle.gif” BORDER=“0”></A></TD> <TD CLASS=“tickmark”><IMG SRC=“./images/tick_line.gif” BORDER=“0” WIDTH=“26” HEIGHT=“3”></TD> <TD CLASS=“tickmark”><IMG SRC=“./images/tick_line.gif” BORDER=“0” WIDTH=“26” HEIGHT=“3”></TD> <TD CLASS=“tickmark”><A HREF=“tl_wk5.htm” TITLE=“”><IMG SRC=“./images/tick_middle.gif” BORDER=“0”></A></TD> <TD CLASS=“tickmark”><IMG SRC=“./images/tick_line.gif” BORDER=“0” WIDTH=“26” HEIGHT=“3”></TD> <TD CLASS=“tickmark”><IMG SRC=“./images/tick_line.gif” BORDER=“0” WIDTH=“28” HEIGHT=“3”></TD> <TD CLASS=“tickmark”><A HREF=“tl_wk8.htm” TITLE=“”><IMG SRC=“./images/tick_right.gif” BORDER=“0”></A></TD> </TR> <TR> <TD COLSPAN=“2”><IMG SRC=“./images/tick_indent_bot.gif” BORDER=“0” WIDTH=“53” HEIGHT=“5”></TD> <TD COLSPAN=“3”><IMG SRC=“./images/tick_indent_bot.gif” BORDER=“0” WIDTH=“70” HEIGHT=“5”></TD> <TD COLSPAN=“3”><IMG SRC=“./images/tick_indent_bot.gif” BORDER=“0” WIDTH=“70” HEIGHT=“5”></TD> <TD COLSPAN=“3”><IMG SRC=“./images/tick_indent_bot.gif” BORDER=“0” WIDTH=“70” HEIGHT=“5”></TD> <TD COLSPAN=“3”><IMG SRC=“./images/tick_indent_bot.gif” BORDER=“0” WIDTH=“70” HEIGHT=“5”></TD> <TD COLSPAN=“3”><IMG SRC=“./images/tick_indent_bot.gif” BORDER=“0” WIDTH=“70” HEIGHT=“5”></TD> <TD COLSPAN=“3”><IMG SRC=“./images/tick_indent_bot.gif” BORDER=“0” WIDTH=“70” HEIGHT=“5”></TD> <TD COLSPAN=“2”><IMG SRC=“./images/tick_indent_bot.gif” BORDER=“0” WIDTH=“46” HEIGHT=“5”></TD> </TR> <TR> <TD COLSPAN=“3” STYLE=‘text-align:left’ BGCOLOR=“#336699” NOWRAP><A HREF=“tl_wk-4.htm” TITLE=“Placebo Run-In Visit 1”> Week –4</A></TD> <TD COLSPAN=“3” BGCOLOR=“#336699” NOWRAP><A HREF=“tl_wk-2.htm” TITLE=“Placebo Run-In Visit 2”>Week –2</A></TD> <TD COLSPAN=“3” BGCOLOR=“#336699” NOWRAP><A HREF=“tl_wk0.htm” TITLE=“Baseline Visit”>Week 0</A></TD> <TD COLSPAN=“3” BGCOLOR=“#336699” NOWRAP><A HREF=“tl_wk1.htm” TITLE=“Treatment Visit 1”>Week 1</A></TD> <TD COLSPAN=“3” CLASS=“tdselect” BGCOLOR=“#336699” TITLE=“Treatment Visit 2” NOWRAP>Week 2</TD> <TD COLSPAN=“3” BGCOLOR=“#336699” NOWRAP><A HREF=“tl_wk4.htm” TITLE=“Treatment Visit 3”>Week 4</A></TD> <TD COLSPAN=“3” BGCOLOR=“#336699” NOWRAP><A HREF=“tl_wk5.htm” TITLE=“Treatment Visit 4 (Optional)”>Week 5</A></TD> <TD COLSPAN=“3” STYLE=‘text-align:right’ BGCOLOR=“#336699” NOWRAP><A HREF=“tl_wk8.htm” TITLE=“Final Visit”>Week 8</A></TD> </TR> </TABLE> </BODY> </HTML> - Note in addition that certain table entries have anchors, denoted by the <A></A> element pair. An HREF specification within an <A> element specifies the source of a document of image file. Those parts of the control corresponding to table entries having anchors with HREF specifications will cause a message to be sent to the server when a user clicks in the entry area, requesting the specified document. The server processes that request, returning pertinent information about the selected week in the form, and at the same time, resending the table with the references to the image files reordered so that the control will appear with the user's selection selected and with a form appropriate for a particular visit. Thus the control appears to work as the user would normally expect, yet all of the work is done at the server. In addition, none (or at most one) of the bitmaps need to be downloaded because they have already been used and should be cached at the browser. Thus the transmission from server to client will not be hampered by a need to download many bitmaps.
- Without the present invention, it is necessary to download from the server a very large bitmap comprising the entire control in a particular state, say with the first tab selected. For each state having a different tab selected, a separate, large bitmap of the entire tab control must be sent from the server if not already cached, and when these large bitmaps are cached, each consumes a very large amount of available cache memory.
-
FIG. 11D illustrates a variation of the time-line control 490 in which the time-line is further subdivided withsmall ticks 491 which do not have their own associated labels, yet each is associated with a different copy of a bitmap and a HREF. For example, theticks 491 may represent weeks within a month. Because eachtick 491 has its own bitmap, the user can click on one to move thepointer 492 to a particular week. - Finally, in a further embodiment of the present invention, an individual bitmap may itself be sectioned, each section being mapped to a different indicator or URL, or no URL at all. For example, the file tab HTML code above uses HTML tags <USEMAP>, <MAP> and <AREA> to specify two different URLs corresponding to the left tab and right tab within the tab_off_r bitmap. That part of the bitmap not corresponding to any tab is not mapped to an URL.
- Protocol-Version Dependent Forms
- For various reasons, it is common during a trial for the protocol to undergo changes. Related forms must be changed to fit the new protocol when this happens. However, data entered before the change, i.e. in the old protocol, must be presented in a form corresponding to the old protocol under which it was entered.
- In addition, as stated earlier, a protocol change may need to be reviewed by an Institutional Review Board at each site before it can be implemented. This can result in there being two or more active protocols at the same time. Again, the data must be presented in the form corresponding to the protocol in which the data was entered.
-
FIG. 12A is a flowchart illustrating the process at the server in deciding how to deliver a form to the browser depending on the study protocol version control. Atblock 601, a request is received from a client. The server determines what the correct study protocol version should be for the request based on date and time by looking up the protocol version of the CRF when data was first entered in the CRF. Atblock 605, the server determines whether the necessary form (CRF) already exists. If so the form is loaded and populated with the correct data (block 607). Otherwise, the form is created (block 609). Finally, inblock 611, the correct populated form is returned to the requesting client. -
FIGS. 12B and 12C illustrate a CRF as it might appear in a first protocol (ref. 620 inFIG. 12B ) and as it might appear in a second protocol (ref. 622 inFIG. 12C ). InFIG. 12B , theCRF 620 has threeitems items - At some point during the trial, it is decided to change the protocol so that blood pressure is to be measured three times. The CRF would then appear as in ref. 622 in
FIG. 12C , having anadditional item 627 corresponding to the new third measurement. - Of course, for visits occurring prior to the protocol version change, there would only be two blood pressure measurements on file, and so the CRF as portrayed in
FIG. 12B (ref. 620) is retrieved and displayed when a user examines those visits. - Integrated Help
- In prior art applications, help is often available in the form of a help button, or a help link. Typically, the user clicks on the help button or link, and a general help page, often accompanied with a table of contents and/or a topic index, is retrieved from the server and displayed, replacing the original page. To find help, the user must search through the table of contents or the index, sometimes through several layers. To return to the original page, the user must either go back by clicking on a “Back” button in the browser, or optionally by clicking on a “Back to Document”—type link or button that is typically available on the help page. Several steps are thus required to obtain help about a specific topic and then return to the original page for which help was needed.
- An innovative aspect of the present invention is the use of context sensitive help in a Web document. As seen in
FIG. 13A , the text of each question comprises a link to one of several trial-related documents. For instance, thetext 801 “Height” foritem 4 is such a link. When the user clicks on thetext 801, aseparate help window 803 pops open, as inFIG. 13B , and contextsensitive help 804 is transferred from the server and displayed in thehelp window 803. This contextsensitive help 804 has information specific to thetext 801 clicked on—here there are specific instructions as to how to measure height, e.g. shoes off. Thus the user does not have to look for the subject in an index or table of contents, and the original page is still available—the user can close the help window at any time and the original page has not been affected. - Preferably, help comes from one of three standard sources defining the clinical trial: a protocol document, an investigative brochure, or a study guide. Note that the
help window 803 comprises additional button controls 805 which enable the user to go directly to related information in any of the three documents. - In addition, a
help button 807 is always available in themain panel 251A. Clicking on thisbutton 807 brings up ageneral help window 809, from which a user can browse through a table ofcontents 810 or anindex 811 for the clinical trial documents. Again,additional buttons 805 allow the user to choose a specific document.FIGS. 13E and 13F show sample help screens for theprotocol document 811 and studyguide 812 respectively. - Equivalents
- While this invention has been particularly shown and described with references to preferred embodiments thereof, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims. Those skilled in the art will recognize or be able to ascertain using no more than routine experimentation, many equivalents to the specific embodiments of the invention described specifically herein. Such equivalents are intended to be encompassed in the scope of the claims.
Claims (11)
1-26. (canceled)
27. A clinical trial data entry method, comprising:
displaying a form on a computer screen, the form having at least one question to which a user must respond to provide clinical data;
creating links between text of each question and detailed information related to the question; and
if the user clicks on text of the question, displaying detailed information corresponding to the question.
28. The method of claim 27 wherein the detailed information displayed is a help document defining the clinical trial.
29. The method of claim 28 wherein the help document is one of a protocol document, an investigative brochure, and a study guide.
30. The method of claim 28 wherein the help document comprises all of a protocol document, an investigative brochure, and a study guide.
31. A clinical trial data entry method, comprising:
displaying a form on a computer screen, the form having at least one question to which a user must respond to provide clinical data;
upon a user request, displaying detailed information from any or all of a protocol document, an investigative brochure, and a study guide.
32. The method of claim 31 wherein the user can walk through each of the protocol document, investigative brochure and study guide.
33. The method of claim 32 wherein the detailed information displayed is from a section of the protocol document, investigative brochure, or study guide, which section pertains immediately to the question to which the user must respond.
34-52. (canceled)
53. A computer system for entering clinical trial data, comprising:
a form displayed on a computer screen, the form having at least one question to which a user must respond to provide clinical data; and
links between text of each question and detailed information related to the question, the detailed information existing in at least one on-line document, such that if the user clicks on text of the question, displaying detailed information corresponding to the question is displayed.
54-56. (canceled)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/938,756 US20050149852A1 (en) | 1998-06-05 | 2004-09-10 | Clinical trial data management system and method |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/092,441 US6820235B1 (en) | 1998-06-05 | 1998-06-05 | Clinical trial data management system and method |
US10/938,756 US20050149852A1 (en) | 1998-06-05 | 2004-09-10 | Clinical trial data management system and method |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/092,441 Division US6820235B1 (en) | 1998-06-05 | 1998-06-05 | Clinical trial data management system and method |
Publications (1)
Publication Number | Publication Date |
---|---|
US20050149852A1 true US20050149852A1 (en) | 2005-07-07 |
Family
ID=22233230
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/092,441 Expired - Lifetime US6820235B1 (en) | 1998-06-05 | 1998-06-05 | Clinical trial data management system and method |
US10/938,756 Abandoned US20050149852A1 (en) | 1998-06-05 | 2004-09-10 | Clinical trial data management system and method |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/092,441 Expired - Lifetime US6820235B1 (en) | 1998-06-05 | 1998-06-05 | Clinical trial data management system and method |
Country Status (6)
Country | Link |
---|---|
US (2) | US6820235B1 (en) |
EP (1) | EP1082693B1 (en) |
AT (1) | ATE227448T1 (en) |
DE (1) | DE69903808T2 (en) |
ES (1) | ES2318896T3 (en) |
WO (1) | WO1999063473A2 (en) |
Cited By (45)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20050075832A1 (en) * | 2003-09-22 | 2005-04-07 | Ikeguchi Edward F. | System and method for continuous data analysis of an ongoing clinical trial |
US20070055924A1 (en) * | 2005-09-08 | 2007-03-08 | William Farr | Dynamic generation of form pages for accessing a database |
US20070067189A1 (en) * | 2005-09-16 | 2007-03-22 | Numoda Corporation | Method and apparatus for screening, enrollment and management of patients in clinical trials |
US20070239660A1 (en) * | 2006-03-30 | 2007-10-11 | Microsoft Corporation | Definition and instantiation of metric based business logic reports |
US20070239573A1 (en) * | 2006-03-30 | 2007-10-11 | Microsoft Corporation | Automated generation of dashboards for scorecard metrics and subordinate reporting |
US20070265863A1 (en) * | 2006-04-27 | 2007-11-15 | Microsoft Corporation | Multidimensional scorecard header definition |
US20080172245A1 (en) * | 2002-01-30 | 2008-07-17 | Hirohisa Imai | Communication system for information of medical doctor's questions to patients, terminal apparatus for medical doctor and terminal apparatus for patient |
US20080256480A1 (en) * | 2007-04-06 | 2008-10-16 | Sbs Information Systems Co., Ltd. | Data gathering and processing system |
US20090187841A1 (en) * | 2004-06-25 | 2009-07-23 | Chaudhri Imran A | Remote Access to Layer and User Interface Elements |
US20090216848A1 (en) * | 2000-03-01 | 2009-08-27 | Benjamin Slotznick | Adjunct use of instant messenger software to enable communications to or between chatterbots or other software agents |
US20090254803A1 (en) * | 2006-11-30 | 2009-10-08 | Duncan Bayne | Programming methods for improving browser-based electronic forms |
US7657446B1 (en) | 2008-08-22 | 2010-02-02 | Numoda Technologies, Inc. | Automated identification of tasks that must be completed before a clinical trial database can be locked |
US20100083164A1 (en) * | 2008-07-30 | 2010-04-01 | Martin Neil A | Single Select Clinical Informatics |
US7742933B1 (en) | 2009-03-24 | 2010-06-22 | Harrogate Holdings | Method and system for maintaining HIPAA patient privacy requirements during auditing of electronic patient medical records |
US7765489B1 (en) | 2008-03-03 | 2010-07-27 | Shah Shalin N | Presenting notifications related to a medical study on a toolbar |
US20110238438A1 (en) * | 2010-03-25 | 2011-09-29 | Numoda Technologies, Inc. | Automated method of graphically displaying predicted patient enrollment in a clinical trial study |
US8190992B2 (en) | 2006-04-21 | 2012-05-29 | Microsoft Corporation | Grouping and display of logically defined reports |
US8261181B2 (en) | 2006-03-30 | 2012-09-04 | Microsoft Corporation | Multidimensional metrics-based annotation |
US20120233680A1 (en) * | 2011-03-10 | 2012-09-13 | Seiko Epson Corporation | Image generating apparatus, projector, and method for generating an image |
US8302020B2 (en) | 2004-06-25 | 2012-10-30 | Apple Inc. | Widget authoring and editing environment |
US8307300B1 (en) | 2008-05-13 | 2012-11-06 | Google Inc. | Content resizing and caching in multi-process browser architecture |
US8321805B2 (en) | 2007-01-30 | 2012-11-27 | Microsoft Corporation | Service architecture based metric views |
CN103021656A (en) * | 2012-12-11 | 2013-04-03 | 安徽铜峰电子股份有限公司 | Low-inductance and large-power power electronic capacitor |
US8495663B2 (en) | 2007-02-02 | 2013-07-23 | Microsoft Corporation | Real time collaboration using embedded data visualizations |
USD703686S1 (en) * | 2011-12-28 | 2014-04-29 | Target Brands, Inc. | Display screen with graphical user interface |
USD703685S1 (en) * | 2011-12-28 | 2014-04-29 | Target Brands, Inc. | Display screen with graphical user interface |
USD703687S1 (en) | 2011-12-28 | 2014-04-29 | Target Brands, Inc. | Display screen with graphical user interface |
USD705790S1 (en) | 2011-12-28 | 2014-05-27 | Target Brands, Inc. | Display screen with graphical user interface |
USD705791S1 (en) | 2011-12-28 | 2014-05-27 | Target Brands, Inc. | Display screen with graphical user interface |
USD705792S1 (en) | 2011-12-28 | 2014-05-27 | Target Brands, Inc. | Display screen with graphical user interface |
USD706793S1 (en) | 2011-12-28 | 2014-06-10 | Target Brands, Inc. | Display screen with graphical user interface |
USD706794S1 (en) | 2011-12-28 | 2014-06-10 | Target Brands, Inc. | Display screen with graphical user interface |
USD711399S1 (en) | 2011-12-28 | 2014-08-19 | Target Brands, Inc. | Display screen with graphical user interface |
USD711400S1 (en) | 2011-12-28 | 2014-08-19 | Target Brands, Inc. | Display screen with graphical user interface |
US20140281909A1 (en) * | 2013-03-14 | 2014-09-18 | Thoughtwire Holdings Corp. | Method and system for generating a view |
USD715818S1 (en) | 2011-12-28 | 2014-10-21 | Target Brands, Inc. | Display screen with graphical user interface |
US9058307B2 (en) | 2007-01-26 | 2015-06-16 | Microsoft Technology Licensing, Llc | Presentation generation using scorecard elements |
US9417888B2 (en) | 2005-11-18 | 2016-08-16 | Apple Inc. | Management of user interface elements in a display environment |
US9483164B2 (en) | 2007-07-18 | 2016-11-01 | Apple Inc. | User-centric widgets and dashboards |
US9513930B2 (en) | 2005-10-27 | 2016-12-06 | Apple Inc. | Workflow widgets |
WO2017076428A1 (en) * | 2015-11-03 | 2017-05-11 | Exom Group S.R.L. Start Up Innovativa | Method and system to collect and handle clinical trials data |
CN107111668A (en) * | 2014-08-15 | 2017-08-29 | 联邦快递公司 | Study performance framework |
US20180060540A1 (en) * | 2016-08-09 | 2018-03-01 | Dbms Consulting, Inc. | Medidata clinical trial system integration with oracle coding system |
US11321099B2 (en) * | 2011-02-21 | 2022-05-03 | Vvc Holding Llc | Architecture for a content driven clinical information system |
US11661195B2 (en) | 2019-03-13 | 2023-05-30 | Federal Express Corporation | Mitigating operational risk in aircraft |
Families Citing this family (90)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10839321B2 (en) | 1997-01-06 | 2020-11-17 | Jeffrey Eder | Automated data storage system |
US7376700B1 (en) * | 1999-08-23 | 2008-05-20 | Wellcoaches Corporation | Personal coaching system for clients with ongoing concerns such as weight loss |
US6598074B1 (en) * | 1999-09-23 | 2003-07-22 | Rocket Network, Inc. | System and method for enabling multimedia production collaboration over a network |
US6920607B1 (en) * | 1999-12-15 | 2005-07-19 | Microsoft Corp. | Methods and systems for dynamically creating user interfaces |
US7162437B2 (en) * | 2000-01-06 | 2007-01-09 | Drugstore.Com, Inc. | Method and apparatus for improving on-line purchasing |
WO2001082192A1 (en) | 2000-04-25 | 2001-11-01 | Align Technology, Inc. | Treatment analysis systems and methods |
GB0012840D0 (en) * | 2000-05-25 | 2000-07-19 | Thirdphase Limited | Method and system for collection and verification of data from plural sites |
JP2004509383A (en) | 2000-05-31 | 2004-03-25 | ファーストトラック システムズ インコーポレイテッド | Clinical trial management system and method |
US20020016721A1 (en) * | 2000-06-05 | 2002-02-07 | Steven Mason | System and method for automating record keeping |
US7349947B1 (en) * | 2000-08-04 | 2008-03-25 | Firelogic, Inc. | System and method for managing, manipulating, and analyzing data and devices over a distributed network |
US8050944B2 (en) * | 2000-09-20 | 2011-11-01 | Epic Systems Corporation | Intelligent patient visit information management and navigation system |
US7155491B1 (en) | 2000-11-13 | 2006-12-26 | Websidestory, Inc. | Indirect address rewriting |
AU1851902A (en) * | 2000-12-01 | 2002-06-11 | Fujitsu Fip Corp | Data check supporting server |
EP1215570A1 (en) * | 2000-12-13 | 2002-06-19 | Pentap Technologies AG | Providing a windows-based user interface |
US6983423B2 (en) | 2000-12-22 | 2006-01-03 | Epic Systems Corporation | Electronic system for collecting and communicating clinical order information in an acute care setting |
US7275220B2 (en) | 2000-12-22 | 2007-09-25 | Epic Systems Corporation | System and method for a seamless user interface for an integrated electronic health care information system |
US7823057B1 (en) * | 2001-01-04 | 2010-10-26 | Adobe Systems Incorporated | Simplified document creation |
US6985846B1 (en) * | 2001-01-31 | 2006-01-10 | Pharsight Corporation | System and method for simulating clinical trial protocols with compiled state machines |
DE10112409B4 (en) * | 2001-03-13 | 2005-06-16 | M-Creations Gmbh | Method and system for data management, and appropriate use of the method and / or the system |
US20020143578A1 (en) * | 2001-04-02 | 2002-10-03 | Cole Louis Scott | Interactives system and method for recording and assessing a person's inherited risk for a range of diseases |
WO2002083865A2 (en) * | 2001-04-13 | 2002-10-24 | First Genetic Trust | Methods and systems for managing informed consent processes |
EP1388117A2 (en) * | 2001-05-18 | 2004-02-11 | Mayo Foundation For Medical Education And Research | Ultrasound laboratory information management system and method |
US20030208378A1 (en) * | 2001-05-25 | 2003-11-06 | Venkatesan Thangaraj | Clincal trial management |
US6556999B1 (en) | 2001-06-08 | 2003-04-29 | Syntex (Usa) Llc | System and method for bridging a clinical remote data entry product to a back-end clinical data management system |
EP1280055B1 (en) | 2001-07-27 | 2010-04-14 | Sap Ag | Method and computer system for creating and processing a browser compliant human interface description |
EP1280053B1 (en) * | 2001-07-27 | 2010-02-24 | Sap Ag | Method and computer system for providing and processing a human interface description |
EP1280054A1 (en) | 2001-07-27 | 2003-01-29 | Sap Ag | Method and computer system for separating and processing layout information and data of a document |
US7849400B2 (en) * | 2001-09-13 | 2010-12-07 | Speech Products, Inc. | Electronic charting system |
US20030065669A1 (en) * | 2001-10-03 | 2003-04-03 | Fasttrack Systems, Inc. | Timeline forecasting for clinical trials |
WO2003065263A1 (en) * | 2002-01-31 | 2003-08-07 | Matsushita Electric Industrial Co., Ltd. | Inquiry information communication system |
FR2835635B1 (en) * | 2002-02-06 | 2008-04-18 | Signclinic Sarl E | METHOD FOR PERFORMING STUDIES FOR A NETWORK COLLABORATIVE SYSTEM |
EP1349099A3 (en) * | 2002-03-25 | 2007-01-10 | Siemens Aktiengesellschaft | Method for automatic gathering of patient actions |
US20040039990A1 (en) * | 2002-03-30 | 2004-02-26 | Xorbix Technologies, Inc. | Automated form and data analysis tool |
US8620677B2 (en) | 2002-04-09 | 2013-12-31 | Pcrs, Inc. | Online, interactive evaluation of research performance |
US20030204411A1 (en) * | 2002-04-24 | 2003-10-30 | Universitatsklinikum Freiburg | Medical security system |
US6856679B2 (en) * | 2002-05-01 | 2005-02-15 | Sbc Services Inc. | System and method to provide automated scripting for customer service representatives |
US20040205484A1 (en) * | 2002-05-01 | 2004-10-14 | Pennington Stanford E. | System and method for dynamically generating customized pages |
US20030220849A1 (en) * | 2002-05-23 | 2003-11-27 | Manning Lourdes P. | System for projecting and tracking supplies in clinical trials |
EP1376444A1 (en) * | 2002-06-27 | 2004-01-02 | Abb Research Ltd. | System and method for conducting a clinical trial |
US7870006B2 (en) * | 2002-09-23 | 2011-01-11 | General Electric Company | Methods and systems for managing clinical research information |
WO2006121451A2 (en) * | 2002-10-04 | 2006-11-16 | Clinisys, Inc. | Software architecture and system for performing validated clinical studies of pharmaceutical related products |
FR2847056B1 (en) * | 2002-11-08 | 2006-03-03 | Surgiview | METHOD AND SYSTEM FOR PROCESSING EVALUATION DATA |
JP4787464B2 (en) * | 2002-11-22 | 2011-10-05 | ラスク・インテレクチュアル・リザーブ・アクチェンゲゼルシャフト | A system that makes authorization information available among multiple organizations |
US20050038673A1 (en) * | 2003-02-14 | 2005-02-17 | Precerche, Inc. | Method and system for automated pharmaceutical research and reporting |
US7421649B1 (en) * | 2003-04-28 | 2008-09-02 | Adobe Systems Incorporated | Enhanced visual table editing |
US8504380B2 (en) * | 2003-06-05 | 2013-08-06 | Medidata Solutions, Inc. | Assistance for clinical trial protocols |
US8460243B2 (en) | 2003-06-10 | 2013-06-11 | Abbott Diabetes Care Inc. | Glucose measuring module and insulin pump combination |
US20050149869A1 (en) * | 2003-07-11 | 2005-07-07 | Informedix, Inc. | Clinical trial monitoring system and method |
US7722536B2 (en) | 2003-07-15 | 2010-05-25 | Abbott Diabetes Care Inc. | Glucose measuring device integrated into a holster for a personal area network device |
US8825502B2 (en) | 2003-09-30 | 2014-09-02 | Epic Systems Corporation | System and method for providing patient record synchronization in a healthcare setting |
US20050228817A1 (en) * | 2003-10-24 | 2005-10-13 | Prosanos Corporation | Method, system, and software for electronic data capture and data analysis of clinical databases |
CA2544005A1 (en) * | 2003-10-29 | 2005-05-06 | Trialstat Corporation | Xml application for the generation of clinical trial forms |
US7206789B2 (en) | 2003-11-13 | 2007-04-17 | St. Jude Children's Research Hospital, Inc. | System and method for defining and collecting data in an information management system having a shared database |
US20090254449A1 (en) * | 2003-11-20 | 2009-10-08 | Rusk Intellectual Reserve Ag | Access method of regulatory approving data for networked multilateral alliance |
US8428968B2 (en) | 2004-05-10 | 2013-04-23 | Epic Systems Corporation | Interactive system for patient access to electronic medical records |
CA3090413C (en) | 2004-06-04 | 2023-10-10 | Abbott Diabetes Care Inc. | Glucose monitoring and graphical representations in a data management system |
US8725547B2 (en) | 2004-08-24 | 2014-05-13 | Epic Systems Corporation | Utilization indicating schedule scanner |
US8688507B2 (en) * | 2005-03-21 | 2014-04-01 | Oversight Technologies, Inc. | Methods and systems for monitoring transaction entity versions for policy compliance |
US7512541B2 (en) * | 2005-06-27 | 2009-03-31 | Children's Mercy Hospital | System and method for collecting, organizing and presenting research-oriented medical information |
US20070250783A1 (en) * | 2006-04-24 | 2007-10-25 | Ehealthinsurance Services, Inc. | Method and system to provide online application forms |
US20070250769A1 (en) * | 2006-04-24 | 2007-10-25 | Ehealthinsurance Services, Inc. | Method and system to provide online application forms |
US20080021856A1 (en) * | 2006-05-09 | 2008-01-24 | General Electric Company | Selection protocols for selecting default report templates |
US20080065418A1 (en) * | 2006-09-08 | 2008-03-13 | William Douglas Byrom | Systems and Methods to Manage Drug Accountability Processes in Clinical Trials |
AT504231A1 (en) | 2006-10-03 | 2008-04-15 | Hans Dr Loibner | PREDICTIVE PARAMETERS |
US8688475B2 (en) * | 2006-11-10 | 2014-04-01 | General Electric Company | Method and system for clinical trial compliance |
EP2115540A4 (en) * | 2007-01-31 | 2011-02-02 | Quintiles Transnat Corp Inc | Methods and systems for allocating representatives to sites in clinical trials |
US20080275913A1 (en) * | 2007-05-01 | 2008-11-06 | Van Arragon Paul | Dynamic assignment of statements for selected exams using clinical concepts |
US20080288275A1 (en) * | 2007-05-14 | 2008-11-20 | Numoda Technologies, Inc. | Trip report management system for clinical monitoring |
US20090094052A1 (en) * | 2007-10-04 | 2009-04-09 | General Electric Company | System and method for dynamically generated clinical form elements |
US8645424B2 (en) | 2007-12-19 | 2014-02-04 | Sam Stanley Miller | System for electronically recording and sharing medical information |
US20090288019A1 (en) * | 2008-05-15 | 2009-11-19 | Microsoft Corporation | Dynamic image map and graphics for rendering mobile web application interfaces |
US20100026687A1 (en) * | 2008-07-29 | 2010-02-04 | General Electric Company | Systems and methods for dynamically generating locations for charting assessments |
US20100050075A1 (en) * | 2008-08-22 | 2010-02-25 | Lennox Manufacturing, Inc., A Corporation Of Delaware | Display apparatus and method for a control unit for an environmental control system |
US20100050108A1 (en) * | 2008-08-22 | 2010-02-25 | Lennox Manufacturing, Inc., A Corporation Of Delaware | Display apparatus and method for entering a reminder in a control unit for an environmental control system |
US20110054937A1 (en) * | 2009-08-28 | 2011-03-03 | Vicki Jo Dibble | Computerized system and method for inputting healthcare clinical orders |
US20120084098A1 (en) * | 2010-09-30 | 2012-04-05 | Andrew Braunstein | System and method for populating electronic healthcare forms |
US10136845B2 (en) | 2011-02-28 | 2018-11-27 | Abbott Diabetes Care Inc. | Devices, systems, and methods associated with analyte monitoring devices and devices incorporating the same |
US8606595B2 (en) | 2011-06-17 | 2013-12-10 | Sanjay Udani | Methods and systems for assuring compliance |
US8655796B2 (en) | 2011-06-17 | 2014-02-18 | Sanjay Udani | Methods and systems for recording verifiable documentation |
US20120323805A1 (en) * | 2011-06-17 | 2012-12-20 | Sanjay Udani | Methods and systems for electronic medical protocol |
US20130231944A1 (en) * | 2012-03-01 | 2013-09-05 | Medtronic, Inc. | Evaluation of Medical Therapy Design Assumptions Based on Trial Outcomes |
US10795879B2 (en) | 2012-06-22 | 2020-10-06 | Iqvia Inc. | Methods and systems for predictive clinical planning and design |
US9075869B1 (en) * | 2012-08-31 | 2015-07-07 | Trizetto Corporation | System and method for facilitating the collection, analysis, use and management of clinical analytics results to improve healthcare |
US10706958B2 (en) | 2015-11-20 | 2020-07-07 | Ikeguchi Holdings Llc | Electronic data document for use in clinical trial verification system and method |
US11056216B2 (en) | 2016-07-21 | 2021-07-06 | MedAvante-ProPhase, Inc. | System for guiding clinical decisions using improved processing of data collected during a clinical trial |
KR102244974B1 (en) * | 2019-08-22 | 2021-04-27 | 주식회사 심플랩 | Server for providing electronic document and methods thereof |
US11341324B2 (en) * | 2019-11-18 | 2022-05-24 | Docusign, Inc. | Automatic template generation with inbuilt template logic interface |
EP4110187A4 (en) * | 2020-02-26 | 2023-09-27 | Bright Clinical Research Limited | RADAR SYSTEM TO DYNAMICALLY MONITOR AND GUIDE ONGOING CLINICAL TRIALS |
EP4172993A1 (en) * | 2020-06-30 | 2023-05-03 | Syneos Health, Llc | Clinical trial protocol portal |
EP4050500A1 (en) * | 2021-02-24 | 2022-08-31 | Think Research Corporation | Systems, methods and devices for structured dynamic electronic forms |
Citations (16)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5361361A (en) * | 1993-09-30 | 1994-11-01 | Intel Corporation | Hierarchical integrated help utility for a computer system |
US5367619A (en) * | 1990-04-27 | 1994-11-22 | Eaton Corporation | Electronic data entry system employing an expert system to facilitate generation of electronic data forms with complex interrelationships between fields and subforms |
US5704029A (en) * | 1994-05-23 | 1997-12-30 | Wright Strategies, Inc. | System and method for completing an electronic form |
US5877757A (en) * | 1997-05-23 | 1999-03-02 | International Business Machines Corporation | Method and system for providing user help information in network applications |
US5933140A (en) * | 1997-06-30 | 1999-08-03 | Sun Microsystems, Inc. | Child window containing context-based help and a miniaturized web page |
US6209006B1 (en) * | 1997-10-21 | 2001-03-27 | International Business Machines Corporation | Pop-up definitions with hyperlinked terms within a non-internet and non-specifically-designed-for-help program |
US6208338B1 (en) * | 1997-05-28 | 2001-03-27 | Hewlett-Packard Company | Online documentation and help system for computer-based systems |
US6289370B1 (en) * | 1998-11-30 | 2001-09-11 | 3Com Corporation | Platform independent enhanced help system for an internet enabled embedded system |
US6324516B1 (en) * | 1997-06-11 | 2001-11-27 | Matthew P. Shults | System and apparatus for utilization review of medical claims |
US20020130895A1 (en) * | 1997-02-25 | 2002-09-19 | Brandt Marcia Lynn | Method and apparatus for displaying help window simultaneously with web page pertaining thereto |
US6539387B1 (en) * | 1995-10-23 | 2003-03-25 | Avraham Oren | Structured focused hypertext data structure |
US6667747B1 (en) * | 1997-05-07 | 2003-12-23 | Unisys Corporation | Method and apparatus for providing a hyperlink within a computer program that access information outside of the computer program |
US20050154985A1 (en) * | 2004-01-12 | 2005-07-14 | International Business Machines Corporation | Displaying help resources |
US20050154986A1 (en) * | 2004-01-09 | 2005-07-14 | International Business Machines Corporation | Dynamic composition of help information for an aggregation of applications |
US7054823B1 (en) * | 1999-09-10 | 2006-05-30 | Schering Corporation | Clinical trial management system |
US20090183072A1 (en) * | 2008-01-14 | 2009-07-16 | Oracle International Corporation | Embedded user assistance for software applications |
Family Cites Families (22)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5325478A (en) | 1989-09-15 | 1994-06-28 | Emtek Health Care Systems, Inc. | Method for displaying information from an information based computer system |
US5997476A (en) * | 1997-03-28 | 1999-12-07 | Health Hero Network, Inc. | Networked system for interactive communication and remote monitoring of individuals |
US6022315A (en) * | 1993-12-29 | 2000-02-08 | First Opinion Corporation | Computerized medical diagnostic and treatment advice system including network access |
US5660176A (en) * | 1993-12-29 | 1997-08-26 | First Opinion Corporation | Computerized medical diagnostic and treatment advice system |
US5973731A (en) * | 1994-03-03 | 1999-10-26 | Schwab; Barry H. | Secure identification system |
US5666490A (en) | 1994-05-16 | 1997-09-09 | Gillings; Dennis | Computer network system and method for managing documents |
US5606609A (en) | 1994-09-19 | 1997-02-25 | Scientific-Atlanta | Electronic document verification system and method |
US5813009A (en) | 1995-07-28 | 1998-09-22 | Univirtual Corp. | Computer based records management system method |
US5826237A (en) * | 1995-10-20 | 1998-10-20 | Araxsys, Inc. | Apparatus and method for merging medical protocols |
US5737739A (en) * | 1995-12-19 | 1998-04-07 | Xerox Corporation | System that accesses a knowledge base by markup language tags |
US5893109A (en) * | 1996-03-15 | 1999-04-06 | Inso Providence Corporation | Generation of chunks of a long document for an electronic book system |
WO1997044752A1 (en) | 1996-05-22 | 1997-11-27 | Medical Science Systems, Inc. | Pharmaceutical process system for creating and analyzing information |
US6108635A (en) * | 1996-05-22 | 2000-08-22 | Interleukin Genetics, Inc. | Integrated disease information system |
US5772585A (en) * | 1996-08-30 | 1998-06-30 | Emc, Inc | System and method for managing patient medical records |
AU4425497A (en) | 1996-09-18 | 1998-04-14 | Pharm-Data, Inc. | Method and apparatus for processing clinical trial databases |
WO1998039720A1 (en) * | 1997-03-03 | 1998-09-11 | University Of Florida | Method and system for interactive prescription and distribution of drugs in conducting medical studies |
US6082776A (en) * | 1997-05-07 | 2000-07-04 | Feinberg; Lawrence E. | Storing personal medical information |
WO1998052113A2 (en) | 1997-05-12 | 1998-11-19 | Mlk Software | The centralized collection of geographically distributed data |
US6029138A (en) * | 1997-08-15 | 2000-02-22 | Brigham And Women's Hospital | Computer system for decision support in the selection of diagnostic and therapeutic tests and interventions for patients |
US6272506B1 (en) | 1997-09-12 | 2001-08-07 | Doxis, Llc | Computerized verification form processing system and method |
US6218122B1 (en) * | 1998-06-19 | 2001-04-17 | Rosetta Inpharmatics, Inc. | Methods of monitoring disease states and therapies using gene expression profiles |
US6149585A (en) * | 1998-10-28 | 2000-11-21 | Sage Health Management Solutions, Inc. | Diagnostic enhancement method and apparatus |
-
1998
- 1998-06-05 US US09/092,441 patent/US6820235B1/en not_active Expired - Lifetime
-
1999
- 1999-06-03 ES ES99927196T patent/ES2318896T3/en not_active Expired - Lifetime
- 1999-06-03 WO PCT/US1999/012406 patent/WO1999063473A2/en active IP Right Grant
- 1999-06-03 DE DE69903808T patent/DE69903808T2/en not_active Expired - Lifetime
- 1999-06-03 AT AT99927196T patent/ATE227448T1/en not_active IP Right Cessation
- 1999-06-03 EP EP99927196A patent/EP1082693B1/en not_active Expired - Lifetime
-
2004
- 2004-09-10 US US10/938,756 patent/US20050149852A1/en not_active Abandoned
Patent Citations (16)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5367619A (en) * | 1990-04-27 | 1994-11-22 | Eaton Corporation | Electronic data entry system employing an expert system to facilitate generation of electronic data forms with complex interrelationships between fields and subforms |
US5361361A (en) * | 1993-09-30 | 1994-11-01 | Intel Corporation | Hierarchical integrated help utility for a computer system |
US5704029A (en) * | 1994-05-23 | 1997-12-30 | Wright Strategies, Inc. | System and method for completing an electronic form |
US6539387B1 (en) * | 1995-10-23 | 2003-03-25 | Avraham Oren | Structured focused hypertext data structure |
US20020130895A1 (en) * | 1997-02-25 | 2002-09-19 | Brandt Marcia Lynn | Method and apparatus for displaying help window simultaneously with web page pertaining thereto |
US6667747B1 (en) * | 1997-05-07 | 2003-12-23 | Unisys Corporation | Method and apparatus for providing a hyperlink within a computer program that access information outside of the computer program |
US5877757A (en) * | 1997-05-23 | 1999-03-02 | International Business Machines Corporation | Method and system for providing user help information in network applications |
US6208338B1 (en) * | 1997-05-28 | 2001-03-27 | Hewlett-Packard Company | Online documentation and help system for computer-based systems |
US6324516B1 (en) * | 1997-06-11 | 2001-11-27 | Matthew P. Shults | System and apparatus for utilization review of medical claims |
US5933140A (en) * | 1997-06-30 | 1999-08-03 | Sun Microsystems, Inc. | Child window containing context-based help and a miniaturized web page |
US6209006B1 (en) * | 1997-10-21 | 2001-03-27 | International Business Machines Corporation | Pop-up definitions with hyperlinked terms within a non-internet and non-specifically-designed-for-help program |
US6289370B1 (en) * | 1998-11-30 | 2001-09-11 | 3Com Corporation | Platform independent enhanced help system for an internet enabled embedded system |
US7054823B1 (en) * | 1999-09-10 | 2006-05-30 | Schering Corporation | Clinical trial management system |
US20050154986A1 (en) * | 2004-01-09 | 2005-07-14 | International Business Machines Corporation | Dynamic composition of help information for an aggregation of applications |
US20050154985A1 (en) * | 2004-01-12 | 2005-07-14 | International Business Machines Corporation | Displaying help resources |
US20090183072A1 (en) * | 2008-01-14 | 2009-07-16 | Oracle International Corporation | Embedded user assistance for software applications |
Cited By (75)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8326928B2 (en) | 2000-03-01 | 2012-12-04 | Benjamin Slotznick | Adjunct use of instant messenger software to enable communications to or between chatterbots or other software agents |
US20090216848A1 (en) * | 2000-03-01 | 2009-08-27 | Benjamin Slotznick | Adjunct use of instant messenger software to enable communications to or between chatterbots or other software agents |
US20080172245A1 (en) * | 2002-01-30 | 2008-07-17 | Hirohisa Imai | Communication system for information of medical doctor's questions to patients, terminal apparatus for medical doctor and terminal apparatus for patient |
US7603282B2 (en) | 2002-01-30 | 2009-10-13 | Panasonic Corporation | Communication system for information of medical doctor's questions to patients, terminal apparatus for medical doctor and terminal apparatus for patient |
US20110161101A1 (en) * | 2003-09-22 | 2011-06-30 | Medidata Solutions, Inc. | System and method for continuous data analysis of an ongoing clinical trial |
US7752057B2 (en) | 2003-09-22 | 2010-07-06 | Medidata Solutions, Inc. | System and method for continuous data analysis of an ongoing clinical trial |
US20050075832A1 (en) * | 2003-09-22 | 2005-04-07 | Ikeguchi Edward F. | System and method for continuous data analysis of an ongoing clinical trial |
US20080046469A1 (en) * | 2003-09-22 | 2008-02-21 | Ikeguchi Edward F | System and method for continuous data analysis of an ongoing clinical trial |
US9507503B2 (en) | 2004-06-25 | 2016-11-29 | Apple Inc. | Remote access to layer and user interface elements |
US8266538B2 (en) * | 2004-06-25 | 2012-09-11 | Apple Inc. | Remote access to layer and user interface elements |
US20110239140A1 (en) * | 2004-06-25 | 2011-09-29 | Chaudhri Imran A | Desktop Widgets for Presentation in a Layer |
US20090187841A1 (en) * | 2004-06-25 | 2009-07-23 | Chaudhri Imran A | Remote Access to Layer and User Interface Elements |
US8464172B2 (en) | 2004-06-25 | 2013-06-11 | Apple Inc. | Configuration bar for launching layer for accessing user interface elements |
US9753627B2 (en) | 2004-06-25 | 2017-09-05 | Apple Inc. | Visual characteristics of user interface elements in a unified interest layer |
US8302020B2 (en) | 2004-06-25 | 2012-10-30 | Apple Inc. | Widget authoring and editing environment |
US8321801B2 (en) | 2004-06-25 | 2012-11-27 | Apple Inc. | Desktop widgets for presentation in a layer |
US8291332B2 (en) | 2004-06-25 | 2012-10-16 | Apple Inc. | Layer for accessing user interface elements |
US10489040B2 (en) | 2004-06-25 | 2019-11-26 | Apple Inc. | Visual characteristics of user interface elements in a unified interest layer |
WO2007030714A2 (en) * | 2005-09-08 | 2007-03-15 | William Farr | Dynamic generation of form pages for accessing a database |
US7827478B2 (en) * | 2005-09-08 | 2010-11-02 | William Farr | Dynamic generation of form pages for accessing a database |
US20070055924A1 (en) * | 2005-09-08 | 2007-03-08 | William Farr | Dynamic generation of form pages for accessing a database |
WO2007030714A3 (en) * | 2005-09-08 | 2009-04-16 | William Farr | Dynamic generation of form pages for accessing a database |
US20070067189A1 (en) * | 2005-09-16 | 2007-03-22 | Numoda Corporation | Method and apparatus for screening, enrollment and management of patients in clinical trials |
US9513930B2 (en) | 2005-10-27 | 2016-12-06 | Apple Inc. | Workflow widgets |
US11150781B2 (en) | 2005-10-27 | 2021-10-19 | Apple Inc. | Workflow widgets |
US9417888B2 (en) | 2005-11-18 | 2016-08-16 | Apple Inc. | Management of user interface elements in a display environment |
US7716592B2 (en) | 2006-03-30 | 2010-05-11 | Microsoft Corporation | Automated generation of dashboards for scorecard metrics and subordinate reporting |
US7840896B2 (en) | 2006-03-30 | 2010-11-23 | Microsoft Corporation | Definition and instantiation of metric based business logic reports |
US8261181B2 (en) | 2006-03-30 | 2012-09-04 | Microsoft Corporation | Multidimensional metrics-based annotation |
US20070239660A1 (en) * | 2006-03-30 | 2007-10-11 | Microsoft Corporation | Definition and instantiation of metric based business logic reports |
US20070239573A1 (en) * | 2006-03-30 | 2007-10-11 | Microsoft Corporation | Automated generation of dashboards for scorecard metrics and subordinate reporting |
US8190992B2 (en) | 2006-04-21 | 2012-05-29 | Microsoft Corporation | Grouping and display of logically defined reports |
US7716571B2 (en) | 2006-04-27 | 2010-05-11 | Microsoft Corporation | Multidimensional scorecard header definition |
US20070265863A1 (en) * | 2006-04-27 | 2007-11-15 | Microsoft Corporation | Multidimensional scorecard header definition |
US20090254803A1 (en) * | 2006-11-30 | 2009-10-08 | Duncan Bayne | Programming methods for improving browser-based electronic forms |
US9058307B2 (en) | 2007-01-26 | 2015-06-16 | Microsoft Technology Licensing, Llc | Presentation generation using scorecard elements |
US8321805B2 (en) | 2007-01-30 | 2012-11-27 | Microsoft Corporation | Service architecture based metric views |
US8495663B2 (en) | 2007-02-02 | 2013-07-23 | Microsoft Corporation | Real time collaboration using embedded data visualizations |
US9392026B2 (en) | 2007-02-02 | 2016-07-12 | Microsoft Technology Licensing, Llc | Real time collaboration using embedded data visualizations |
US20080256480A1 (en) * | 2007-04-06 | 2008-10-16 | Sbs Information Systems Co., Ltd. | Data gathering and processing system |
US9483164B2 (en) | 2007-07-18 | 2016-11-01 | Apple Inc. | User-centric widgets and dashboards |
US7765489B1 (en) | 2008-03-03 | 2010-07-27 | Shah Shalin N | Presenting notifications related to a medical study on a toolbar |
US8402383B1 (en) * | 2008-05-13 | 2013-03-19 | Google Inc. | Content resizing and caching in multi-process browser architecture |
US8307300B1 (en) | 2008-05-13 | 2012-11-06 | Google Inc. | Content resizing and caching in multi-process browser architecture |
US8381124B2 (en) * | 2008-07-30 | 2013-02-19 | The Regents Of The University Of California | Single select clinical informatics |
US20100083164A1 (en) * | 2008-07-30 | 2010-04-01 | Martin Neil A | Single Select Clinical Informatics |
US7657446B1 (en) | 2008-08-22 | 2010-02-02 | Numoda Technologies, Inc. | Automated identification of tasks that must be completed before a clinical trial database can be locked |
US9672580B2 (en) | 2008-08-22 | 2017-06-06 | Numoda Technologies, Inc. | Automated identification of task items that must be completed before a clinical trial database can be locked |
US20100049545A1 (en) * | 2008-08-22 | 2010-02-25 | Numoda Technologies, Inc. | Automated identification of tasks that must be completed before a clinical trial database can be locked |
US7742933B1 (en) | 2009-03-24 | 2010-06-22 | Harrogate Holdings | Method and system for maintaining HIPAA patient privacy requirements during auditing of electronic patient medical records |
US20110238438A1 (en) * | 2010-03-25 | 2011-09-29 | Numoda Technologies, Inc. | Automated method of graphically displaying predicted patient enrollment in a clinical trial study |
US11321099B2 (en) * | 2011-02-21 | 2022-05-03 | Vvc Holding Llc | Architecture for a content driven clinical information system |
US20120233680A1 (en) * | 2011-03-10 | 2012-09-13 | Seiko Epson Corporation | Image generating apparatus, projector, and method for generating an image |
US8813207B2 (en) * | 2011-03-10 | 2014-08-19 | Seiko Epson Corporation | Image generating apparatus, projector, and method for generating an image |
USD703686S1 (en) * | 2011-12-28 | 2014-04-29 | Target Brands, Inc. | Display screen with graphical user interface |
USD705790S1 (en) | 2011-12-28 | 2014-05-27 | Target Brands, Inc. | Display screen with graphical user interface |
USD703685S1 (en) * | 2011-12-28 | 2014-04-29 | Target Brands, Inc. | Display screen with graphical user interface |
USD711400S1 (en) | 2011-12-28 | 2014-08-19 | Target Brands, Inc. | Display screen with graphical user interface |
USD711399S1 (en) | 2011-12-28 | 2014-08-19 | Target Brands, Inc. | Display screen with graphical user interface |
USD706794S1 (en) | 2011-12-28 | 2014-06-10 | Target Brands, Inc. | Display screen with graphical user interface |
USD706793S1 (en) | 2011-12-28 | 2014-06-10 | Target Brands, Inc. | Display screen with graphical user interface |
USD705792S1 (en) | 2011-12-28 | 2014-05-27 | Target Brands, Inc. | Display screen with graphical user interface |
USD703687S1 (en) | 2011-12-28 | 2014-04-29 | Target Brands, Inc. | Display screen with graphical user interface |
USD705791S1 (en) | 2011-12-28 | 2014-05-27 | Target Brands, Inc. | Display screen with graphical user interface |
USD715818S1 (en) | 2011-12-28 | 2014-10-21 | Target Brands, Inc. | Display screen with graphical user interface |
CN103021656A (en) * | 2012-12-11 | 2013-04-03 | 安徽铜峰电子股份有限公司 | Low-inductance and large-power power electronic capacitor |
US10372442B2 (en) * | 2013-03-14 | 2019-08-06 | Thoughtwire Holdings Corp. | Method and system for generating a view incorporating semantically resolved data values |
US20140281909A1 (en) * | 2013-03-14 | 2014-09-18 | Thoughtwire Holdings Corp. | Method and system for generating a view |
CN107111668A (en) * | 2014-08-15 | 2017-08-29 | 联邦快递公司 | Study performance framework |
US10799175B2 (en) * | 2014-08-15 | 2020-10-13 | Federal Express Corporation | Research performance framework |
US11529095B2 (en) | 2014-08-15 | 2022-12-20 | Federal Express Corporation | Research performance framework |
WO2017076428A1 (en) * | 2015-11-03 | 2017-05-11 | Exom Group S.R.L. Start Up Innovativa | Method and system to collect and handle clinical trials data |
US20180060540A1 (en) * | 2016-08-09 | 2018-03-01 | Dbms Consulting, Inc. | Medidata clinical trial system integration with oracle coding system |
US11661195B2 (en) | 2019-03-13 | 2023-05-30 | Federal Express Corporation | Mitigating operational risk in aircraft |
US12168513B2 (en) | 2019-03-13 | 2024-12-17 | Federal Express Corporation | Mitigating operational risk in aircraft |
Also Published As
Publication number | Publication date |
---|---|
EP1082693A2 (en) | 2001-03-14 |
WO1999063473A2 (en) | 1999-12-09 |
DE69903808D1 (en) | 2002-12-12 |
ATE227448T1 (en) | 2002-11-15 |
DE69903808T2 (en) | 2003-09-11 |
US6820235B1 (en) | 2004-11-16 |
WO1999063473A3 (en) | 2000-01-27 |
EP1082693B1 (en) | 2002-11-06 |
ES2318896T3 (en) | 2009-05-21 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6820235B1 (en) | Clinical trial data management system and method | |
US7647234B1 (en) | Cardiovascular healthcare management system and method | |
US8296164B2 (en) | Pharmacy benefits management method and apparatus | |
US20030158754A1 (en) | Web-based method and system for maintaining and accessing medical records | |
US20030208108A1 (en) | Cardiovascular healthcare management system and method | |
US20090106313A1 (en) | Interactive prescription processing and managing system | |
Kohane et al. | Sharing electronic medical records across multiple heterogeneous and competing institutions. | |
US20060259331A1 (en) | Medical records website and related methods | |
US20040088355A1 (en) | Method of customizing a user's browsing experience on a World-Wide-Web site | |
US20050197547A1 (en) | Spontaneous adverse events reporting | |
EP1246113A1 (en) | Method & apparatus for delivering healthcare | |
US20090083703A1 (en) | Electronic Clinical Study Site Generation System | |
US20040172305A1 (en) | Method and appartus for delivering healthcare | |
US20030061073A1 (en) | Method and system for displaying patient information | |
CA2702743A1 (en) | Dynamically generated web surveys for use with census activities, and associated methods | |
JP2005516286A (en) | Clinical research data management system and method | |
KR20040107894A (en) | Method For Management Of Medical Information For Doctor In On-line | |
US20060010009A1 (en) | Medication card and system | |
US7464043B1 (en) | Computerized method and system for obtaining, storing and accessing medical records | |
Young et al. | A network-based system to improve care for schizophrenia: the Medical Informatics Network Tool (MINT) | |
US8527291B1 (en) | Medical search engine system method and software product | |
US20020194028A1 (en) | Method, apparatus, and readable medium for on-line patient evaluation | |
Shibuya et al. | An approach to medical knowledge sharing in a hospital information system using MCLink | |
Kannry et al. | MediSign: using a web-based SignOut System to improve provider identification. | |
JP4842089B2 (en) | Product information search support system, product information search support program, and product information search support program recording medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: ORACLE INTERNATIONAL CORPORATION, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:PHASE FORWARD INCORPORATED;REEL/FRAME:026126/0842 Effective date: 20110121 |
|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- AFTER EXAMINER'S ANSWER OR BOARD OF APPEALS DECISION |