1 / 10

Access Database Design for Clinical Research Studies

Access Database Design for Clinical Research Studies. October 17, 2003 Paul A. Harris Julie McFarlane GCRC Research Skills Workshop. Clinical Database Design. Task #1 – Determine the discrete measurement types and the times of occurrence (1 hour + ?)

fraley
Download Presentation

Access Database Design for Clinical Research Studies

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Access Database Design for Clinical Research Studies October 17, 2003 Paul A. Harris Julie McFarlane GCRC Research Skills Workshop

  2. Clinical Database Design • Task #1 – Determine the discrete measurement types and the times of occurrence (1 hour + ?) • Excel is a great tool to perform this 1st cut view of the data as your final product should be a grid AND if possible, the vertical axis can be used later to actually create the Access tables.

  3. Time Note units and examplesgiven whenever possible DiscreteMsmts Drugs areDifficult toCapture (Dose/Type/Start/Stop) Same Measurement Frequency1 Time Per Study or PatientIn a one-time study, we can group these withthe Demographic Information to reduce tables(ie one-to-one table relationships aren’t that helpful.

  4. Clinical Database DesignTask #2 – Ask Questions 1) Who/what/where – This will help you think of where the database file should be stored, security, interface, etc. (JM – 1 user; JM office – network server) • Who will enter data?, Where will data be entered?, Will more than one person need to add data?, Where will data be stored?, Who will need to access the data and when? (JM entering data / NB access periodic – cannot see server) 2) What sorts of questions will you try to answer with the database – this will help in designing tables and queries (Does ACE Inhibitor correlate with decrease in AFIB? Initially blinded – pharmacy to give key later by vial label number) • Will we need real-time query tools? Will we need the final numbers packaged in a certain way? (Individual measurement groups and/or individual measurements – all to Excel file)

  5. Clinical Database DesignTask #3 – Table Structure Use information gained in the Excel exercise and in the question and answer session to determine the optimum table design structure. Work on paper before committing time to programming. If the Excel file is in good shape, you can often manipulate and import rather than typing in Access. After setting up tables, always set up formal relationships between tables to enforce referential integrity. If possible, write queries to repackage and ask questions about your data before going on – this will ensure you have a table design that will eventually work (use dummy data for this exercise)

  6. Clinical Database DesignTask #3 – Table Structure Think about final user interface. Does the table structure look appropriate? Do all tables have a unique (primary key) field? Is it logical? If not, add a tablename_id autonumber field. You really strive to never design a table that doesn’t have a unique field. Are all tables related through a primary/foreign key relationship? You should be able to start at the lowest data table and work back to high level details following foreign/primary key links if table relationships are properly set up (think one to many relationships).

  7. Clinical Database DesignReal-World Exercise Look at the example spreadsheet and think about table structures for this project. Demographics (include one-shot msmts unless this data will be one set of a larger group of data). The study number or patient MRN is a logical choice for PK here. Most measurements that are not one-shot in this study are repeated with sufficient frequency that we might think about dumping all data in one other table. The PK choice here is not as obvious, but we could perhaps combine the study number with an underscore and a time code (visit number) to assure we don’t add the same data for the same patient.

  8. Clinical Database DesignReal-World Demonstration

  9. Clinical Database DesignReal-World Demonstration Rework Excel File into sheets for each table with field names and values. This should really be done only after 2-3 cuts at Excel file, screening form and flow sheets. Import sheets for demographicsand study measurements into Access. Clean and check results. Set up relationships.

  10. Help those poor overworked souls do their jobs. Don’t let those misfits put garbage into this application. Clinical Database DesignUser Interface Your goals in designing a user interface should be: 1) Provide an intuitive interface for users that matches the logical workflow process. 2) Completely protect your database from inappropriate data entry. Guide the process of data entry.

More Related