Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.65 KB

README.md

File metadata and controls

14 lines (11 loc) · 1.65 KB

This months (Presented on June 8thth, 2022) Wonderful-Wednesdays challenge was to design a visual patient listing o patient profile. For this challenge, my goal was to develop a proof-of-concept table, where it will be possible to combine different sources of information for all participants to a clinical trial. The result is achieved by creating a highly nested dataset rendered with reactable. Data for this proof-of-concept table are in ADaM format following the CDISC pilot data and documents

  • ADSL: Subject Level Structure
  • ADAE: Adverse Events
  • ADCM: Concomitant Medications
  • ADLBC: Patient chemistry lab measurements
  • ADLBH: Patient hematology lab measurements
  • ADLBHY: Patient lab measurements - Hy rules.
  • EX: Patient exposure

In order to explore different possibilities, sparklines are generated with sparkline or react_sparkline the former allowing the display of normal ranges, while the later, doesn’t have those capability without extra coding. I mention this because the goal of my efforts was not on working all the details need it for clinical use but on how to generate highly nested dataset into a single table.